psdi.app.lictrack

Class MaxLicHoldTopUsers

  • java.lang.Object
    • psdi.app.lictrack.MaxLicHoldTopUsers


  • public class MaxLicHoldTopUsers
    extends java.lang.Object
    Mbo object to represent MaxLicStatus, a historical log of user status changes. A row is also created when a user is first added to the database. These statuses are for a user (MaxLicense.status).

    See Signature Package description.

    This is a system level object.

    There is no unique key for this object.

    The attributes in this object are as follows:

    Attribute NameDescription
    ChangeByThe user who performed the status change.
    ChangeDateThe effective date of the status.
    MemoFreeform text relevant to the status change.
    StatusThe user's status as of the ChangeDate. Valid statuses are in valuelist MaxLicStatus. The status currently in effect for a user is also stored on MaxLicense.status.
    UserIDThe user who had the specified status as of the specified ChangeDate. Foreign key to MaxUser.
    • Constructor Summary

      Constructors 
      Constructor and Description
      MaxLicHoldTopUsers()
      Construct the MaxLicStatus.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      void checkAndAddUser(java.lang.String userid, int currUserLoginLength) 
      java.lang.String[] getTopUsers() 
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • MaxLicHoldTopUsers

        public MaxLicHoldTopUsers()
        Construct the MaxLicStatus.
    • Method Detail

      • checkAndAddUser

        public void checkAndAddUser(java.lang.String userid,
                                    int currUserLoginLength)
      • getTopUsers

        public java.lang.String[] getTopUsers()