public class ConfigurationActionImpl
extends com.liferay.portal.kernel.portlet.DefaultConfigurationAction
| Constructor and Description |
|---|
ConfigurationActionImpl() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
addScope(javax.portlet.ActionRequest actionRequest,
javax.portlet.PortletPreferences preferences) |
protected void |
checkPermission(javax.portlet.ActionRequest actionRequest,
java.lang.String scopeId) |
protected java.lang.String |
getAssetClassName(javax.portlet.ActionRequest actionRequest,
java.lang.String[] classNameIds) |
protected java.lang.String[] |
getClassTypeIds(javax.portlet.ActionRequest actionRequest,
java.lang.String[] classNameIds) |
protected com.liferay.portlet.asset.model.AssetQueryRule |
getQueryRule(javax.portlet.ActionRequest actionRequest,
int index) |
protected boolean |
getSubtypesFieldsFilterEnabled(javax.portlet.ActionRequest actionRequest,
java.lang.String[] classNameIds) |
protected void |
moveSelectionDown(javax.portlet.ActionRequest actionRequest,
javax.portlet.PortletPreferences preferences) |
protected void |
moveSelectionUp(javax.portlet.ActionRequest actionRequest,
javax.portlet.PortletPreferences preferences) |
void |
processAction(javax.portlet.PortletConfig portletConfig,
javax.portlet.ActionRequest actionRequest,
javax.portlet.ActionResponse actionResponse) |
protected void |
removeScope(javax.portlet.ActionRequest actionRequest,
javax.portlet.PortletPreferences preferences) |
protected void |
removeSelection(javax.portlet.ActionRequest actionRequest,
javax.portlet.PortletPreferences preferences) |
void |
serveResource(javax.portlet.PortletConfig portletConfig,
javax.portlet.ResourceRequest resourceRequest,
javax.portlet.ResourceResponse resourceResponse) |
protected void |
setScopes(javax.portlet.ActionRequest actionRequest,
javax.portlet.PortletPreferences preferences) |
protected void |
setSelectionStyle(javax.portlet.ActionRequest actionRequest,
javax.portlet.PortletPreferences preferences) |
protected void |
updateDefaultAssetPublisher(javax.portlet.ActionRequest actionRequest) |
protected void |
updateDisplaySettings(javax.portlet.ActionRequest actionRequest) |
protected void |
updateQueryLogic(javax.portlet.ActionRequest actionRequest,
javax.portlet.PortletPreferences preferences) |
protected void |
validateEmailAssetEntryAdded(javax.portlet.ActionRequest actionRequest) |
protected void |
validateEmailFrom(javax.portlet.ActionRequest actionRequest) |
protected void |
validateQueryRule(long userId,
long groupId,
java.util.List<com.liferay.portlet.asset.model.AssetQueryRule> queryRules,
com.liferay.portlet.asset.model.AssetQueryRule queryRule) |
public void processAction(javax.portlet.PortletConfig portletConfig,
javax.portlet.ActionRequest actionRequest,
javax.portlet.ActionResponse actionResponse)
throws java.lang.Exception
processAction in interface com.liferay.portal.kernel.portlet.ConfigurationActionprocessAction in class com.liferay.portal.kernel.portlet.DefaultConfigurationActionjava.lang.Exceptionpublic void serveResource(javax.portlet.PortletConfig portletConfig,
javax.portlet.ResourceRequest resourceRequest,
javax.portlet.ResourceResponse resourceResponse)
throws java.lang.Exception
serveResource in interface com.liferay.portal.kernel.portlet.ResourceServingConfigurationActionserveResource in class com.liferay.portal.kernel.portlet.DefaultConfigurationActionjava.lang.Exceptionprotected void addScope(javax.portlet.ActionRequest actionRequest,
javax.portlet.PortletPreferences preferences)
throws java.lang.Exception
java.lang.Exceptionprotected void checkPermission(javax.portlet.ActionRequest actionRequest,
java.lang.String scopeId)
throws java.lang.Exception
java.lang.Exceptionprotected java.lang.String getAssetClassName(javax.portlet.ActionRequest actionRequest,
java.lang.String[] classNameIds)
throws java.lang.Exception
java.lang.Exceptionprotected java.lang.String[] getClassTypeIds(javax.portlet.ActionRequest actionRequest,
java.lang.String[] classNameIds)
throws java.lang.Exception
java.lang.Exceptionprotected com.liferay.portlet.asset.model.AssetQueryRule getQueryRule(javax.portlet.ActionRequest actionRequest,
int index)
protected boolean getSubtypesFieldsFilterEnabled(javax.portlet.ActionRequest actionRequest,
java.lang.String[] classNameIds)
throws java.lang.Exception
java.lang.Exceptionprotected void moveSelectionDown(javax.portlet.ActionRequest actionRequest,
javax.portlet.PortletPreferences preferences)
throws java.lang.Exception
java.lang.Exceptionprotected void moveSelectionUp(javax.portlet.ActionRequest actionRequest,
javax.portlet.PortletPreferences preferences)
throws java.lang.Exception
java.lang.Exceptionprotected void removeScope(javax.portlet.ActionRequest actionRequest,
javax.portlet.PortletPreferences preferences)
throws java.lang.Exception
java.lang.Exceptionprotected void removeSelection(javax.portlet.ActionRequest actionRequest,
javax.portlet.PortletPreferences preferences)
throws java.lang.Exception
java.lang.Exceptionprotected void setScopes(javax.portlet.ActionRequest actionRequest,
javax.portlet.PortletPreferences preferences)
throws java.lang.Exception
java.lang.Exceptionprotected void setSelectionStyle(javax.portlet.ActionRequest actionRequest,
javax.portlet.PortletPreferences preferences)
throws java.lang.Exception
java.lang.Exceptionprotected void updateDefaultAssetPublisher(javax.portlet.ActionRequest actionRequest)
throws java.lang.Exception
java.lang.Exceptionprotected void updateDisplaySettings(javax.portlet.ActionRequest actionRequest)
throws java.lang.Exception
java.lang.Exceptionprotected void updateQueryLogic(javax.portlet.ActionRequest actionRequest,
javax.portlet.PortletPreferences preferences)
throws java.lang.Exception
java.lang.Exceptionprotected void validateEmailAssetEntryAdded(javax.portlet.ActionRequest actionRequest)
throws java.lang.Exception
java.lang.Exceptionprotected void validateEmailFrom(javax.portlet.ActionRequest actionRequest)
throws java.lang.Exception
java.lang.Exceptionprotected void validateQueryRule(long userId,
long groupId,
java.util.List<com.liferay.portlet.asset.model.AssetQueryRule> queryRules,
com.liferay.portlet.asset.model.AssetQueryRule queryRule)
throws java.lang.Exception
java.lang.Exception