public class ObjectActionServiceUtil
extends java.lang.Object
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.ObjectActionService
Constructor and Description |
---|
ObjectActionServiceUtil() |
Modifier and Type | Method and Description |
---|---|
static ObjectAction |
addObjectAction(long objectDefinitionId,
boolean active,
java.lang.String name,
java.lang.String objectActionExecutorKey,
java.lang.String objectActionTriggerKey,
com.liferay.portal.kernel.util.UnicodeProperties parametersUnicodeProperties) |
static ObjectAction |
deleteObjectAction(long objectActionId) |
static ObjectAction |
getObjectAction(long objectActionId) |
static java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
static ObjectActionService |
getService() |
static ObjectAction |
updateObjectAction(long objectActionId,
boolean active,
java.lang.String name,
com.liferay.portal.kernel.util.UnicodeProperties parametersUnicodeProperties) |
public static ObjectAction addObjectAction(long objectDefinitionId, boolean active, java.lang.String name, java.lang.String objectActionExecutorKey, java.lang.String objectActionTriggerKey, com.liferay.portal.kernel.util.UnicodeProperties parametersUnicodeProperties) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public static ObjectAction deleteObjectAction(long objectActionId) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public static ObjectAction getObjectAction(long objectActionId) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public static java.lang.String getOSGiServiceIdentifier()
public static ObjectAction updateObjectAction(long objectActionId, boolean active, java.lang.String name, com.liferay.portal.kernel.util.UnicodeProperties parametersUnicodeProperties) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public static ObjectActionService getService()