Class BaseObjectActionExecutor
java.lang.Object
com.liferay.object.action.executor.BaseObjectActionExecutor
- All Implemented Interfaces:
ObjectActionExecutor
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected abstract voiddoExecute(long companyId, long objectActionId, com.liferay.portal.kernel.util.UnicodeProperties parametersUnicodeProperties, com.liferay.portal.kernel.json.JSONObject payloadJSONObject, long userId) voidexecute(long companyId, long objectActionId, com.liferay.portal.kernel.util.UnicodeProperties parametersUnicodeProperties, com.liferay.portal.kernel.json.JSONObject payloadJSONObject, long userId) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.liferay.object.action.executor.ObjectActionExecutor
getKey
-
Constructor Details
-
BaseObjectActionExecutor
public BaseObjectActionExecutor()
-
-
Method Details
-
execute
public void execute(long companyId, long objectActionId, com.liferay.portal.kernel.util.UnicodeProperties parametersUnicodeProperties, com.liferay.portal.kernel.json.JSONObject payloadJSONObject, long userId) throws Exception - Specified by:
executein interfaceObjectActionExecutor- Throws:
Exception
-
doExecute
protected abstract void doExecute(long companyId, long objectActionId, com.liferay.portal.kernel.util.UnicodeProperties parametersUnicodeProperties, com.liferay.portal.kernel.json.JSONObject payloadJSONObject, long userId) throws Exception - Throws:
Exception
-