Class ObjectActionServiceUtil

java.lang.Object
com.liferay.object.service.ObjectActionServiceUtil

public class ObjectActionServiceUtil extends Object
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 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,String> labelMap, String name, String objectActionExecutorKey, String objectActionTriggerKey, com.liferay.portal.kernel.util.UnicodeProperties parametersUnicodeProperties, boolean system) throws com.liferay.portal.kernel.exception.PortalException
      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

      public static String 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,String> labelMap, String name, String objectActionExecutorKey, String objectActionTriggerKey, com.liferay.portal.kernel.util.UnicodeProperties parametersUnicodeProperties) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getService

      public static ObjectActionService getService()