Platform SDK Java 8.5 API Reference

com.genesyslab.platform.applicationblocks.com.objects
Class CfgPersonLastLogin

java.lang.Object
  extended by com.genesyslab.platform.applicationblocks.com.CfgBase
      extended by com.genesyslab.platform.applicationblocks.com.CfgObject
          extended by com.genesyslab.platform.applicationblocks.com.objects.CfgPersonLastLogin
All Implemented Interfaces:
ICfgBase, ICfgObject, java.lang.Cloneable

public class CfgPersonLastLogin
extends CfgObject


Field Summary
static CfgObjectType OBJECT_TYPE
           
 
Constructor Summary
CfgPersonLastLogin(IConfService confService)
          This constructor is intended for creation of detached objects.
CfgPersonLastLogin(IConfService confService, ConfObject objData, boolean isSaved, java.lang.Object[] additionalParameters)
          This constructor is intended for creation of objects from configuration protocol messages.
CfgPersonLastLogin(IConfService confService, org.w3c.dom.Node xmlData, java.lang.Object[] additionalParameters)
          This constructor is intended for creation of objects from configuration protocol messages.
 
Method Summary
 CfgApplication getApplication()
           
 java.lang.Integer getApplicationDBID()
          Retrieves the dbid of the object that is being linked to by the Application property.
 java.lang.Integer getDBID()
          An identifier of this object in the Configuration Database.
 java.lang.String getHostName()
           
 java.lang.Integer getLastLoginTime()
           
 CfgPerson getPerson()
           
 java.lang.Integer getPersonDBID()
          Retrieves the dbid of the object that is being linked to by the Person property.
 void save()
          Synchronizes changes in the class with Configuration Server.
 void setApplication(CfgApplication value)
           
 void setApplicationDBID(int dbid)
           
 void setDBID(java.lang.Integer value)
          An identifier of this object in the Configuration Database.
 void setHostName(java.lang.String value)
           
 void setLastLoginTime(java.lang.Integer value)
           
 void setPerson(CfgPerson value)
           
 void setPersonDBID(int dbid)
           
 
Methods inherited from class com.genesyslab.platform.applicationblocks.com.CfgObject
clone, delete, doSetFolderId, ensureDataBackup, getFolderId, getObjectDbid, getObjectPath, getObjectType, refresh, reloadObjectWithNewData, reloadObjectWithNewData, removeAccount, resetDataBackup, retrieveAccountPermissions, retrieveACL, retrievePermissions, setAccountPermissions, setAccountPermissions, setFolderId, update, updateACL
 
Methods inherited from class com.genesyslab.platform.applicationblocks.com.CfgBase
equals, flushChildrenContent, getConfigurationService, getData, getEndpoint, getLinkListCollection, getLinkValue, getLogger, getMetaData, getParent, getProperty, getProperty, getProperty, getRawObjectData, hashCode, initStruct, isSaved, lockObject, resolveLink, setProperty, toString, toStringProperties, toXml, updateChildrenSavedState
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.genesyslab.platform.applicationblocks.com.ICfgBase
getEndpoint, getProperty, getRawObjectData, setProperty, toXml
 

Field Detail

OBJECT_TYPE

public static final CfgObjectType OBJECT_TYPE
Constructor Detail

CfgPersonLastLogin

public CfgPersonLastLogin(IConfService confService,
                          ConfObject objData,
                          boolean isSaved,
                          java.lang.Object[] additionalParameters)
This constructor is intended for creation of objects from configuration protocol messages. It is internally used by COM AB for objects deserialization.

Parameters:
confService - configuration service instance
objData - configuration protocol object data structure
isSaved - indicator of the object saved state
additionalParameters - additional parameters from configuration protocol message

CfgPersonLastLogin

public CfgPersonLastLogin(IConfService confService,
                          org.w3c.dom.Node xmlData,
                          java.lang.Object[] additionalParameters)
This constructor is intended for creation of objects from configuration protocol messages. It is internally used by COM AB for objects deserialization.

Parameters:
confService - configuration service instance
xmlData - XML object containing object data
additionalParameters - additional parameters from configuration protocol message

CfgPersonLastLogin

public CfgPersonLastLogin(IConfService confService)
This constructor is intended for creation of detached objects.

Parameters:
confService - configuration service instance
Method Detail

save

public void save()
          throws ConfigException
Synchronizes changes in the class with Configuration Server.

Specified by:
save in interface ICfgObject
Overrides:
save in class CfgObject
Throws:
ConfigException - in case of protocol level exception, data transformation, or server side constraints

getDBID

public final java.lang.Integer getDBID()
An identifier of this object in the Configuration Database. Generated by Configuration Server and is unique within an object type. Identifiers of deleted objects are not used again. Read-only.

Returns:
property value or null

setDBID

public final void setDBID(java.lang.Integer value)
An identifier of this object in the Configuration Database. Generated by Configuration Server and is unique within an object type. Identifiers of deleted objects are not used again. Read-only.

Parameters:
value - new property value
See Also:
getDBID()

getPerson

public final CfgPerson getPerson()

setPerson

public final void setPerson(CfgPerson value)

setPersonDBID

public final void setPersonDBID(int dbid)

getPersonDBID

public final java.lang.Integer getPersonDBID()
Retrieves the dbid of the object that is being linked to by the Person property.

Returns:
DBID identifier of referred object or null

getLastLoginTime

public final java.lang.Integer getLastLoginTime()

setLastLoginTime

public final void setLastLoginTime(java.lang.Integer value)

getApplication

public final CfgApplication getApplication()

setApplication

public final void setApplication(CfgApplication value)

setApplicationDBID

public final void setApplicationDBID(int dbid)

getApplicationDBID

public final java.lang.Integer getApplicationDBID()
Retrieves the dbid of the object that is being linked to by the Application property.

Returns:
DBID identifier of referred object or null

getHostName

public final java.lang.String getHostName()

setHostName

public final void setHostName(java.lang.String value)

Platform SDK Java 8.5 API Reference

Send comments on this topicTechpubs.webadmin@genesys.com.
Document version: 8.5.302.00
Copyright © 2006–2017 Genesys Telecommunications Laboratories, Inc. All rights reserved.