|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface InteractionAttributeMetaData
InteractionAttributeMetaData is a facility for application
to add new information in interaction for specific purposes.
Define interaction attribute metadata in the Configuration Layer in the
Business Attributes/Interaction Attributes enumerator folder.
InteractionManager| Nested Class Summary | |
|---|---|
static class |
InteractionAttributeMetaData.Type
Constants that describe the possible types of InteractionAttributeMetaData. |
| Nested classes/interfaces inherited from interface com.genesyslab.ail.IdObject |
|---|
IdObject.ObjectType |
| Method Summary | |
|---|---|
java.lang.String |
getDisplayName()
Returns the display name of this InteractionAttributeMetaData as a String. |
java.lang.String |
getFormat()
Returns the format of this attribute InteractionAttributeMetaData as a String. |
java.lang.String |
getMappingColumn()
Returns the mapping column of this attribute as a String. |
java.util.Date |
getModifiedDate()
Returns the modified date of this attribute InteractionAttributeMetaData
as a Date. |
java.lang.String |
getName()
Returns the name of this InteractionAttributeMetaData as a String. |
java.util.Collection |
getPredefinedValues()
Returns a Collection of predefined interaction attribute values or null for this InteractionAttributeMetaData as a Collection of
InteractionAttributeValue. |
InteractionAttributeMetaData.Type |
getType()
Returns the type of this InteractionAttributeMetaData as a Type. |
boolean |
isActive()
Returns the active status of this InteractionAttributeMetaData as a boolean. |
boolean |
isSortable()
Returns the sortability of this InteractionAttributeMetaData as a boolean. |
| Methods inherited from interface com.genesyslab.ail.IdObject |
|---|
getId, getObjectType |
| Method Detail |
|---|
java.lang.String getName()
InteractionAttributeMetaData as a String.
String.InteractionAttributeMetaData.Type getType()
InteractionAttributeMetaData as a Type.
Type.boolean isSortable()
InteractionAttributeMetaData as a boolean.
boolean, true if sortable.java.lang.String getDisplayName()
InteractionAttributeMetaData as a String.
String.boolean isActive()
InteractionAttributeMetaData as a boolean.
boolean, true if active.java.lang.String getFormat()
InteractionAttributeMetaData as a String.
String.java.util.Date getModifiedDate()
InteractionAttributeMetaData
as a Date.
Date.java.util.Collection getPredefinedValues()
InteractionAttributeMetaData as a Collection of
InteractionAttributeValue.
These values are defined in the the Business Attributes folder in the Configuration Layer.
InteractionAttributeValue.java.lang.String getMappingColumn()
String.
String.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||