com.bea.portal.tools.portal.community
Class CommunityDefinitionIDBuilder

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

public final class CommunityDefinitionIDBuilder
extends com.bea.portal.tools.resource.framework.TaggedResourceIDBuilder<CommunityDefinitionID>

Identifies the collection of portal resource definitions.

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
CommunityDefinitionIDBuilder()
          Constructor.
 
Method Summary
 CommunityDefinitionID createResourceID()
          Create the DesktopDefinitionsID.
 CommunityDefinitionId getCommunityDefinitionId()
          Get the CommunityDefinitionId.
 DesktopDefinitionId getDesktopDefinitionId()
          Get the DesktopDefinitionId.
 DesktopPath getDesktopPath()
          Get the desktop path that the desktop definition is associated with
 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.
 CommunityDefinitionIDBuilder parseResourceURN(String resourceURN)
          Parse the given URN.
 CommunityDefinitionIDBuilder setCommunityDefinitionId(CommunityDefinitionId communityDefinitionId)
          Change the CommunityDefinitionId.
 CommunityDefinitionIDBuilder setDesktopDefinitionId(DesktopDefinitionId desktopDefinitionId)
          Change the DesktopDefinitionId.
 CommunityDefinitionIDBuilder setDesktopPath(String desktopPath)
          Change the desktop path that this desktop definition is associated with
 CommunityDefinitionIDBuilder setPortalID(PortalID portalID)
          Change the PortalID
 CommunityDefinitionIDBuilder setPortalPath(PortalPath portalPath)
          Change the PortalPath
 CommunityDefinitionIDBuilder 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

CommunityDefinitionIDBuilder

public CommunityDefinitionIDBuilder()
Constructor.

Method Detail

parseResourceURN

public CommunityDefinitionIDBuilder parseResourceURN(String resourceURN)
Parse the given URN. resourceURN the URN of the referrent resource this DesktopDefinitionsIDBuilder

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

getCommunityDefinitionId

public CommunityDefinitionId getCommunityDefinitionId()
Get the CommunityDefinitionId.

Returns
the CommunityDefinitionId

setCommunityDefinitionId

public CommunityDefinitionIDBuilder setCommunityDefinitionId(CommunityDefinitionId communityDefinitionId)
Change the CommunityDefinitionId.

Parameters
communityDefinitionId - the CommunityDefinitionId
Returns
this CommunityDefinitionIDBuilder

createResourceID

public CommunityDefinitionID createResourceID()
Create the DesktopDefinitionsID. the DesktopDefinitionsID

Overrides:
createResourceID in class ResourceIDBuilder<CommunityDefinitionID>
Returns
the ResourceID

getDesktopDefinitionId

public DesktopDefinitionId getDesktopDefinitionId()
Get the DesktopDefinitionId.

Returns
the DesktopDefinitionId

setDesktopDefinitionId

public CommunityDefinitionIDBuilder setDesktopDefinitionId(DesktopDefinitionId desktopDefinitionId)
Change the DesktopDefinitionId.

Parameters
desktopDefinitionId - the DesktopDefinitionId
Returns
this CommunityDefinitionIDBuilder

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 CommunityDefinitionIDBuilder 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 CommunityDefinitionIDBuilder

getDesktopPath

public DesktopPath getDesktopPath()
Get the desktop path that the desktop definition is associated with

Returns
DesktopPath

setDesktopPath

public CommunityDefinitionIDBuilder setDesktopPath(String desktopPath)
Change the desktop path that this desktop definition is associated with

Parameters
desktopPath - new desktop path that the desktop definition should be associated with
Returns
this CommunityDefinitionIDBuilder

getPortalID

public PortalID getPortalID()
Get the PortalID.

Returns
the PortalID

setPortalID

public CommunityDefinitionIDBuilder setPortalID(PortalID portalID)
Change the PortalID

Parameters
portalID - the PortalID
Returns
this CommunityDefinitionIDBuilder

getPortalPath

public PortalPath getPortalPath()
Get the PortalPath.

Returns
the PortalPath

setPortalPath

public CommunityDefinitionIDBuilder setPortalPath(PortalPath portalPath)
Change the PortalPath

Parameters
portalPath - the PortalPath
Returns
this CommunityDefinitionIDBuilder


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.