|
Platform SDK Java 8.5 API Reference | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CfgPerson | |
---|---|
com.genesyslab.platform.applicationblocks.com.objects | |
com.genesyslab.platform.applicationblocks.com.queries |
Uses of CfgPerson in com.genesyslab.platform.applicationblocks.com.objects |
---|
Methods in com.genesyslab.platform.applicationblocks.com.objects that return CfgPerson | |
---|---|
CfgPerson |
CfgDeltaScript.getContactPerson()
Not in use. |
CfgPerson |
CfgDeltaPhysicalSwitch.getContactPerson()
Not in use. |
CfgPerson |
CfgDeltaHost.getContactPerson()
Not in use. |
CfgPerson |
CfgPersonLastLogin.getPerson()
|
CfgPerson |
CfgDeltaPersonLastLogin.getPerson()
|
CfgPerson |
CfgDeltaTenant.getProviderPerson()
Not in use. |
CfgPerson |
CfgDeltaTenant.getTenantPerson()
Not in use. |
CfgPerson |
CfgPersonBrief.retrieveCfgPerson()
Read base CfgPerson configuration object caused this event. |
CfgPerson |
CfgDeltaPerson.retrieveCfgPerson()
Read base CfgPerson configuration object caused this event. |
Methods in com.genesyslab.platform.applicationblocks.com.objects that return types with arguments of type CfgPerson | |
---|---|
java.util.Collection<CfgPerson> |
CfgDeltaAgentGroup.getAddedAgents()
A pointer to the list of identifiers of the agents added to this group. |
java.util.Collection<CfgPerson> |
CfgDeltaGroup.getAddedManagers()
A pointer to the list of the identifiers of the
CfgPerson
objects that serve as supervisors
of this group. |
java.util.Collection<CfgPerson> |
CfgAgentGroup.getAgents()
A pointer to the list of identifiers of the
Agents
that form this group. |
java.util.Collection<CfgPerson> |
CfgDeltaAgentGroup.getDeletedAgents()
A pointer to the list of identifiers of the agents deleted from this group. |
java.util.Collection<CfgPerson> |
CfgDeltaGroup.getDeletedManagers()
A pointer to the list of identifiers of the Person objects that have been deleted from this group. |
java.util.Collection<CfgPerson> |
CfgGroup.getManagers()
A pointer to the list of the identifiers of the
CfgPerson
objects that serve as supervisors
of this group. |
Methods in com.genesyslab.platform.applicationblocks.com.objects with parameters of type CfgPerson | |
---|---|
void |
CfgPersonLastLogin.setPerson(CfgPerson value)
|
Method parameters in com.genesyslab.platform.applicationblocks.com.objects with type arguments of type CfgPerson | |
---|---|
void |
CfgAgentGroup.setAgents(java.util.Collection<CfgPerson> value)
A pointer to the list of identifiers of the
Agents
that form this group. |
void |
CfgGroup.setManagers(java.util.Collection<CfgPerson> value)
A pointer to the list of the identifiers of the
CfgPerson
objects that serve as supervisors
of this group. |
Uses of CfgPerson in com.genesyslab.platform.applicationblocks.com.queries |
---|
Methods in com.genesyslab.platform.applicationblocks.com.queries that return CfgPerson | |
---|---|
CfgPerson |
CfgPersonQuery.executeSingleResult()
Executes a query the result of which is a single object. |
Methods in com.genesyslab.platform.applicationblocks.com.queries that return types with arguments of type CfgPerson | |
---|---|
AsyncRequestResult<CfgPerson> |
CfgPersonQuery.beginExecute(Action<AsyncRequestResult<CfgPerson>> callback,
java.lang.Object state)
Begins the asynchronous execution of the current query. |
java.util.Collection<CfgPerson> |
CfgPersonQuery.execute()
Executes the query and returns a list of CfgPerson objects. |
Method parameters in com.genesyslab.platform.applicationblocks.com.queries with type arguments of type CfgPerson | |
---|---|
AsyncRequestResult<CfgPerson> |
CfgPersonQuery.beginExecute(Action<AsyncRequestResult<CfgPerson>> callback,
java.lang.Object state)
Begins the asynchronous execution of the current query. |
|
Platform SDK Java 8.5 API Reference | |||||||||
PREV NEXT | FRAMES NO FRAMES |