|
Platform SDK Java 8.5 API Reference | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CfgEnumeratorValue | |
---|---|
com.genesyslab.platform.applicationblocks.com.objects | |
com.genesyslab.platform.applicationblocks.com.queries |
Uses of CfgEnumeratorValue in com.genesyslab.platform.applicationblocks.com.objects |
---|
Methods in com.genesyslab.platform.applicationblocks.com.objects that return CfgEnumeratorValue | |
---|---|
CfgEnumeratorValue |
CfgObjectiveTableRecord.getCustomerSegment()
A unique identifier of the
Customer Segment
this objective
table record is associated with. |
CfgEnumeratorValue |
CfgObjectiveTableRecord.getMediaType()
A unique identifier of the
Media Type
to which this objective table
record is allocated. |
CfgEnumeratorValue |
CfgObjectiveTableRecord.getServiceType()
A unique identifier of the
Service Type
this objective table
record is associated with. |
CfgEnumeratorValue |
CfgDeltaEnumeratorValue.retrieveCfgEnumeratorValue()
Read base CfgEnumeratorValue configuration object caused this event. |
Methods in com.genesyslab.platform.applicationblocks.com.objects with parameters of type CfgEnumeratorValue | |
---|---|
void |
CfgObjectiveTableRecord.setCustomerSegment(CfgEnumeratorValue value)
A unique identifier of the
Customer Segment
this objective
table record is associated with. |
void |
CfgObjectiveTableRecord.setMediaType(CfgEnumeratorValue value)
A unique identifier of the
Media Type
to which this objective table
record is allocated. |
void |
CfgObjectiveTableRecord.setServiceType(CfgEnumeratorValue value)
A unique identifier of the
Service Type
this objective table
record is associated with. |
Uses of CfgEnumeratorValue in com.genesyslab.platform.applicationblocks.com.queries |
---|
Methods in com.genesyslab.platform.applicationblocks.com.queries that return CfgEnumeratorValue | |
---|---|
CfgEnumeratorValue |
CfgEnumeratorValueQuery.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 CfgEnumeratorValue | |
---|---|
AsyncRequestResult<CfgEnumeratorValue> |
CfgEnumeratorValueQuery.beginExecute(Action<AsyncRequestResult<CfgEnumeratorValue>> callback,
java.lang.Object state)
Begins the asynchronous execution of the current query. |
java.util.Collection<CfgEnumeratorValue> |
CfgEnumeratorValueQuery.execute()
Executes the query and returns a list of CfgEnumeratorValue objects. |
Method parameters in com.genesyslab.platform.applicationblocks.com.queries with type arguments of type CfgEnumeratorValue | |
---|---|
AsyncRequestResult<CfgEnumeratorValue> |
CfgEnumeratorValueQuery.beginExecute(Action<AsyncRequestResult<CfgEnumeratorValue>> 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 |