Name | ContextBo | |
---|---|---|
Usage | AgendaBoService | |
AgendaBo | Type | Complex |
ShortName | Name | Type | Description | Required? | Read only? | Cardinality | XML Attribute? | Implementation Notes |
---|---|---|---|---|---|---|---|---|
metaClass | Meta Class | MetaClass | ??? | One | No | |||
id | Id | String | The unique identifier for an object. This can be null. | One | No | |||
name | Name | String | Returns the name of the context definition. The combination of name and namespaceCode represent a unique business key for the context definition. The name should never be null or blank. |
One | No | |||
namespace | Namespace | String | Returns the namespace of the context definition. The combination of namespace and name represent a unique business key for the context definition. The namespace should never be null or blank. |
One | No | |||
typeId | Type Id | String | Returns the type id for the context definition. If the type id is null, that means this context definition is of the default type. |
One | No | |||
description | Description | String | Returns the description of the context definition. | One | No | |||
active | Active | boolean | ??? | One | No | |||
agendas | Agendas | AgendaBoList | Returns the list of agendas {@link AgendaDefinitionContract} contained in the context definition. This method should never return null. An empty list is returned if no agendas are associated with this context. |
Many | No | |||
attributeBos | Attribute Bos | ContextAttributeBoList | ??? | Many | No | |||
versionNumber | Version Number | Long | Returns the version number for this object. In general, this value should only be null if the object has not yet been stored to a persistent data store. This version number is generally used for the purposes of optimistic locking. |
One | No | |||
attributes | Attributes | Map |
Returns a map of name/value pairs representing the attributes associated with this context. This method should never |
One | No | |||
objectId | Object Id | String | getter for the guid based object id that is assignable to all objects, in order to support custom attributes a mapping must also be added to the OJB file and a column must be added to the database for each business object that extension attributes are supposed to work on. |
One | No | |||
newCollectionRecord | New Collection Record | boolean | Gets the newCollectionRecord attribute. | One | No | |||
extension | Extension | PersistableBusinessObjectExtension | ??? | One | No |