This interface is generated from the WSRP version 1.0 specification. For details on this interface, please see the WSRP version 1.0 specification

com.sun.portal.wsrp.common.stubs
Class PortletDescription

java.lang.Object
  extended bycom.sun.portal.wsrp.common.stubs.PortletDescription

public class PortletDescription
extends Object


Constructor Summary
PortletDescription()
           
PortletDescription(String portletHandle, MarkupType[] markupTypes, String groupID, LocalizedString description, LocalizedString shortTitle, LocalizedString title, LocalizedString displayName, LocalizedString[] keywords, String[] userCategories, String[] userProfileItems, Boolean usesMethodGet, Boolean defaultMarkupSecure, Boolean onlySecure, Boolean userContextStoredInSession, Boolean templatesStoredInSession, Boolean hasUserSpecificState, Boolean doesUrlTemplateProcessing, Extension[] extensions)
           
 
Method Summary
 Boolean getDefaultMarkupSecure()
           
 LocalizedString getDescription()
           
 LocalizedString getDisplayName()
           
 Boolean getDoesUrlTemplateProcessing()
           
 Extension[] getExtensions()
           
 String getGroupID()
           
 Boolean getHasUserSpecificState()
           
 LocalizedString[] getKeywords()
           
 MarkupType[] getMarkupTypes()
           
 Boolean getOnlySecure()
           
 String getPortletHandle()
           
 LocalizedString getShortTitle()
           
 Boolean getTemplatesStoredInSession()
           
 LocalizedString getTitle()
           
 String[] getUserCategories()
           
 Boolean getUserContextStoredInSession()
           
 String[] getUserProfileItems()
           
 Boolean getUsesMethodGet()
           
 void setDefaultMarkupSecure(Boolean defaultMarkupSecure)
           
 void setDescription(LocalizedString description)
           
 void setDisplayName(LocalizedString displayName)
           
 void setDoesUrlTemplateProcessing(Boolean doesUrlTemplateProcessing)
           
 void setExtensions(Extension[] extensions)
           
 void setGroupID(String groupID)
           
 void setHasUserSpecificState(Boolean hasUserSpecificState)
           
 void setKeywords(LocalizedString[] keywords)
           
 void setMarkupTypes(MarkupType[] markupTypes)
           
 void setOnlySecure(Boolean onlySecure)
           
 void setPortletHandle(String portletHandle)
           
 void setShortTitle(LocalizedString shortTitle)
           
 void setTemplatesStoredInSession(Boolean templatesStoredInSession)
           
 void setTitle(LocalizedString title)
           
 void setUserCategories(String[] userCategories)
           
 void setUserContextStoredInSession(Boolean userContextStoredInSession)
           
 void setUserProfileItems(String[] userProfileItems)
           
 void setUsesMethodGet(Boolean usesMethodGet)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PortletDescription

public PortletDescription()

PortletDescription

public PortletDescription(String portletHandle,
                          MarkupType[] markupTypes,
                          String groupID,
                          LocalizedString description,
                          LocalizedString shortTitle,
                          LocalizedString title,
                          LocalizedString displayName,
                          LocalizedString[] keywords,
                          String[] userCategories,
                          String[] userProfileItems,
                          Boolean usesMethodGet,
                          Boolean defaultMarkupSecure,
                          Boolean onlySecure,
                          Boolean userContextStoredInSession,
                          Boolean templatesStoredInSession,
                          Boolean hasUserSpecificState,
                          Boolean doesUrlTemplateProcessing,
                          Extension[] extensions)
Method Detail

getPortletHandle

public String getPortletHandle()

setPortletHandle

public void setPortletHandle(String portletHandle)

getMarkupTypes

public MarkupType[] getMarkupTypes()

setMarkupTypes

public void setMarkupTypes(MarkupType[] markupTypes)

getGroupID

public String getGroupID()

setGroupID

public void setGroupID(String groupID)

getDescription

public LocalizedString getDescription()

setDescription

public void setDescription(LocalizedString description)

getShortTitle

public LocalizedString getShortTitle()

setShortTitle

public void setShortTitle(LocalizedString shortTitle)

getTitle

public LocalizedString getTitle()

setTitle

public void setTitle(LocalizedString title)

getDisplayName

public LocalizedString getDisplayName()

setDisplayName

public void setDisplayName(LocalizedString displayName)

getKeywords

public LocalizedString[] getKeywords()

setKeywords

public void setKeywords(LocalizedString[] keywords)

getUserCategories

public String[] getUserCategories()

setUserCategories

public void setUserCategories(String[] userCategories)

getUserProfileItems

public String[] getUserProfileItems()

setUserProfileItems

public void setUserProfileItems(String[] userProfileItems)

getUsesMethodGet

public Boolean getUsesMethodGet()

setUsesMethodGet

public void setUsesMethodGet(Boolean usesMethodGet)

getDefaultMarkupSecure

public Boolean getDefaultMarkupSecure()

setDefaultMarkupSecure

public void setDefaultMarkupSecure(Boolean defaultMarkupSecure)

getOnlySecure

public Boolean getOnlySecure()

setOnlySecure

public void setOnlySecure(Boolean onlySecure)

getUserContextStoredInSession

public Boolean getUserContextStoredInSession()

setUserContextStoredInSession

public void setUserContextStoredInSession(Boolean userContextStoredInSession)

getTemplatesStoredInSession

public Boolean getTemplatesStoredInSession()

setTemplatesStoredInSession

public void setTemplatesStoredInSession(Boolean templatesStoredInSession)

getHasUserSpecificState

public Boolean getHasUserSpecificState()

setHasUserSpecificState

public void setHasUserSpecificState(Boolean hasUserSpecificState)

getDoesUrlTemplateProcessing

public Boolean getDoesUrlTemplateProcessing()

setDoesUrlTemplateProcessing

public void setDoesUrlTemplateProcessing(Boolean doesUrlTemplateProcessing)

getExtensions

public Extension[] getExtensions()

setExtensions

public void setExtensions(Extension[] extensions)

This interface is generated from the WSRP version 1.0 specification. For details on this interface, please see the WSRP version 1.0 specification