|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.portal.model.impl.BaseModelImpl
com.liferay.portal.model.impl.PortletModelImpl
com.liferay.portal.model.impl.PortletImpl
| Field Summary | |
static java.lang.String |
DEFAULT_PREFERENCES
Default preferences. |
static java.lang.String |
INSTANCE_SEPARATOR
Instance separator. |
static java.lang.String |
LAYOUT_SEPARATOR
Layout separator. |
static java.lang.String |
PLUGIN_TYPE
Plugin type |
static java.lang.String |
USER_PRINCIPAL_STRATEGY_SCREEN_NAME
User principal strategy for screen name. |
static java.lang.String |
USER_PRINCIPAL_STRATEGY_USER_ID
User principal strategy for screen name. |
static java.lang.String |
WAR_SEPARATOR
War file separator. |
| Fields inherited from class com.liferay.portal.model.impl.PortletModelImpl |
LOCK_EXPIRATION_TIME, TABLE_COLUMNS, TABLE_NAME, TABLE_SQL_CREATE, TABLE_SQL_DROP, XSS_ALLOW_BY_MODEL, XSS_ALLOW_PORTLETID, XSS_ALLOW_ROLES |
| Fields inherited from class com.liferay.portal.model.impl.BaseModelImpl |
XSS_ALLOW |
| Constructor Summary | |
PortletImpl()
Constructs a portlet with no parameters. |
|
PortletImpl(long companyId,
java.lang.String portletId)
Constructs a portlet with the specified parameters. |
|
PortletImpl(java.lang.String portletId,
com.liferay.portal.kernel.plugin.PluginPackage pluginPackage,
com.liferay.portal.model.PluginSetting pluginSetting,
long companyId,
java.lang.String icon,
java.lang.String virtualPath,
java.lang.String strutsPath,
java.lang.String displayName,
java.lang.String portletClass,
java.lang.String configurationActionClass,
java.lang.String indexerClass,
java.lang.String openSearchClass,
java.lang.String schedulerClass,
java.lang.String portletURLClass,
java.lang.String friendlyURLMapperClass,
java.lang.String urlEncoderClass,
java.lang.String portletDataHandlerClass,
java.lang.String portletLayoutListenerClass,
java.lang.String smtpMessageListenerClass,
java.lang.String defaultPreferences,
java.lang.String prefsValidator,
boolean prefsCompanyWide,
boolean prefsUniquePerLayout,
boolean prefsOwnedByGroup,
boolean useDefaultTemplate,
boolean showPortletAccessDenied,
boolean showPortletInactive,
boolean actionURLRedirect,
boolean restoreCurrentView,
boolean maximizeEdit,
boolean maximizeHelp,
boolean popUpPrint,
boolean layoutCacheable,
boolean instanceable,
java.lang.String userPrincipalStrategy,
boolean privateRequestAttributes,
boolean privateSessionAttributes,
int renderWeight,
boolean ajaxable,
java.util.List headerPortalCss,
java.util.List headerPortletCss,
java.util.List headerPortalJavaScript,
java.util.List headerPortletJavaScript,
java.util.List footerPortalCss,
java.util.List footerPortletCss,
java.util.List footerPortalJavaScript,
java.util.List footerPortletJavaScript,
boolean addDefaultResource,
java.lang.String roles,
java.util.Set unlinkedRoles,
java.util.Map roleMappers,
boolean system,
boolean active,
boolean include,
java.util.Map initParams,
java.lang.Integer expCache,
java.util.Map portletModes,
java.util.Set supportedLocales,
java.lang.String resourceBundle,
com.liferay.portal.model.PortletInfo portletInfo,
java.util.Set userAttributes,
java.util.Map customUserAttributes,
java.lang.String servletContextName,
java.util.List servletURLPatterns)
Constructs a portlet with the specified parameters. |
|
| Method Summary | |
java.lang.Object |
clone()
Creates and returns a copy of this object. |
int |
compareTo(java.lang.Object obj)
Compares this portlet to the specified object. |
boolean |
equals(java.lang.Object obj)
Checks whether this portlet is equal to the specified object. |
boolean |
getActionURLRedirect()
Returns true if an action URL for this portlet should cause an auto redirect. |
boolean |
getAddDefaultResource()
Returns true if default resources for the portlet are added to a page. |
boolean |
getAjaxable()
Returns true if the portlet can be displayed via Ajax. |
java.util.Set |
getAllPortletModes()
Gets a list of all portlet modes supported by the portlet. |
com.liferay.portal.model.Portlet |
getClonedInstance(java.lang.String portletId)
Returns true if the portlet is found in a WAR file. |
java.lang.String |
getConfigurationActionClass()
Gets the configuration action class of the portlet. |
com.liferay.portal.kernel.portlet.ConfigurationAction |
getConfigurationActionInstance()
Gets the configuration action instance of the portlet. |
java.lang.String |
getContextPath()
Gets the servlet context path of the portlet. |
java.util.Map |
getCustomUserAttributes()
Gets the custom user attributes of the portlet. |
com.liferay.portal.model.PluginSetting |
getDefaultPluginSetting()
Get the default plugin settings of the portlet. |
java.lang.String |
getDefaultPreferences()
Gets the default preferences of the portlet. |
java.lang.String |
getDisplayName()
Gets the display name of the portlet. |
java.lang.Integer |
getExpCache()
Gets expiration cache of the portlet. |
java.util.List |
getFooterPortalCss()
Gets a list of CSS files that will be referenced from the page's footer relative to the portal's context path. |
java.util.List |
getFooterPortalJavaScript()
Gets a list of JavaScript files that will be referenced from the page's footer relative to the portal's context path. |
java.util.List |
getFooterPortletCss()
Gets a list of CSS files that will be referenced from the page's footer relative to the portlet's context path. |
java.util.List |
getFooterPortletJavaScript()
Gets a list of JavaScript files that will be referenced from the page's footer relative to the portlet's context path. |
java.lang.String |
getFriendlyURLMapperClass()
Gets the name of the friendly URL mapper class of the portlet. |
com.liferay.portal.kernel.portlet.FriendlyURLMapper |
getFriendlyURLMapperInstance()
Gets the friendly URL mapper instance of the portlet. |
java.util.List |
getHeaderPortalCss()
Gets a list of CSS files that will be referenced from the page's header relative to the portal's context path. |
java.util.List |
getHeaderPortalJavaScript()
Gets a list of JavaScript files that will be referenced from the page's header relative to the portal's context path. |
java.util.List |
getHeaderPortletCss()
Gets a list of CSS files that will be referenced from the page's header relative to the portlet's context path. |
java.util.List |
getHeaderPortletJavaScript()
Gets a list of JavaScript files that will be referenced from the page's header relative to the portlet's context path. |
java.lang.String |
getIcon()
Gets the icon of the portlet. |
boolean |
getInclude()
Returns true to include the portlet and make it available to be made active. |
java.lang.String |
getIndexerClass()
Gets the name of the indexer class of the portlet. |
java.util.Map |
getInitParams()
Gets the init parameters of the portlet. |
boolean |
getInstanceable()
Returns true if the portlet can be added multiple times to a layout. |
java.lang.String |
getInstanceId()
Gets the instance id of the portlet. |
static java.lang.String |
getInstanceId(java.lang.String portletId)
Gets the instance id of the portlet. |
boolean |
getLayoutCacheable()
Returns true to allow the portlet to be cached within the layout. |
boolean |
getMaximizeEdit()
Returns true if the portlet goes into the maximized state when the user goes into the edit mode. |
boolean |
getMaximizeHelp()
Returns true if the portlet goes into the maximized state when the user goes into the help mode. |
java.lang.String |
getOpenSearchClass()
Gets the name of the open search class of the portlet. |
java.lang.String |
getPluginId()
Gets the plugin id of the portlet. |
com.liferay.portal.kernel.plugin.PluginPackage |
getPluginPackage()
Get the package to which the portlet belongs to. |
java.lang.String |
getPluginType()
Gets the plugin type of the portlet. |
boolean |
getPopUpPrint()
Returns true if the portlet goes into the pop up state when the user goes into the print mode. |
java.lang.String |
getPortletClass()
Gets the name of the portlet class of the portlet. |
java.lang.String |
getPortletDataHandlerClass()
Gets the name of the portlet data handler class of the portlet. |
com.liferay.portal.kernel.lar.PortletDataHandler |
getPortletDataHandlerInstance()
Gets the portlet data handler instance of the portlet. |
com.liferay.portal.model.PortletInfo |
getPortletInfo()
Gets the portlet info of the portlet. |
com.liferay.portal.kernel.portlet.PortletLayoutListener |
getPortletLayoutListener()
Gets the portlet layout listener of the portlet. |
java.lang.String |
getPortletLayoutListenerClass()
Gets the name of the portlet layout listener class of the portlet. |
java.util.Map |
getPortletModes()
Gets the portlet modes of the portlet. |
java.lang.String |
getPortletURLClass()
Gets the name of the portlet URL class of the portlet. |
boolean |
getPreferencesCompanyWide()
Returns true if preferences are shared across the entire company. |
boolean |
getPreferencesOwnedByGroup()
Returns true if preferences are owned by the group when the portlet is shown in a group layout. |
boolean |
getPreferencesUniquePerLayout()
Returns true if preferences are unique per layout. |
java.lang.String |
getPreferencesValidator()
Gets the name of the preferences validator class of the portlet. |
boolean |
getPrivateRequestAttributes()
Returns true if the portlet does not share request attributes with the portal or portlets from another WAR. |
boolean |
getPrivateSessionAttributes()
Returns true if the portlet does not share session attributes with the portal. |
int |
getRenderWeight()
Returns the render weight of the portlet. |
java.lang.String |
getResourceBundle()
Gets the resource bundle of the portlet. |
boolean |
getRestoreCurrentView()
Returns true if the portlet restores to the current view from the maximized state. |
java.util.Map |
getRoleMappers()
Gets the role mappers of the portlet. |
java.lang.String[] |
getRolesArray()
Gets an array of required roles of the portlet. |
java.lang.String |
getRootPortletId()
Gets the root portlet id of the portlet. |
static java.lang.String |
getRootPortletId(java.lang.String portletId)
Gets the root portlet id of the portlet. |
java.lang.String |
getSchedulerClass()
Gets the name of the scheduler class of the portlet. |
java.lang.String |
getServletContextName()
Gets the servlet context name of the portlet. |
java.util.List |
getServletURLPatterns()
The servlet url patterns that are part of this application. |
boolean |
getShowPortletAccessDenied()
Returns true if users are shown that they do not have access to the portlet. |
boolean |
getShowPortletInactive()
Returns true if users are shown that the portlet is inactive. |
java.lang.String |
getSmtpMessageListenerClass()
Gets the name of the SMTP message listener class of the portlet. |
com.liferay.portal.kernel.smtp.MessageListener |
getSmtpMessageListenerInstance()
Gets the SMTP message listener instance of the portlet. |
boolean |
getStatic()
Returns true if the portlet is a static portlet that is cannot be moved. |
boolean |
getStaticEnd()
Returns true if the portlet is a static portlet at the end of a list of portlets. |
boolean |
getStaticStart()
Returns true if the portlet is a static portlet at the start of a list of portlets. |
java.lang.String |
getStrutsPath()
Gets the struts path of the portlet. |
java.util.Set |
getSupportedLocales()
Gets the supported locales of the portlet. |
boolean |
getSystem()
Returns true if the portlet is a system portlet that a user cannot manually add to their page. |
java.util.Set |
getUnlinkedRoles()
Gets the unlinked roles of the portlet. |
java.lang.String |
getURLEncoderClass()
Gets the name of the URL encoder class of the portlet. |
com.liferay.portal.kernel.servlet.URLEncoder |
getURLEncoderInstance()
Gets the URL encoder instance of the portlet. |
boolean |
getUseDefaultTemplate()
Returns true if the portlet uses the default template. |
java.util.Set |
getUserAttributes()
Gets the user attributes of the portlet. |
java.lang.String |
getUserPrincipalStrategy()
Gets the user principal strategy of the portlet. |
java.lang.String |
getVirtualPath()
Gets the virtual path of the portlet. |
boolean |
getWARFile()
Returns true if the portlet is found in a WAR file. |
boolean |
hasAddPortletPermission(long userId)
Returns true if the user has the permission to add the portlet to a layout. |
boolean |
hasMultipleMimeTypes()
Returns true if the portlet supports more than one mime type. |
boolean |
hasPortletMode(java.lang.String mimeType,
javax.portlet.PortletMode portletMode)
Returns true if the portlet supports the specified mime type and portlet mode. |
boolean |
hasRoleWithName(java.lang.String roleName)
Returns true if the portlet has a role with the specified name. |
boolean |
isActionURLRedirect()
Returns true if an action URL for this portlet should cause an auto redirect. |
boolean |
isAddDefaultResource()
Returns true if default resources for the portlet are added to a page. |
boolean |
isAjaxable()
Returns true if the portlet can be displayed via Ajax. |
boolean |
isInclude()
Returns true to include the portlet and make it available to be made active. |
boolean |
isInstanceable()
Returns true if the portlet can be added multiple times to a layout. |
boolean |
isLayoutCacheable()
Returns true to allow the portlet to be cached within the layout. |
boolean |
isMaximizeEdit()
Returns true if the portlet goes into the maximized state when the user goes into the edit mode. |
boolean |
isMaximizeHelp()
Returns true if the portlet goes into the maximized state when the user goes into the help mode. |
boolean |
isPopUpPrint()
Returns true if the portlet goes into the pop up state when the user goes into the print mode. |
boolean |
isPreferencesCompanyWide()
Returns true if preferences are shared across the entire company. |
boolean |
isPreferencesOwnedByGroup()
Returns true if preferences are owned by the group when the portlet is shown in a group layout. |
boolean |
isPreferencesUniquePerLayout()
Returns true if preferences are unique per layout. |
boolean |
isPrivateRequestAttributes()
Returns true if the portlet does not share request attributes with the portal or portlets from another WAR. |
boolean |
isPrivateSessionAttributes()
Returns true if the portlet does not share session attributes with the portal. |
boolean |
isRestoreCurrentView()
Returns true if the portlet restores to the current view from the maximized state. |
boolean |
isShowPortletAccessDenied()
Returns true if users are shown that they do not have access to the portlet. |
boolean |
isShowPortletInactive()
Returns true if users are shown that the portlet is inactive. |
boolean |
isStatic()
Returns true if the portlet is a static portlet that is cannot be moved. |
boolean |
isStaticEnd()
Returns true if the portlet is a static portlet at the end of a list of portlets. |
boolean |
isStaticStart()
Returns true if the portlet is a static portlet at the start of a list of portlets. |
boolean |
isSystem()
Returns true if the portlet is a system portlet that a user cannot manually add to their page. |
boolean |
isUseDefaultTemplate()
Returns true if the portlet uses the default template. |
boolean |
isWARFile()
Returns true if the portlet is found in a WAR file. |
void |
linkRoles()
Link the role names set in portlet.xml with the Liferay roles set in liferay-portlet.xml. |
void |
setActionURLRedirect(boolean actionURLRedirect)
Sets to true if an action URL for this portlet should cause an auto redirect. |
void |
setAddDefaultResource(boolean addDefaultResource)
Sets to true if default resources for the portlet are added to a page. |
void |
setAjaxable(boolean ajaxable)
Sets to true if the portlet can be displayed via Ajax. |
void |
setConfigurationActionClass(java.lang.String configurationActionClass)
Sets the configuration action class of the portlet. |
void |
setCustomUserAttributes(java.util.Map customUserAttributes)
Sets the custom user attributes of the portlet. |
void |
setDefaultPluginSetting(com.liferay.portal.model.PluginSetting pluginSetting)
Sets the default plugin settings of the portlet. |
void |
setDefaultPreferences(java.lang.String defaultPreferences)
Sets the default preferences of the portlet. |
void |
setDisplayName(java.lang.String displayName)
Sets the display name of the portlet. |
void |
setExpCache(java.lang.Integer expCache)
Sets expiration cache of the portlet. |
void |
setFooterPortalCss(java.util.List footerPortalCss)
Sets a list of CSS files that will be referenced from the page's footer relative to the portal's context path. |
void |
setFooterPortalJavaScript(java.util.List footerPortalJavaScript)
Sets a list of JavaScript files that will be referenced from the page's footer relative to the portal's context path. |
void |
setFooterPortletCss(java.util.List footerPortletCss)
Sets a list of CSS files that will be referenced from the page's footer relative to the portlet's context path. |
void |
setFooterPortletJavaScript(java.util.List footerPortletJavaScript)
Sets a list of JavaScript files that will be referenced from the page's footer relative to the portlet's context path. |
void |
setFriendlyURLMapperClass(java.lang.String friendlyURLMapperClass)
Sets the name of the friendly URL mapper class of the portlet. |
void |
setHeaderPortalCss(java.util.List headerPortalCss)
Sets a list of CSS files that will be referenced from the page's header relative to the portal's context path. |
void |
setHeaderPortalJavaScript(java.util.List headerPortalJavaScript)
Sets a list of JavaScript files that will be referenced from the page's header relative to the portal's context path. |
void |
setHeaderPortletCss(java.util.List headerPortletCss)
Sets a list of CSS files that will be referenced from the page's header relative to the portlet's context path. |
void |
setHeaderPortletJavaScript(java.util.List headerPortletJavaScript)
Sets a list of JavaScript files that will be referenced from the page's header relative to the portlet's context path. |
void |
setIcon(java.lang.String icon)
Sets the icon of the portlet. |
void |
setInclude(boolean include)
Sets to true to include the portlet and make it available to be made active. |
void |
setIndexerClass(java.lang.String indexerClass)
Sets the name of the indexer class of the portlet. |
void |
setInitParams(java.util.Map initParams)
Sets the init parameters of the portlet. |
void |
setInstanceable(boolean instanceable)
Sets to true if the portlet can be added multiple times to a layout. |
void |
setLayoutCacheable(boolean layoutCacheable)
Sets to true to allow the portlet to be cached within the layout. |
void |
setMaximizeEdit(boolean maximizeEdit)
Sets to true if the portlet goes into the maximized state when the user goes into the edit mode. |
void |
setMaximizeHelp(boolean maximizeHelp)
Sets to true if the portlet goes into the maximized state when the user goes into the help mode. |
void |
setOpenSearchClass(java.lang.String openSearchClass)
Sets the name of the open search class of the portlet. |
void |
setPluginPackage(com.liferay.portal.kernel.plugin.PluginPackage pluginPackage)
Sets the plugin package to which this portlet belongs to. |
void |
setPopUpPrint(boolean popUpPrint)
Sets to true if the portlet goes into the pop up state when the user goes into the print mode. |
void |
setPortletClass(java.lang.String portletClass)
Sets the name of the portlet class of the portlet. |
void |
setPortletDataHandlerClass(java.lang.String portletDataHandlerClass)
Sets the name of the portlet data handler class of the portlet. |
void |
setPortletInfo(com.liferay.portal.model.PortletInfo portletInfo)
Sets the portlet info of the portlet. |
void |
setPortletLayoutListenerClass(java.lang.String portletLayoutListenerClass)
Sets the name of the portlet layout listener class of the portlet. |
void |
setPortletModes(java.util.Map portletModes)
Sets the portlet modes of the portlet. |
void |
setPortletURLClass(java.lang.String portletURLClass)
Sets the name of the portlet URL class of the portlet. |
void |
setPreferencesCompanyWide(boolean prefsCompanyWide)
Sets to true if preferences are shared across the entire company. |
void |
setPreferencesOwnedByGroup(boolean prefsOwnedByGroup)
Sets to true if preferences are owned by the group when the portlet is shown in a group layout. |
void |
setPreferencesUniquePerLayout(boolean prefsUniquePerLayout)
Sets to true if preferences are unique per layout. |
void |
setPreferencesValidator(java.lang.String prefsValidator)
Sets the name of the preferences validator class of the portlet. |
void |
setPrivateRequestAttributes(boolean privateRequestAttributes)
Sets to true if the portlet does not share request attributes with the portal or portlets from another WAR. |
void |
setPrivateSessionAttributes(boolean privateSessionAttributes)
Sets to true if the portlet does not share session attributes with the portal. |
void |
setRenderWeight(int renderWeight)
Sets the render weight of the portlet. |
void |
setResourceBundle(java.lang.String resourceBundle)
Sets the resource bundle of the portlet. |
void |
setRestoreCurrentView(boolean restoreCurrentView)
Sets to true if the portlet restores to the current view from the maximized state. |
void |
setRoleMappers(java.util.Map roleMappers)
Sets the role mappers of the portlet. |
void |
setRoles(java.lang.String roles)
Sets a string of ordered comma delimited portlet ids. |
void |
setRolesArray(java.lang.String[] rolesArray)
Sets an array of required roles of the portlet. |
void |
setSchedulerClass(java.lang.String schedulerClass)
Sets the name of the scheduler class of the portlet. |
void |
setServletContextName(java.lang.String servletContextName)
Sets the servlet context name of the portlet. |
void |
setServletURLPatterns(java.util.List servletURLPatterns)
The servlet url patterns that are part of this application. |
void |
setShowPortletAccessDenied(boolean showPortletAccessDenied)
Sets to true if users are shown that they do not have access to the portlet. |
void |
setShowPortletInactive(boolean showPortletInactive)
Sets to true if users are shown that the portlet is inactive. |
void |
setSmtpMessageListenerClass(java.lang.String smtpMessageListenerClass)
Sets the name of the SMTP message listener class of the portlet. |
void |
setStatic(boolean staticPortlet)
Sets to true if the portlet is a static portlet that is cannot be moved. |
void |
setStaticStart(boolean staticPortletStart)
Sets to true if the portlet is a static portlet at the start of a list of portlets. |
void |
setStrutsPath(java.lang.String strutsPath)
Sets the struts path of the portlet. |
void |
setSupportedLocales(java.util.Set supportedLocales)
Sets the supported locales of the portlet. |
void |
setSystem(boolean system)
Sets to true if the portlet is a system portlet that a user cannot manually add to their page. |
void |
setUnlinkedRoles(java.util.Set unlinkedRoles)
Sets the unlinked roles of the portlet. |
void |
setURLEncoderClass(java.lang.String urlEncoderClass)
Sets the name of the URL encoder class of the portlet. |
void |
setUseDefaultTemplate(boolean useDefaultTemplate)
Sets to true if the portlet uses the default template. |
void |
setUserAttributes(java.util.Set userAttributes)
Sets the user attributes of the portlet. |
void |
setUserPrincipalStrategy(java.lang.String userPrincipalStrategy)
Sets the user principal strategy of the portlet. |
void |
setVirtualPath(java.lang.String virtualPath)
Sets the virtual path of the portlet. |
void |
setWARFile(boolean warFile)
Sets to true if the portlet is found in a WAR file. |
| Methods inherited from class com.liferay.portal.model.impl.PortletModelImpl |
getActive, getCompanyId, getId, getPortletId, getPrimaryKey, getPrimaryKeyObj, getRoles, hashCode, isActive, setActive, setCompanyId, setId, setPortletId, setPrimaryKey |
| Methods inherited from class com.liferay.portal.model.impl.BaseModelImpl |
isNew, setNew |
| Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.liferay.portal.model.PortletModel |
getActive, getCompanyId, getId, getPortletId, getPrimaryKey, getRoles, isActive, setActive, setCompanyId, setId, setPortletId, setPrimaryKey |
| Methods inherited from interface com.liferay.portal.model.BaseModel |
getPrimaryKeyObj, isNew, setNew |
| Field Detail |
public static final java.lang.String PLUGIN_TYPE
public static final java.lang.String WAR_SEPARATOR
public static final java.lang.String INSTANCE_SEPARATOR
public static final java.lang.String LAYOUT_SEPARATOR
public static final java.lang.String DEFAULT_PREFERENCES
public static final java.lang.String USER_PRINCIPAL_STRATEGY_SCREEN_NAME
public static final java.lang.String USER_PRINCIPAL_STRATEGY_USER_ID
| Constructor Detail |
public PortletImpl()
public PortletImpl(long companyId,
java.lang.String portletId)
public PortletImpl(java.lang.String portletId,
com.liferay.portal.kernel.plugin.PluginPackage pluginPackage,
com.liferay.portal.model.PluginSetting pluginSetting,
long companyId,
java.lang.String icon,
java.lang.String virtualPath,
java.lang.String strutsPath,
java.lang.String displayName,
java.lang.String portletClass,
java.lang.String configurationActionClass,
java.lang.String indexerClass,
java.lang.String openSearchClass,
java.lang.String schedulerClass,
java.lang.String portletURLClass,
java.lang.String friendlyURLMapperClass,
java.lang.String urlEncoderClass,
java.lang.String portletDataHandlerClass,
java.lang.String portletLayoutListenerClass,
java.lang.String smtpMessageListenerClass,
java.lang.String defaultPreferences,
java.lang.String prefsValidator,
boolean prefsCompanyWide,
boolean prefsUniquePerLayout,
boolean prefsOwnedByGroup,
boolean useDefaultTemplate,
boolean showPortletAccessDenied,
boolean showPortletInactive,
boolean actionURLRedirect,
boolean restoreCurrentView,
boolean maximizeEdit,
boolean maximizeHelp,
boolean popUpPrint,
boolean layoutCacheable,
boolean instanceable,
java.lang.String userPrincipalStrategy,
boolean privateRequestAttributes,
boolean privateSessionAttributes,
int renderWeight,
boolean ajaxable,
java.util.List headerPortalCss,
java.util.List headerPortletCss,
java.util.List headerPortalJavaScript,
java.util.List headerPortletJavaScript,
java.util.List footerPortalCss,
java.util.List footerPortletCss,
java.util.List footerPortalJavaScript,
java.util.List footerPortletJavaScript,
boolean addDefaultResource,
java.lang.String roles,
java.util.Set unlinkedRoles,
java.util.Map roleMappers,
boolean system,
boolean active,
boolean include,
java.util.Map initParams,
java.lang.Integer expCache,
java.util.Map portletModes,
java.util.Set supportedLocales,
java.lang.String resourceBundle,
com.liferay.portal.model.PortletInfo portletInfo,
java.util.Set userAttributes,
java.util.Map customUserAttributes,
java.lang.String servletContextName,
java.util.List servletURLPatterns)
| Method Detail |
public static java.lang.String getRootPortletId(java.lang.String portletId)
portletId - the portlet id of the portlet
public static java.lang.String getInstanceId(java.lang.String portletId)
portletId - the portlet id of the portlet
public java.lang.String getRootPortletId()
getRootPortletId in interface com.liferay.portal.model.Portletpublic java.lang.String getInstanceId()
getInstanceId in interface com.liferay.portal.model.Portletpublic java.lang.String getPluginId()
getPluginId in interface com.liferay.portal.model.Portletpublic java.lang.String getPluginType()
getPluginType in interface com.liferay.portal.model.Portletpublic com.liferay.portal.kernel.plugin.PluginPackage getPluginPackage()
getPluginPackage in interface com.liferay.portal.model.Portletpublic void setPluginPackage(com.liferay.portal.kernel.plugin.PluginPackage pluginPackage)
setPluginPackage in interface com.liferay.portal.model.PortletpluginPackage - the plugin packagepublic com.liferay.portal.model.PluginSetting getDefaultPluginSetting()
getDefaultPluginSetting in interface com.liferay.portal.model.Portletpublic void setDefaultPluginSetting(com.liferay.portal.model.PluginSetting pluginSetting)
setDefaultPluginSetting in interface com.liferay.portal.model.PortletpluginSetting - the plugin settingpublic java.lang.String getIcon()
getIcon in interface com.liferay.portal.model.Portletpublic void setIcon(java.lang.String icon)
setIcon in interface com.liferay.portal.model.Portleticon - the icon of the portletpublic java.lang.String getVirtualPath()
getVirtualPath in interface com.liferay.portal.model.Portletpublic void setVirtualPath(java.lang.String virtualPath)
setVirtualPath in interface com.liferay.portal.model.PortletvirtualPath - the virtual path of the portletpublic java.lang.String getStrutsPath()
getStrutsPath in interface com.liferay.portal.model.Portletpublic void setStrutsPath(java.lang.String strutsPath)
setStrutsPath in interface com.liferay.portal.model.PortletstrutsPath - the struts path of the portletpublic java.lang.String getDisplayName()
getDisplayName in interface com.liferay.portal.model.Portletpublic void setDisplayName(java.lang.String displayName)
setDisplayName in interface com.liferay.portal.model.PortletdisplayName - the display name of the portletpublic java.lang.String getPortletClass()
getPortletClass in interface com.liferay.portal.model.Portletpublic void setPortletClass(java.lang.String portletClass)
setPortletClass in interface com.liferay.portal.model.PortletportletClass - the name of the portlet class of the portletpublic java.lang.String getConfigurationActionClass()
getConfigurationActionClass in interface com.liferay.portal.model.Portletpublic void setConfigurationActionClass(java.lang.String configurationActionClass)
setConfigurationActionClass in interface com.liferay.portal.model.PortletconfigurationActionClass - the configuration action class of
the portletpublic com.liferay.portal.kernel.portlet.ConfigurationAction getConfigurationActionInstance()
getConfigurationActionInstance in interface com.liferay.portal.model.Portletpublic java.lang.String getIndexerClass()
getIndexerClass in interface com.liferay.portal.model.Portletpublic void setIndexerClass(java.lang.String indexerClass)
setIndexerClass in interface com.liferay.portal.model.PortletindexerClass - the name of the indexer class of the portletpublic java.lang.String getOpenSearchClass()
getOpenSearchClass in interface com.liferay.portal.model.Portletpublic void setOpenSearchClass(java.lang.String openSearchClass)
setOpenSearchClass in interface com.liferay.portal.model.PortletopenSearchClass - the name of the open search class of the
portletpublic java.lang.String getSchedulerClass()
getSchedulerClass in interface com.liferay.portal.model.Portletpublic void setSchedulerClass(java.lang.String schedulerClass)
setSchedulerClass in interface com.liferay.portal.model.PortletschedulerClass - the name of the scheduler class of the
portletpublic java.lang.String getPortletURLClass()
getPortletURLClass in interface com.liferay.portal.model.Portletpublic void setPortletURLClass(java.lang.String portletURLClass)
setPortletURLClass in interface com.liferay.portal.model.PortletportletURLClass - the name of the portlet URL class of the
portletpublic java.lang.String getFriendlyURLMapperClass()
getFriendlyURLMapperClass in interface com.liferay.portal.model.Portletpublic void setFriendlyURLMapperClass(java.lang.String friendlyURLMapperClass)
setFriendlyURLMapperClass in interface com.liferay.portal.model.PortletfriendlyURLMapperClass - the name of the friendly URL plugin
class of the portletpublic com.liferay.portal.kernel.portlet.FriendlyURLMapper getFriendlyURLMapperInstance()
getFriendlyURLMapperInstance in interface com.liferay.portal.model.Portletpublic java.lang.String getURLEncoderClass()
getURLEncoderClass in interface com.liferay.portal.model.Portletpublic void setURLEncoderClass(java.lang.String urlEncoderClass)
setURLEncoderClass in interface com.liferay.portal.model.PortleturlEncoderClass - the name of the URL encoder class of the
portletpublic com.liferay.portal.kernel.servlet.URLEncoder getURLEncoderInstance()
getURLEncoderInstance in interface com.liferay.portal.model.Portletpublic java.lang.String getPortletDataHandlerClass()
getPortletDataHandlerClass in interface com.liferay.portal.model.Portletpublic void setPortletDataHandlerClass(java.lang.String portletDataHandlerClass)
setPortletDataHandlerClass in interface com.liferay.portal.model.PortletportletDataHandlerClass - the name of portlet data handler
class of the portletpublic com.liferay.portal.kernel.lar.PortletDataHandler getPortletDataHandlerInstance()
getPortletDataHandlerInstance in interface com.liferay.portal.model.Portletpublic com.liferay.portal.kernel.portlet.PortletLayoutListener getPortletLayoutListener()
getPortletLayoutListener in interface com.liferay.portal.model.Portletpublic java.lang.String getPortletLayoutListenerClass()
getPortletLayoutListenerClass in interface com.liferay.portal.model.Portletpublic void setPortletLayoutListenerClass(java.lang.String portletLayoutListenerClass)
setPortletLayoutListenerClass in interface com.liferay.portal.model.PortletportletLayoutListenerClass - the name of the portlet layout
listener class of the portletpublic java.lang.String getSmtpMessageListenerClass()
getSmtpMessageListenerClass in interface com.liferay.portal.model.Portletpublic void setSmtpMessageListenerClass(java.lang.String smtpMessageListenerClass)
setSmtpMessageListenerClass in interface com.liferay.portal.model.PortletsmtpMessageListenerClass - the name of the SMTP message
listener class of the portletpublic com.liferay.portal.kernel.smtp.MessageListener getSmtpMessageListenerInstance()
getSmtpMessageListenerInstance in interface com.liferay.portal.model.Portletpublic java.lang.String getDefaultPreferences()
getDefaultPreferences in interface com.liferay.portal.model.Portletpublic void setDefaultPreferences(java.lang.String defaultPreferences)
setDefaultPreferences in interface com.liferay.portal.model.PortletdefaultPreferences - the default preferences of the portletpublic java.lang.String getPreferencesValidator()
getPreferencesValidator in interface com.liferay.portal.model.Portletpublic void setPreferencesValidator(java.lang.String prefsValidator)
setPreferencesValidator in interface com.liferay.portal.model.PortletprefsValidator - the name of the preferences validator class
of the portletpublic boolean getPreferencesCompanyWide()
getPreferencesCompanyWide in interface com.liferay.portal.model.Portletpublic boolean isPreferencesCompanyWide()
isPreferencesCompanyWide in interface com.liferay.portal.model.Portletpublic void setPreferencesCompanyWide(boolean prefsCompanyWide)
setPreferencesCompanyWide in interface com.liferay.portal.model.PortletprefsCompanyWide - boolean value for whether preferences
are shared across the entire companypublic boolean getPreferencesUniquePerLayout()
getPreferencesUniquePerLayout in interface com.liferay.portal.model.Portletpublic boolean isPreferencesUniquePerLayout()
isPreferencesUniquePerLayout in interface com.liferay.portal.model.Portletpublic void setPreferencesUniquePerLayout(boolean prefsUniquePerLayout)
setPreferencesUniquePerLayout in interface com.liferay.portal.model.PortletprefsUniquePerLayout - boolean value for whether preferences
are unique per layoutpublic boolean getPreferencesOwnedByGroup()
getPreferencesOwnedByGroup in interface com.liferay.portal.model.Portletpublic boolean isPreferencesOwnedByGroup()
isPreferencesOwnedByGroup in interface com.liferay.portal.model.Portletpublic void setPreferencesOwnedByGroup(boolean prefsOwnedByGroup)
setPreferencesOwnedByGroup in interface com.liferay.portal.model.PortletprefsOwnedByGroup - boolean value for whether preferences are
owned by the group when the portlet is shown in a group
layout or preferences are owned by the user at all timespublic boolean getUseDefaultTemplate()
getUseDefaultTemplate in interface com.liferay.portal.model.Portletpublic boolean isUseDefaultTemplate()
isUseDefaultTemplate in interface com.liferay.portal.model.Portletpublic void setUseDefaultTemplate(boolean useDefaultTemplate)
setUseDefaultTemplate in interface com.liferay.portal.model.PortletuseDefaultTemplate - boolean value for whether the portlet
uses the default templatepublic boolean getShowPortletAccessDenied()
getShowPortletAccessDenied in interface com.liferay.portal.model.Portletpublic boolean isShowPortletAccessDenied()
isShowPortletAccessDenied in interface com.liferay.portal.model.Portletpublic void setShowPortletAccessDenied(boolean showPortletAccessDenied)
setShowPortletAccessDenied in interface com.liferay.portal.model.PortletshowPortletAccessDenied - boolean value for whether users are
shown that they do not have access to the portletpublic boolean getShowPortletInactive()
getShowPortletInactive in interface com.liferay.portal.model.Portletpublic boolean isShowPortletInactive()
isShowPortletInactive in interface com.liferay.portal.model.Portletpublic void setShowPortletInactive(boolean showPortletInactive)
setShowPortletInactive in interface com.liferay.portal.model.PortletshowPortletInactive - boolean value for whether users are
shown that the portlet is inactivepublic boolean getActionURLRedirect()
getActionURLRedirect in interface com.liferay.portal.model.Portletpublic boolean isActionURLRedirect()
isActionURLRedirect in interface com.liferay.portal.model.Portletpublic void setActionURLRedirect(boolean actionURLRedirect)
setActionURLRedirect in interface com.liferay.portal.model.PortletactionURLRedirect - boolean value for whether an action URL
for this portlet should cause an auto redirectpublic boolean getRestoreCurrentView()
getRestoreCurrentView in interface com.liferay.portal.model.Portletpublic boolean isRestoreCurrentView()
isRestoreCurrentView in interface com.liferay.portal.model.Portletpublic void setRestoreCurrentView(boolean restoreCurrentView)
setRestoreCurrentView in interface com.liferay.portal.model.PortletrestoreCurrentView - boolean value for whether the portlet
restores to the current view from the maximized statepublic boolean getMaximizeEdit()
getMaximizeEdit in interface com.liferay.portal.model.Portletpublic boolean isMaximizeEdit()
isMaximizeEdit in interface com.liferay.portal.model.Portletpublic void setMaximizeEdit(boolean maximizeEdit)
setMaximizeEdit in interface com.liferay.portal.model.PortletmaximizeEdit - boolean value for whether the portlet goes into
the maximized state when the user goes into the edit modepublic boolean getMaximizeHelp()
getMaximizeHelp in interface com.liferay.portal.model.Portletpublic boolean isMaximizeHelp()
isMaximizeHelp in interface com.liferay.portal.model.Portletpublic void setMaximizeHelp(boolean maximizeHelp)
setMaximizeHelp in interface com.liferay.portal.model.PortletmaximizeHelp - boolean value for whether the portlet goes into
the maximized state when the user goes into the help modepublic boolean getPopUpPrint()
getPopUpPrint in interface com.liferay.portal.model.Portletpublic boolean isPopUpPrint()
isPopUpPrint in interface com.liferay.portal.model.Portletpublic void setPopUpPrint(boolean popUpPrint)
setPopUpPrint in interface com.liferay.portal.model.PortletpopUpPrint - boolean value for whether the portlet goes into
the pop up state when the user goes into the print modepublic boolean getLayoutCacheable()
getLayoutCacheable in interface com.liferay.portal.model.Portletpublic boolean isLayoutCacheable()
isLayoutCacheable in interface com.liferay.portal.model.Portletpublic void setLayoutCacheable(boolean layoutCacheable)
setLayoutCacheable in interface com.liferay.portal.model.PortletlayoutCacheable - boolean value for whether the portlet can be
cached within the layoutpublic boolean getInstanceable()
getInstanceable in interface com.liferay.portal.model.Portletpublic boolean isInstanceable()
isInstanceable in interface com.liferay.portal.model.Portletpublic void setInstanceable(boolean instanceable)
setInstanceable in interface com.liferay.portal.model.Portletinstanceable - boolean value for whether the portlet can be
added multiple times to a layoutpublic java.lang.String getUserPrincipalStrategy()
getUserPrincipalStrategy in interface com.liferay.portal.model.Portletpublic void setUserPrincipalStrategy(java.lang.String userPrincipalStrategy)
setUserPrincipalStrategy in interface com.liferay.portal.model.PortletuserPrincipalStrategy - the user principal strategy of the
portletpublic boolean getPrivateRequestAttributes()
getPrivateRequestAttributes in interface com.liferay.portal.model.Portletpublic boolean isPrivateRequestAttributes()
isPrivateRequestAttributes in interface com.liferay.portal.model.Portletpublic void setPrivateRequestAttributes(boolean privateRequestAttributes)
setPrivateRequestAttributes in interface com.liferay.portal.model.PortletprivateRequestAttributes - boolean value for whether the
portlet shares request attributes with the portal or
portlets from another WARpublic boolean getPrivateSessionAttributes()
getPrivateSessionAttributes in interface com.liferay.portal.model.Portletpublic boolean isPrivateSessionAttributes()
isPrivateSessionAttributes in interface com.liferay.portal.model.Portletpublic void setPrivateSessionAttributes(boolean privateSessionAttributes)
setPrivateSessionAttributes in interface com.liferay.portal.model.PortletprivateSessionAttributes - boolean value for whether the
portlet shares session attributes with the portalpublic int getRenderWeight()
getRenderWeight in interface com.liferay.portal.model.Portletpublic void setRenderWeight(int renderWeight)
setRenderWeight in interface com.liferay.portal.model.PortletrenderWeight - int value for the render weight of the portletpublic boolean getAjaxable()
getAjaxable in interface com.liferay.portal.model.Portletpublic boolean isAjaxable()
isAjaxable in interface com.liferay.portal.model.Portletpublic void setAjaxable(boolean ajaxable)
setAjaxable in interface com.liferay.portal.model.Portletajaxable - boolean value for whether the portlet can be
displayed via Ajaxpublic java.util.List getHeaderPortalCss()
getHeaderPortalCss in interface com.liferay.portal.model.Portletpublic void setHeaderPortalCss(java.util.List headerPortalCss)
setHeaderPortalCss in interface com.liferay.portal.model.PortletheaderPortalCss - a list of CSS files that will be referenced
from the page's header relative to the portal's context pathpublic java.util.List getHeaderPortletCss()
getHeaderPortletCss in interface com.liferay.portal.model.Portletpublic void setHeaderPortletCss(java.util.List headerPortletCss)
setHeaderPortletCss in interface com.liferay.portal.model.PortletheaderPortletCss - a list of CSS files that will be referenced
from the page's header relative to the portlet's context
pathpublic java.util.List getHeaderPortalJavaScript()
getHeaderPortalJavaScript in interface com.liferay.portal.model.Portletpublic void setHeaderPortalJavaScript(java.util.List headerPortalJavaScript)
setHeaderPortalJavaScript in interface com.liferay.portal.model.PortletheaderPortalJavaScript - a list of JavaScript files that will
be referenced from the page's header relative to the
portal's context pathpublic java.util.List getHeaderPortletJavaScript()
getHeaderPortletJavaScript in interface com.liferay.portal.model.Portletpublic void setHeaderPortletJavaScript(java.util.List headerPortletJavaScript)
setHeaderPortletJavaScript in interface com.liferay.portal.model.PortletheaderPortletJavaScript - a list of JavaScript files that will
be referenced from the page's header relative to the
portlet's context pathpublic java.util.List getFooterPortalCss()
getFooterPortalCss in interface com.liferay.portal.model.Portletpublic void setFooterPortalCss(java.util.List footerPortalCss)
setFooterPortalCss in interface com.liferay.portal.model.PortletfooterPortalCss - a list of CSS files that will be referenced
from the page's footer relative to the portal's context pathpublic java.util.List getFooterPortletCss()
getFooterPortletCss in interface com.liferay.portal.model.Portletpublic void setFooterPortletCss(java.util.List footerPortletCss)
setFooterPortletCss in interface com.liferay.portal.model.PortletfooterPortletCss - a list of CSS files that will be referenced
from the page's footer relative to the portlet's context
pathpublic java.util.List getFooterPortalJavaScript()
getFooterPortalJavaScript in interface com.liferay.portal.model.Portletpublic void setFooterPortalJavaScript(java.util.List footerPortalJavaScript)
setFooterPortalJavaScript in interface com.liferay.portal.model.PortletfooterPortalJavaScript - a list of JavaScript files that will
be referenced from the page's footer relative to the
portal's context pathpublic java.util.List getFooterPortletJavaScript()
getFooterPortletJavaScript in interface com.liferay.portal.model.Portletpublic void setFooterPortletJavaScript(java.util.List footerPortletJavaScript)
setFooterPortletJavaScript in interface com.liferay.portal.model.PortletfooterPortletJavaScript - a list of JavaScript files that will
be referenced from the page's footer relative to the
portlet's context pathpublic boolean getAddDefaultResource()
getAddDefaultResource in interface com.liferay.portal.model.Portletpublic boolean isAddDefaultResource()
isAddDefaultResource in interface com.liferay.portal.model.Portletpublic void setAddDefaultResource(boolean addDefaultResource)
setAddDefaultResource in interface com.liferay.portal.model.PortletaddDefaultResource - boolean value for whether or not default
resources for the portlet are added to a pagepublic void setRoles(java.lang.String roles)
setRoles in interface com.liferay.portal.model.PortletsetRoles in class PortletModelImplroles - a string of ordered comma delimited portlet idspublic java.lang.String[] getRolesArray()
getRolesArray in interface com.liferay.portal.model.Portletpublic void setRolesArray(java.lang.String[] rolesArray)
setRolesArray in interface com.liferay.portal.model.PortletrolesArray - an array of required roles of the portletpublic java.util.Set getUnlinkedRoles()
getUnlinkedRoles in interface com.liferay.portal.model.Portletpublic void setUnlinkedRoles(java.util.Set unlinkedRoles)
setUnlinkedRoles in interface com.liferay.portal.model.PortletunlinkedRoles - the unlinked roles of the portletpublic java.util.Map getRoleMappers()
getRoleMappers in interface com.liferay.portal.model.Portletpublic void setRoleMappers(java.util.Map roleMappers)
setRoleMappers in interface com.liferay.portal.model.PortletroleMappers - the role mappers of the portletpublic void linkRoles()
linkRoles in interface com.liferay.portal.model.Portletpublic boolean hasRoleWithName(java.lang.String roleName)
hasRoleWithName in interface com.liferay.portal.model.Portletpublic boolean hasAddPortletPermission(long userId)
hasAddPortletPermission in interface com.liferay.portal.model.Portletpublic boolean getSystem()
getSystem in interface com.liferay.portal.model.Portletpublic boolean isSystem()
isSystem in interface com.liferay.portal.model.Portletpublic void setSystem(boolean system)
setSystem in interface com.liferay.portal.model.Portletsystem - boolean value for whether the portlet is a system
portlet that a user cannot manually add to their pagepublic boolean getInclude()
getInclude in interface com.liferay.portal.model.Portletpublic boolean isInclude()
isInclude in interface com.liferay.portal.model.Portletpublic void setInclude(boolean include)
setInclude in interface com.liferay.portal.model.Portletinclude - boolean value for whether to include the portlet and
make it available to be made activepublic java.util.Map getInitParams()
getInitParams in interface com.liferay.portal.model.Portletpublic void setInitParams(java.util.Map initParams)
setInitParams in interface com.liferay.portal.model.PortletinitParams - the init parameters of the portletpublic java.lang.Integer getExpCache()
getExpCache in interface com.liferay.portal.model.Portletpublic void setExpCache(java.lang.Integer expCache)
setExpCache in interface com.liferay.portal.model.PortletexpCache - expiration cache of the portletpublic java.util.Map getPortletModes()
getPortletModes in interface com.liferay.portal.model.Portletpublic void setPortletModes(java.util.Map portletModes)
setPortletModes in interface com.liferay.portal.model.PortletportletModes - the portlet modes of the portlet
public boolean hasPortletMode(java.lang.String mimeType,
javax.portlet.PortletMode portletMode)
hasPortletMode in interface com.liferay.portal.model.Portletpublic java.util.Set getAllPortletModes()
getAllPortletModes in interface com.liferay.portal.model.Portletpublic boolean hasMultipleMimeTypes()
hasMultipleMimeTypes in interface com.liferay.portal.model.Portletpublic java.util.Set getSupportedLocales()
getSupportedLocales in interface com.liferay.portal.model.Portletpublic void setSupportedLocales(java.util.Set supportedLocales)
setSupportedLocales in interface com.liferay.portal.model.PortletsupportedLocales - the supported locales of the portletpublic java.lang.String getResourceBundle()
getResourceBundle in interface com.liferay.portal.model.Portletpublic void setResourceBundle(java.lang.String resourceBundle)
setResourceBundle in interface com.liferay.portal.model.PortletresourceBundle - the resource bundle of the portletpublic com.liferay.portal.model.PortletInfo getPortletInfo()
getPortletInfo in interface com.liferay.portal.model.Portletpublic void setPortletInfo(com.liferay.portal.model.PortletInfo portletInfo)
setPortletInfo in interface com.liferay.portal.model.PortletportletInfo - the portlet info of the portletpublic java.util.Set getUserAttributes()
getUserAttributes in interface com.liferay.portal.model.Portletpublic void setUserAttributes(java.util.Set userAttributes)
setUserAttributes in interface com.liferay.portal.model.PortletuserAttributes - the user attributes of the portletpublic java.util.Map getCustomUserAttributes()
getCustomUserAttributes in interface com.liferay.portal.model.Portletpublic void setCustomUserAttributes(java.util.Map customUserAttributes)
setCustomUserAttributes in interface com.liferay.portal.model.PortletcustomUserAttributes - the custom user attributes of the
portletpublic java.lang.String getServletContextName()
getServletContextName in interface com.liferay.portal.model.Portletpublic void setServletContextName(java.lang.String servletContextName)
setServletContextName in interface com.liferay.portal.model.PortletservletContextName - the servlet context name of the portletpublic boolean getWARFile()
getWARFile in interface com.liferay.portal.model.Portletpublic boolean isWARFile()
isWARFile in interface com.liferay.portal.model.Portletpublic void setWARFile(boolean warFile)
setWARFile in interface com.liferay.portal.model.PortletwarFile - boolean value for whether the portlet is found in a
WAR filepublic java.lang.String getContextPath()
getContextPath in interface com.liferay.portal.model.Portletpublic com.liferay.portal.model.Portlet getClonedInstance(java.lang.String portletId)
getClonedInstance in interface com.liferay.portal.model.PortletportletId - the cloned instance portlet id
public boolean getStatic()
getStatic in interface com.liferay.portal.model.Portletpublic boolean isStatic()
isStatic in interface com.liferay.portal.model.Portletpublic void setStatic(boolean staticPortlet)
setStatic in interface com.liferay.portal.model.PortletstaticPortlet - boolean value for whether the portlet is a
static portlet that cannot be movedpublic boolean getStaticStart()
getStaticStart in interface com.liferay.portal.model.Portletpublic boolean isStaticStart()
isStaticStart in interface com.liferay.portal.model.Portletpublic void setStaticStart(boolean staticPortletStart)
setStaticStart in interface com.liferay.portal.model.PortletstaticPortletStart - boolean value for whether the portlet is
a static portlet at the start of a list of portletspublic boolean getStaticEnd()
getStaticEnd in interface com.liferay.portal.model.Portletpublic boolean isStaticEnd()
isStaticEnd in interface com.liferay.portal.model.Portletpublic java.util.List getServletURLPatterns()
getServletURLPatterns in interface com.liferay.portal.model.Portletpublic void setServletURLPatterns(java.util.List servletURLPatterns)
setServletURLPatterns in interface com.liferay.portal.model.PortletservletURLPatterns - servlet url patterns that are part of
this applicationpublic java.lang.Object clone()
clone in interface com.liferay.portal.model.Portletclone in class PortletModelImplpublic int compareTo(java.lang.Object obj)
compareTo in interface com.liferay.portal.model.PortletcompareTo in class PortletModelImplobj - the object to compare this portlet against
public boolean equals(java.lang.Object obj)
equals in interface com.liferay.portal.model.Portletequals in class PortletModelImplobj - the object to compare this portlet against
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||