Package overit.geocall.basic.bl.user.da
Class DAOUserChanges
java.lang.Object
overit.geocall.da.DAO
overit.geocall.basic.bl.user.da.DAOUserChanges
- All Implemented Interfaces:
Serializable,DataAttributesHolder,EDMConfigurableBean,overit.geocall.marks.FieldExposer,overit.geocall.marks.NameExposer,DBFieldMapper,DBObjectMapper,Tool
@Pool("Pool")
@Service
@Table("SUSERCHANGE")
@Pk("SUSEID")
@Sequence("SUSEID")
@Order("SUSEDATE DESC")
@Qualifier("default")
public class DAOUserChanges
extends DAO
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class overit.geocall.da.DAO
DAO.Branch, DAO.Code, DAO.Distinct, DAO.Encrypt, DAO.Factory, DAO.Group, DAO.Level, DAO.Order, DAO.Pk, DAO.Pool, DAO.Sequence, DAO.Service, DAO.Star, DAO.Table, DAO.Transaction -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringName of the field containing the snapshot of the number of failed access.static final StringName of the field containing the external reference to the user whose made the change.static final StringName of the field containing the date in which the change has been made.static final StringName of the field containing the snapshot of the end date's value.static final StringName of the field containing the primary key.static final StringDeprecated.this field shouldn't be registered anymorestatic final StringName of the field containing the snapshot of the password's value.static final StringName of the field containing the snapshot of the alternative roles assigned to the user.static final StringName of the field containing the snapshot of the start date's value.static final StringName of the field containing the snapshot of the user type's value.static final StringName of the field containing the snapshot of the date when the account has been unlocked.static final StringName of the field containing the esternal reference to the user that has been changed.static final StringName of the field containing the snapshot of the username's value.Fields inherited from class overit.geocall.da.DAO
_dbfm, _dbom, DELETE_FILTER, DELETE_PK, INSATE, INSERT, INSERT_ATTEMPT, SELECT_FILTER, SELECT_NONE, SELECT_PK, UPDATE_FILTER, UPDATE_PK, UPSERT, V_LEVEL_ENABLED -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class overit.geocall.da.DAO
command, command, commandForName, defineParams, defineSql, defineStatement, defineValues, execute, execute, execute, execute, feedback, getBranch, getCode, getDataAttributes, getDBFieldMap, getDBObjectMap, getEncrypt, getFactory, getFilterCriterion, getGroup, getLevel, getOrder, getPk, getPool, getSequence, getStar, getTable, getTeacher, getTransaction, getValuesCriterion, hasNotBeenDecorated, haveDBFieldMap, haveDBObjectMap, isDistinct, isEncrypted, isService, markAsDecorated, query, query, scan, setDataAttributes, setDBFieldMap, setDBObjectMap, validateMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface overit.geocall.edm.model.DataAttributesHolder
getEntitiesMethods inherited from interface overit.geocall.edm.model.EDMConfigurableBean
getEntity, hasEntity
-
Field Details
-
ID
Name of the field containing the primary key.- See Also:
-
AUTHOR
Name of the field containing the external reference to the user whose made the change.- See Also:
-
DATE
Name of the field containing the date in which the change has been made.- See Also:
-
USER
Name of the field containing the esternal reference to the user that has been changed.- See Also:
-
USERNAME
Name of the field containing the snapshot of the username's value.- See Also:
-
PASS
Name of the field containing the snapshot of the password's value.- See Also:
-
START
Name of the field containing the snapshot of the start date's value.- See Also:
-
END
Name of the field containing the snapshot of the end date's value.- See Also:
-
ACCESSFAILED
Name of the field containing the snapshot of the number of failed access.- See Also:
-
LASTACCESS
Deprecated.this field shouldn't be registered anymoreName of the field containing the snapshot of the last access date.- See Also:
-
TYPE
Name of the field containing the snapshot of the user type's value. This value is the external reference to a TUTENTI record.- See Also:
-
ROLES
Name of the field containing the snapshot of the alternative roles assigned to the user. Each role is an external reference to a RUSERTYPEUSER record, and is separated by the others by a comma separator.- See Also:
-
UNLOCK
Name of the field containing the snapshot of the date when the account has been unlocked.- See Also:
-
-
Constructor Details
-
DAOUserChanges
public DAOUserChanges()
-