|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jasig.portal.groups.ReferenceComponentGroupService
public class ReferenceComponentGroupService
Reference implementation of IComponentGroupService.
| Field Summary | |
|---|---|
protected Map |
componentServices
The services contained by this component, keyed on the name of the service as it is known within this component. |
protected Name |
serviceName
The fully-qualified Name of the service, which may not be
known until the composite service is fully assembled. |
| Constructor Summary | |
|---|---|
ReferenceComponentGroupService()
ReferenceComponentGroupService constructor comment. |
|
| Method Summary | |
|---|---|
Map |
getComponentServices()
Returns a Map of the services contained by this component,
keyed on the name of the service WITHIN THIS COMPONENT. |
Name |
getServiceName()
Returns the FULLY-QUALIFIED Name of the service, which
may not be known until the composite service is assembled. |
boolean |
isLeafService()
Answers if this service is a leaf in the composite; a service that actually operates on groups. |
void |
setServiceName(Name newServiceName)
Sets the name of the service to the new value. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected Map componentServices
protected Name serviceName
Name of the service, which may not be
known until the composite service is fully assembled.
| Constructor Detail |
|---|
public ReferenceComponentGroupService()
| Method Detail |
|---|
public Map getComponentServices()
Map of the services contained by this component,
keyed on the name of the service WITHIN THIS COMPONENT.
getComponentServices in interface IComponentGroupServicepublic Name getServiceName()
Name of the service, which
may not be known until the composite service is assembled.
getServiceName in interface IComponentGroupServicepublic boolean isLeafService()
isLeafService in interface IComponentGroupServicepublic void setServiceName(Name newServiceName)
setServiceName in interface IComponentGroupService
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||