com.bea.portal.tools.portal.desktop
Class LibraryDesktopTemplateIDBuilder

java.lang.Object
  extended by com.bea.portal.tools.resource.ResourceIDBuilder<T>
      extended by com.bea.portal.tools.resource.framework.TaggedResourceIDBuilder<LibraryDesktopTemplateID>
          extended by com.bea.portal.tools.portal.desktop.LibraryDesktopTemplateIDBuilder
All Implemented Interfaces
Serializable, Cloneable

public final class LibraryDesktopTemplateIDBuilder
extends com.bea.portal.tools.resource.framework.TaggedResourceIDBuilder<LibraryDesktopTemplateID>

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
LibraryDesktopTemplateIDBuilder()
          Constructor.
 
Method Summary
 LibraryDesktopTemplateID createResourceID()
          Create the DesktopTemplatesID.
 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.
 LibraryDesktopTemplateIDBuilder parseResourceURN(String resourceURN)
          Parse the given URN.
 LibraryDesktopTemplateIDBuilder setDesktopDefinitionId(DesktopDefinitionId desktopDefinitionId)
          Change the DesktopTemplateId.
 LibraryDesktopTemplateIDBuilder setDesktopPath(String desktopPath)
          Change the desktop path that this desktop definition is associated with
 LibraryDesktopTemplateIDBuilder setPortalID(PortalID portalID)
          Change the PortalID
 LibraryDesktopTemplateIDBuilder setPortalPath(PortalPath portalPath)
          Change the PortalPath
 LibraryDesktopTemplateIDBuilder 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

LibraryDesktopTemplateIDBuilder

public LibraryDesktopTemplateIDBuilder()
Constructor.

Method Detail

parseResourceURN

public LibraryDesktopTemplateIDBuilder parseResourceURN(String resourceURN)
Parse the given URN. resourceURN the URN of the referrent resource this LibraryDesktopTemplatesIDBuilder

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

getDesktopDefinitionId

public DesktopDefinitionId getDesktopDefinitionId()
Get the DesktopDefinitionId.

Returns
the DesktopDefinitionId

setDesktopDefinitionId

public LibraryDesktopTemplateIDBuilder setDesktopDefinitionId(DesktopDefinitionId desktopDefinitionId)
Change the DesktopTemplateId.

Parameters
desktopDefinitionId - the LibraryDesktopTemplateId
Returns
this LibraryDesktopTemplateIDBuilder

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

getDesktopPath

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

Returns
DesktopPath

setDesktopPath

public LibraryDesktopTemplateIDBuilder 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 LibraryDesktopTemplateIDBuilder

getPortalID

public PortalID getPortalID()
Get the PortalID.

Returns
the PortalID

setPortalID

public LibraryDesktopTemplateIDBuilder setPortalID(PortalID portalID)
Change the PortalID

Parameters
portalID - the PortalID
Returns
this LibraryDesktopTemplateIDBuilder

getPortalPath

public PortalPath getPortalPath()
Get the PortalPath.

Returns
the PortalPath

setPortalPath

public LibraryDesktopTemplateIDBuilder setPortalPath(PortalPath portalPath)
Change the PortalPath

Parameters
portalPath - the PortalPath
Returns
this LibraryDesktopTemplateIDBuilder

createResourceID

public LibraryDesktopTemplateID createResourceID()
Create the DesktopTemplatesID. the DesktopTemplatesID

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


Copyright © 2011, Oracle. All rights reserved.