Package com.liferay.object.service
Class ObjectActionServiceUtil
java.lang.Object
com.liferay.object.service.ObjectActionServiceUtil
Provides the remote service utility for ObjectAction. This utility wraps
com.liferay.object.service.impl.ObjectActionServiceImpl
and is an
access point for service operations in application layer code running on a
remote server. Methods of this service are expected to have security checks
based on the propagated JAAS credentials because this service can be
accessed remotely.- See Also:
- Generated:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ObjectAction
addObjectAction
(String externalReferenceCode, long objectDefinitionId, boolean active, String conditionExpression, String description, Map<Locale, String> errorMessageMap, Map<Locale, String> labelMap, String name, String objectActionExecutorKey, String objectActionTriggerKey, com.liferay.portal.kernel.util.UnicodeProperties parametersUnicodeProperties, boolean system) static ObjectAction
deleteObjectAction
(long objectActionId) static ObjectAction
getObjectAction
(long objectActionId) static String
Returns the OSGi service identifier.static ObjectActionService
static ObjectAction
updateObjectAction
(String externalReferenceCode, long objectActionId, boolean active, String conditionExpression, String description, Map<Locale, String> errorMessageMap, Map<Locale, String> labelMap, String name, String objectActionExecutorKey, String objectActionTriggerKey, com.liferay.portal.kernel.util.UnicodeProperties parametersUnicodeProperties)
-
Constructor Details
-
ObjectActionServiceUtil
public ObjectActionServiceUtil()
-
-
Method Details
-
addObjectAction
public static ObjectAction addObjectAction(String externalReferenceCode, long objectDefinitionId, boolean active, String conditionExpression, String description, Map<Locale, String> errorMessageMap, Map<Locale, throws com.liferay.portal.kernel.exception.PortalExceptionString> labelMap, String name, String objectActionExecutorKey, String objectActionTriggerKey, com.liferay.portal.kernel.util.UnicodeProperties parametersUnicodeProperties, boolean system) - Throws:
com.liferay.portal.kernel.exception.PortalException
-
deleteObjectAction
public static ObjectAction deleteObjectAction(long objectActionId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getObjectAction
public static ObjectAction getObjectAction(long objectActionId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getOSGiServiceIdentifier
Returns the OSGi service identifier.- Returns:
- the OSGi service identifier
-
updateObjectAction
public static ObjectAction updateObjectAction(String externalReferenceCode, long objectActionId, boolean active, String conditionExpression, String description, Map<Locale, String> errorMessageMap, Map<Locale, throws com.liferay.portal.kernel.exception.PortalExceptionString> labelMap, String name, String objectActionExecutorKey, String objectActionTriggerKey, com.liferay.portal.kernel.util.UnicodeProperties parametersUnicodeProperties) - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getService
-