| java.lang.Object org.jasig.portal.groups.ReferenceComponentGroupService
All known Subclasses: org.jasig.portal.groups.ReferenceCompositeGroupService,
ReferenceComponentGroupService | public class ReferenceComponentGroupService implements IComponentGroupService(Code) | | Reference implementation of IComponentGroupService.
author: Dan Ellentuck version: $Revision: 34758 $ |
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. |
Method Summary | |
public Map | getComponentServices() Returns a Map of the services contained by this component,
keyed on the name of the service WITHIN THIS COMPONENT. | public javax.naming.Name | getServiceName() Returns the FULLY-QUALIFIED Name of the service, which
may not be known until the composite service is assembled. | public boolean | isLeafService() Answers if this service is a leaf in the composite; a service that
actually operates on groups. | public void | setServiceName(Name newServiceName) Sets the name of the service to the new value. |
componentServices | protected Map componentServices(Code) | | The services contained by this component, keyed on the name of the service
as it is known within this component. Used to assemble the composite.
|
serviceName | protected Name serviceName(Code) | | The fully-qualified Name of the service, which may not be
known until the composite service is fully assembled.
|
ReferenceComponentGroupService | public ReferenceComponentGroupService()(Code) | | ReferenceComponentGroupService constructor comment.
|
getComponentServices | public Map getComponentServices()(Code) | | Returns a Map of the services contained by this component,
keyed on the name of the service WITHIN THIS COMPONENT.
|
getServiceName | public javax.naming.Name getServiceName()(Code) | | Returns the FULLY-QUALIFIED Name of the service, which
may not be known until the composite service is assembled.
|
isLeafService | public boolean isLeafService()(Code) | | Answers if this service is a leaf in the composite; a service that
actually operates on groups.
|
setServiceName | public void setServiceName(Name newServiceName)(Code) | | Sets the name of the service to the new value.
|
|
|