|
Platform SDK Java 8.5 API Reference | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CfgAppRank | |
---|---|
com.genesyslab.platform.applicationblocks.com.objects |
Uses of CfgAppRank in com.genesyslab.platform.applicationblocks.com.objects |
---|
Methods in com.genesyslab.platform.applicationblocks.com.objects that return types with arguments of type CfgAppRank | |
---|---|
java.util.Collection<CfgAppRank> |
CfgDeltaPerson.getAddedAppRanks()
A pointer to the list of the person's ranks with respect to applications (every item of this list is structured as
CfgAppRank
). |
java.util.Collection<CfgAppRank> |
CfgPerson.getAppRanks()
A pointer to the list of the person's ranks with respect to applications (every item of this list is structured as
CfgAppRank
). |
java.util.Collection<CfgAppRank> |
CfgDeltaPerson.getChangedAppRanks()
A pointer to the list of changed application ranks (every item of this list is structured as
CfgAppRank
). |
java.util.Collection<CfgAppRank> |
CfgDeltaPerson.getDeletedAppRanks()
A pointer to the list of deleted application types (every item of this list has variable type CfgAppType ). |
Method parameters in com.genesyslab.platform.applicationblocks.com.objects with type arguments of type CfgAppRank | |
---|---|
void |
CfgPerson.setAppRanks(java.util.Collection<CfgAppRank> value)
A pointer to the list of the person's ranks with respect to applications (every item of this list is structured as
CfgAppRank
). |
|
Platform SDK Java 8.5 API Reference | |||||||||
PREV NEXT | FRAMES NO FRAMES |