| 
Copyright © 2006 BEA Systems, Inc. All Rights Reserved | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.bea.portal.tools.resource.ResourceIDBuilder<T>
com.bea.portal.tools.resource.framework.TaggedResourceIDBuilder<GroupID>
com.bea.portal.tools.security.group.GroupIDBuilder
public final class GroupIDBuilder
Builds and parses GroupID instances.
| Nested Class Summary | 
|---|
| Nested classes/interfaces inherited from class com.bea.portal.tools.resource.ResourceIDBuilder | 
|---|
ResourceIDBuilder.ParseContext | 
| Field Summary | 
|---|
| Fields inherited from class com.bea.portal.tools.resource.framework.TaggedResourceIDBuilder | 
|---|
tags | 
| Constructor Summary | |
|---|---|
GroupIDBuilder()
Constructor.  | 
|
| Method Summary | |
|---|---|
 GroupID | 
createResourceID()
Create the GroupID. | 
 String | 
getGroupName()
Get the name of the delegated administration role.  | 
 ResourceID | 
getParentGroupID()
Get the parent GroupID. | 
 String | 
getTitle()
Get the title of the delegated administration role.  | 
 GroupIDBuilder | 
parseResourceURN(String resourceURN)
Parse the given URN.  | 
 GroupIDBuilder | 
setGroupName(String name)
Change the name of the delegated administration role.  | 
 GroupIDBuilder | 
setParentGroupID(GroupID parentGroupID)
Change the parent GroupID. | 
 GroupIDBuilder | 
setTitle(String title)
Change the title of the delegated administration role.  | 
| Methods inherited from class com.bea.portal.tools.resource.framework.TaggedResourceIDBuilder | 
|---|
clone, getTag, getTags, getTagValue, getTagValue, parseResourcePath, processResourceTags, reset, setTagValue | 
| Methods inherited from class com.bea.portal.tools.resource.ResourceIDBuilder | 
|---|
createParseContext, getExpectedResourceType, getResourceType, getResourceURN, parseResourceTypeNamespaceURI, parseResourceURN, resolveResourceType, setResourceType, setResourceURN, toString | 
| Methods inherited from class java.lang.Object | 
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
| Constructor Detail | 
|---|
public GroupIDBuilder()
| Method Detail | 
|---|
public GroupIDBuilder parseResourceURN(String resourceURN)
parseResourceURN in class com.bea.portal.tools.resource.framework.TaggedResourceIDBuilder<GroupID>resourceURN - the URN of the referrent resource
TaggedResourceIDBuilderpublic ResourceID getParentGroupID()
GroupID.
GroupIDpublic GroupIDBuilder setParentGroupID(GroupID parentGroupID)
GroupID.
parentGroupID - the parent GroupID
TaggedResourceIDBuilderpublic String getGroupName()
public GroupIDBuilder setGroupName(String name)
name - the name of the delegated administration role
GroupIDBuilderpublic String getTitle()
public GroupIDBuilder setTitle(String title)
title - the title of the delegated administration role
GroupIDBuilderpublic GroupID createResourceID()
GroupID.
createResourceID in class ResourceIDBuilder<GroupID>GroupID
  | 
Copyright © 2006 BEA Systems, Inc. All Rights Reserved | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||