com.bea.portal.tools.portal.page
Class LibraryPortletInstancesIDBuilder

java.lang.Object
  extended by com.bea.portal.tools.resource.ResourceIDBuilder<T>
      extended by com.bea.portal.tools.resource.framework.TaggedResourceIDBuilder<LibraryPortletInstancesID>
          extended by com.bea.portal.tools.portal.page.LibraryPortletInstancesIDBuilder
All Implemented Interfaces
Serializable, Cloneable

public final class LibraryPortletInstancesIDBuilder
extends com.bea.portal.tools.resource.framework.TaggedResourceIDBuilder<LibraryPortletInstancesID>

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
LibraryPortletInstancesIDBuilder()
          Constructor.
 
Method Summary
 LibraryPortletInstancesID createResourceID()
          Create the LibraryPortletInstancesID.
 PageDefinitionId getPageDefinitionId()
          Get the PageDefinitionId that this portlet library instances folder lives under
 LibraryPortletInstancesIDBuilder parseResourceURN(String resourceURN)
          Parse the given URN.
 LibraryPortletInstancesIDBuilder setPageDefinitionId(PageDefinitionId pageDefinitionId)
          Change the PageDefinitionId.
 
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

LibraryPortletInstancesIDBuilder

public LibraryPortletInstancesIDBuilder()
Constructor.

Method Detail

parseResourceURN

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

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

getPageDefinitionId

public PageDefinitionId getPageDefinitionId()
Get the PageDefinitionId that this portlet library instances folder lives under

Returns
the PageDefinitionId

setPageDefinitionId

public LibraryPortletInstancesIDBuilder setPageDefinitionId(PageDefinitionId pageDefinitionId)
Change the PageDefinitionId.

Parameters
pageDefinitionId - the PageDefinitionId
Returns
this LibraryPortletInstancesIDBuilder

createResourceID

public LibraryPortletInstancesID createResourceID()
Create the LibraryPortletInstancesID. the LibraryPortletInstancesID

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


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.