|
uPortal 2.4.1 API Documentation |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jasig.portal.EntityIdentifier
org.jasig.portal.groups.CompositeEntityIdentifier
org.jasig.portal.groups.CompositeServiceIdentifier
A composite key that identifies a component group service.
Field Summary |
Fields inherited from interface org.jasig.portal.groups.IGroupConstants |
CHANNEL_CATEGORIES, CONTAINS, ENDS_WITH, EVERYONE, IS, NODE_SEPARATOR, PORTAL_ADMINISTRATORS, STARTS_WITH |
Constructor Summary | |
CompositeServiceIdentifier(java.lang.String serviceKey)
CompositeServiceIdentifier. |
|
CompositeServiceIdentifier(java.lang.String entityKey,
java.lang.Class entityType)
CompositeServiceIdentifier. |
Method Summary | |
javax.naming.Name |
getServiceName()
The service name is the entire key. |
java.lang.String |
toString()
Returns a String that represents the value of this object. |
Methods inherited from class org.jasig.portal.groups.CompositeEntityIdentifier |
getKey, getLocalKey, newCompoundName, parseCompoundKey, popNode, pushNode, setCompositeKey, setServiceName |
Methods inherited from class org.jasig.portal.EntityIdentifier |
equals, getType, hashCode |
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public CompositeServiceIdentifier(java.lang.String serviceKey) throws GroupsException
serviceKey
- java.lang.String
GroupsException
public CompositeServiceIdentifier(java.lang.String entityKey, java.lang.Class entityType) throws GroupsException
entityKey
- java.lang.StringentityType
- java.lang.Class
GroupsException
Method Detail |
public javax.naming.Name getServiceName()
getServiceName
in class CompositeEntityIdentifier
public java.lang.String toString()
toString
in class CompositeEntityIdentifier
|
uPortal 2.4.1 API Documentation |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |