|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.opensymphony.ejb.AbstractEntityAdapter
com.opensymphony.user.provider.ejb.entity.GroupEJB
Entity bean representing Group.
| Field Summary |
| Fields inherited from class com.opensymphony.ejb.AbstractEntityAdapter |
context, sequenceName |
| Constructor Summary | |
GroupEJB()
|
|
| Method Summary | |
java.lang.Long |
ejbCreate(java.lang.String name)
Create new Group with given name. |
void |
ejbPostCreate(java.lang.String name)
|
abstract java.lang.Long |
getId()
Unique primary key of Group. |
abstract java.lang.String |
getName()
Get name of Group. |
com.opensymphony.module.propertyset.PropertySet |
getPropertySet()
Group's PropertySet. |
java.util.List |
getUserNames()
|
abstract java.util.Set |
getUsers()
Collection of users with this group. |
void |
setEntityContext(javax.ejb.EntityContext context)
Required to implement EntityBean. |
abstract void |
setId(java.lang.Long id)
|
abstract void |
setName(java.lang.String name)
|
abstract void |
setUsers(java.util.Set users)
|
void |
unsetEntityContext()
Required to implement EntityBean. |
| Methods inherited from class com.opensymphony.ejb.AbstractEntityAdapter |
generateGUID, locatePropertySet, nextId, nextInt, nextLong, setContext |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface javax.ejb.EntityBean |
ejbActivate, ejbLoad, ejbPassivate, ejbRemove, ejbStore |
| Constructor Detail |
public GroupEJB()
| Method Detail |
public void setEntityContext(javax.ejb.EntityContext context)
sequenceName.
setEntityContext in interface javax.ejb.EntityBeanpublic abstract void setId(java.lang.Long id)
public abstract java.lang.Long getId()
public abstract void setName(java.lang.String name)
public abstract java.lang.String getName()
public com.opensymphony.module.propertyset.PropertySet getPropertySet()
public abstract void setUsers(java.util.Set users)
public abstract java.util.Set getUsers()
public java.util.List getUserNames()
public java.lang.Long ejbCreate(java.lang.String name)
throws javax.ejb.CreateException
javax.ejb.CreateExceptionpublic void ejbPostCreate(java.lang.String name)
public void unsetEntityContext()
unsetEntityContext in interface javax.ejb.EntityBean
|
See www.opensymphony.com for more information. | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||