@AccessControlled
@JSONWebService
@ProviderType
@Transactional(isolation=PORTAL,
rollbackFor={com.liferay.portal.kernel.exception.PortalException.class,com.liferay.portal.kernel.exception.SystemException.class})
public interface ObjectActionService
extends com.liferay.portal.kernel.service.BaseService
ObjectActionServiceUtil
Modifier and Type | Method and Description |
---|---|
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) |
ObjectAction |
deleteObjectAction(long objectActionId) |
ObjectAction |
getObjectAction(long objectActionId) |
java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
ObjectAction |
updateObjectAction(long objectActionId,
boolean active,
java.lang.String name,
com.liferay.portal.kernel.util.UnicodeProperties parametersUnicodeProperties) |
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
ObjectAction deleteObjectAction(long objectActionId) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
@Transactional(propagation=SUPPORTS, readOnly=true) ObjectAction getObjectAction(long objectActionId) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
java.lang.String getOSGiServiceIdentifier()
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