|
BEA Systems, Inc. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--com.beasys.commerce.foundation.EntityImpl
|
+--com.beasys.commerce.foundation.ConfigurableEntityImpl
|
+--com.beasys.commerce.axiom.contact.GroupImpl
The implementation of the Group entity bean interface.
Group is a component that represents a group in a system. Groups can have users as members, and can serve as a parent to child groups in a group hierarchy. Groups are extentions of ConfigurableEntity, and therefore have the concept of getting and setting properties that are relevant to the group.
Primary Key = com.beasys.commerce.axiom.contact.GroupPk
Group,
GroupHome,
GroupValue, Serialized Form| Field Summary | |
java.lang.String |
identifier
The primary key field for this group. |
| Fields inherited from class com.beasys.commerce.foundation.ConfigurableEntityImpl |
DEFAULT_ENTITY_PROPERTY_MANAGER_HOME, DEFAULT_SCHEMA_GROUP_NAME, ENTITY_PROPERTY_MANAGER_HOME, propertyMap, SCHEMA_GROUP_NAME |
| Fields inherited from class com.beasys.commerce.foundation.EntityImpl |
__classIdentifier, __containingEntity, __mapKey, __sequenceNumber, _ctx, _environmentNamingContext, _environmentPropertyCache, _isDirty, _smartBMP |
| Constructor Summary | |
GroupImpl()
Default constructor. |
|
| Method Summary | |
protected void |
bscInitializeAttributes(GroupPk groupPk)
Initializer for this component. |
void |
ejbActivate()
ejbActivate method. |
GroupPk |
ejbCreate(GroupPk groupPk)
Creates the bean and returns the bean's primary key. |
GroupPk |
ejbFindByPrimaryKey(GroupPk pk)
Finds the group primary key for this group if the key corresponds to a valid group. |
void |
ejbLoad()
ejbLoad method. |
void |
ejbPassivate()
ejbPassivate method. |
void |
ejbPostCreate(GroupPk groupPk)
Empty ejbPostCreate() method. |
void |
ejbRemove()
ejbRemove method. |
void |
ejbStore()
ejbStore method. |
java.lang.String |
getIdentifier()
Returns the identifier (primary key attribute). |
java.lang.String[] |
getUserNames()
Returns a list of usernames for the users that belong to this group. |
void |
setEntityContext(javax.ejb.EntityContext ctx)
setEntityContext method. |
void |
setIdentifier(java.lang.String value)
|
void |
unsetEntityContext()
unsetEntityContext method. |
| Methods inherited from class com.beasys.commerce.foundation.ConfigurableEntityImpl | |||||||||||||||||||||
addBusinessPolicy, addCachedPropertyMapped, addCachedPropertyValue, addPropertyValue, addPropertyValueMapped, buildPolicyKey, createMapKey, ejbCreate, ejbPostCreate, getBusinessPolicy, getCachedProperty, getImplicitProperty, getPersistableHandle, getProperty, getProperty, getProperty, getPropertyAsString, getPropertyAsString, getPropertyDefault, getPropertyMap, getPropertyNoDefault, getSuccessor, getUniqueId,
| |||||||||||||||||||||