Class ObjectActionServiceWrapper

java.lang.Object
com.liferay.object.service.ObjectActionServiceWrapper
All Implemented Interfaces:
ObjectActionService, com.liferay.portal.kernel.service.BaseService, com.liferay.portal.kernel.service.ServiceWrapper<ObjectActionService>

public class ObjectActionServiceWrapper extends Object implements ObjectActionService, com.liferay.portal.kernel.service.ServiceWrapper<ObjectActionService>
Provides a wrapper for ObjectActionService.
See Also:
Generated:
  • Constructor Details

    • ObjectActionServiceWrapper

      public ObjectActionServiceWrapper()
    • ObjectActionServiceWrapper

      public ObjectActionServiceWrapper(ObjectActionService objectActionService)
  • Method Details

    • addObjectAction

      public 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
      Specified by:
      addObjectAction in interface ObjectActionService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • deleteObjectAction

      public ObjectAction deleteObjectAction(long objectActionId) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      deleteObjectAction in interface ObjectActionService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getObjectAction

      public ObjectAction getObjectAction(long objectActionId) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      getObjectAction in interface ObjectActionService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getOSGiServiceIdentifier

      public String getOSGiServiceIdentifier()
      Returns the OSGi service identifier.
      Specified by:
      getOSGiServiceIdentifier in interface ObjectActionService
      Returns:
      the OSGi service identifier
    • updateObjectAction

      public 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
      Specified by:
      updateObjectAction in interface ObjectActionService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getWrappedService

      public ObjectActionService getWrappedService()
      Specified by:
      getWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<ObjectActionService>
    • setWrappedService

      public void setWrappedService(ObjectActionService objectActionService)
      Specified by:
      setWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<ObjectActionService>