|
uPortal 2.3.2 API Documentation |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jasig.portal.groups.EntityTypes
EntityTypes
This class provides access to the entity types used by IEntityGroups
.
Type, to a group, is like Class
to an Array
. It specifies
what kind of entities the IEntityGroup
contains.
Each type is associated with an Integer
which is used to store the type in
the portal data store. This class translates between the Integer
and
Class
values.
Field Summary | |
static java.lang.Class |
GROUP_ENTITY_TYPE
Deprecated. |
static int |
NULL_TYPE_ID
Deprecated. |
Constructor Summary | |
EntityTypes()
Deprecated. EntityTypes constructor comment. |
Method Summary | |
java.util.Iterator |
getAllEntityTypeIDs()
Deprecated. |
java.util.Iterator |
getAllEntityTypes()
Deprecated. |
java.lang.Integer |
getEntityIDFromType(java.lang.Class type)
Deprecated. Interface to the entity types cache. |
static java.lang.Class |
getEntityType(java.lang.Integer typeID)
Deprecated. Interface to the entity types cache. |
java.lang.Class |
getEntityTypeFromID(java.lang.Integer typeID)
Deprecated. Interface to the entity types cache. |
static java.lang.Integer |
getEntityTypeID(java.lang.Class type)
Deprecated. Interface to the entity types cache. |
static EntityTypes |
singleton()
Deprecated. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static int NULL_TYPE_ID
public static java.lang.Class GROUP_ENTITY_TYPE
Constructor Detail |
public EntityTypes()
Method Detail |
public java.util.Iterator getAllEntityTypeIDs()
public java.util.Iterator getAllEntityTypes()
public java.lang.Integer getEntityIDFromType(java.lang.Class type)
public static java.lang.Class getEntityType(java.lang.Integer typeID)
public java.lang.Class getEntityTypeFromID(java.lang.Integer typeID)
public static java.lang.Integer getEntityTypeID(java.lang.Class type)
public static EntityTypes singleton()
|
uPortal 2.3.2 API Documentation |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |