|
Platform SDK Java 8.5 API Reference | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CfgSkill | |
---|---|
com.genesyslab.platform.applicationblocks.com.objects | |
com.genesyslab.platform.applicationblocks.com.queries |
Uses of CfgSkill in com.genesyslab.platform.applicationblocks.com.objects |
---|
Methods in com.genesyslab.platform.applicationblocks.com.objects that return CfgSkill | |
---|---|
CfgSkill |
CfgSkillLevel.getSkill()
A unique identifier of the skill the level relates to. |
CfgSkill |
CfgDeltaSkill.retrieveCfgSkill()
Read base CfgSkill configuration object caused this event. |
Methods in com.genesyslab.platform.applicationblocks.com.objects with parameters of type CfgSkill | |
---|---|
void |
CfgSkillLevel.setSkill(CfgSkill value)
A unique identifier of the skill the level relates to. |
Uses of CfgSkill in com.genesyslab.platform.applicationblocks.com.queries |
---|
Methods in com.genesyslab.platform.applicationblocks.com.queries that return CfgSkill | |
---|---|
CfgSkill |
CfgSkillQuery.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 CfgSkill | |
---|---|
AsyncRequestResult<CfgSkill> |
CfgSkillQuery.beginExecute(Action<AsyncRequestResult<CfgSkill>> callback,
java.lang.Object state)
Begins the asynchronous execution of the current query. |
java.util.Collection<CfgSkill> |
CfgSkillQuery.execute()
Executes the query and returns a list of CfgSkill objects. |
Method parameters in com.genesyslab.platform.applicationblocks.com.queries with type arguments of type CfgSkill | |
---|---|
AsyncRequestResult<CfgSkill> |
CfgSkillQuery.beginExecute(Action<AsyncRequestResult<CfgSkill>> 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 |