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:
  • Field Details

    • ID

      public static final String ID
      Name of the field containing the primary key.
      See Also:
    • AUTHOR

      public static final String AUTHOR
      Name of the field containing the external reference to the user whose made the change.
      See Also:
    • DATE

      public static final String DATE
      Name of the field containing the date in which the change has been made.
      See Also:
    • USER

      public static final String USER
      Name of the field containing the esternal reference to the user that has been changed.
      See Also:
    • USERNAME

      public static final String USERNAME
      Name of the field containing the snapshot of the username's value.
      See Also:
    • PASS

      public static final String PASS
      Name of the field containing the snapshot of the password's value.
      See Also:
    • START

      public static final String START
      Name of the field containing the snapshot of the start date's value.
      See Also:
    • END

      public static final String END
      Name of the field containing the snapshot of the end date's value.
      See Also:
    • ACCESSFAILED

      public static final String ACCESSFAILED
      Name of the field containing the snapshot of the number of failed access.
      See Also:
    • LASTACCESS

      @Deprecated public static final String LASTACCESS
      Deprecated.
      this field shouldn't be registered anymore
      Name of the field containing the snapshot of the last access date.
      See Also:
    • TYPE

      public static final String 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

      public static final String 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

      public static final String UNLOCK
      Name of the field containing the snapshot of the date when the account has been unlocked.
      See Also:
  • Constructor Details

    • DAOUserChanges

      public DAOUserChanges()