com.bea.portal.tools.portal.community
Class CommunityTemplatesIDBuilder

java.lang.Object
  extended by com.bea.portal.tools.resource.ResourceIDBuilder<T>
      extended by com.bea.portal.tools.resource.framework.TaggedResourceIDBuilder<CommunityTemplatesID>
          extended by com.bea.portal.tools.portal.community.CommunityTemplatesIDBuilder
All Implemented Interfaces
Serializable, Cloneable

public final class CommunityTemplatesIDBuilder
extends com.bea.portal.tools.resource.framework.TaggedResourceIDBuilder<CommunityTemplatesID>

Identifies the collection of portal community templates.

See Also
Serialized Form

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
CommunityTemplatesIDBuilder()
          Constructor.
 
Method Summary
 CommunityTemplatesID createResourceID()
          Create the CommunityTemplatesID.
 PortalID getPortalID()
          Get the PortalID.
 PortalPath getPortalPath()
          Get the PortalPath.
 String getWebApplicationName()
          Get the name the web application that the desktop definition is associated with.
 CommunityTemplatesIDBuilder parseResourceURN(String resourceURN)
          Parse the given URN.
 CommunityTemplatesIDBuilder setPortalID(PortalID portalID)
          Change the PortalID
 CommunityTemplatesIDBuilder setPortalPath(PortalPath portalPath)
          Change the PortalPath
 CommunityTemplatesIDBuilder setWebApplicationName(String name)
          Change the name the web application that the desktop definition is associated with.
 
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, setExpectedResourceType, setResourceType, setResourceURN, toString
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CommunityTemplatesIDBuilder

public CommunityTemplatesIDBuilder()
Constructor.

Method Detail

parseResourceURN

public CommunityTemplatesIDBuilder parseResourceURN(String resourceURN)
Parse the given URN.

Overrides:
parseResourceURN in class com.bea.portal.tools.resource.framework.TaggedResourceIDBuilder<CommunityTemplatesID>
Parameters
resourceURN - the URN of the referrent resource
Returns
this CommunityTemplatesIDBuilder

getPortalID

public PortalID getPortalID()
Get the PortalID.

Returns
the PortalID

setPortalID

public CommunityTemplatesIDBuilder setPortalID(PortalID portalID)
Change the PortalID

Parameters
portalID - the PortalID
Returns
this CommunityTemplatesIDBuilder

getPortalPath

public PortalPath getPortalPath()
Get the PortalPath.

Returns
the PortalPath

setPortalPath

public CommunityTemplatesIDBuilder setPortalPath(PortalPath portalPath)
Change the PortalPath

Parameters
portalPath - the PortalPath
Returns
this CommunityTemplatesIDBuilder

getWebApplicationName

public String getWebApplicationName()
Get the name the web application that the desktop definition is associated with.

Returns
the name of the web application

setWebApplicationName

public CommunityTemplatesIDBuilder setWebApplicationName(String name)
Change the name the web application that the desktop definition is associated with.

Parameters
name - the name of the web application that the desktop definition is associated with
Returns
this CommunityTemplatesIDBuilder

createResourceID

public CommunityTemplatesID createResourceID()
Create the CommunityTemplatesID.

Overrides:
createResourceID in class ResourceIDBuilder<CommunityTemplatesID>
Returns
the CommunityTemplatesID


Copyright © 2000, 2009, Oracle and/or its affiliates. All rights reserved.
Oracle is a registered trademark of Oracle Corporation and/or its affiliates.
Other names may be trademarks of their respective owners.