com.liferay.portal.service
Interface ResourceActionLocalService
@Transactional(isolation=PORTAL,
rollbackFor={com.liferay.portal.PortalException.class,com.liferay.portal.SystemException.class})
public interface ResourceActionLocalService
View Source
ServiceBuilder generated this class. Modifications in this class will be
overwritten the next time is generated.
This interface defines the service. The default implementation is
com.liferay.portal.service.impl.ResourceActionLocalServiceImpl
.
Modify methods in that class and rerun ServiceBuilder to populate this class
and all other generated classes.
This is a local service. Methods of this service will not have security checks based on the propagated JAAS credentials because this service can only be accessed from within the same VM.
- Author:
- Brian Wing Shun Chan
- See Also:
ResourceActionLocalServiceUtil
addResourceAction
ResourceAction addResourceAction(ResourceAction resourceAction)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
createResourceAction
ResourceAction createResourceAction(long resourceActionId)
deleteResourceAction
void deleteResourceAction(long resourceActionId)
throws com.liferay.portal.SystemException,
com.liferay.portal.PortalException
- Throws:
com.liferay.portal.SystemException
com.liferay.portal.PortalException
deleteResourceAction
void deleteResourceAction(ResourceAction resourceAction)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
dynamicQuery
java.util.List<java.lang.Object> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
dynamicQuery
java.util.List<java.lang.Object> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
getResourceAction
@Transactional(propagation=SUPPORTS,
readOnly=true)
ResourceAction getResourceAction(long resourceActionId)
throws com.liferay.portal.SystemException,
com.liferay.portal.PortalException
- Throws:
com.liferay.portal.SystemException
com.liferay.portal.PortalException
getResourceActions
@Transactional(propagation=SUPPORTS,
readOnly=true)
java.util.List<ResourceAction> getResourceActions(int start,
int end)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
getResourceActionsCount
@Transactional(propagation=SUPPORTS,
readOnly=true)
int getResourceActionsCount()
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
updateResourceAction
ResourceAction updateResourceAction(ResourceAction resourceAction)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
updateResourceAction
ResourceAction updateResourceAction(ResourceAction resourceAction,
boolean merge)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
checkResourceActions
void checkResourceActions()
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
checkResourceActions
void checkResourceActions(java.lang.String name,
java.util.List<java.lang.String> actionIds)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
getResourceAction
@Transactional(propagation=SUPPORTS,
readOnly=true)
ResourceAction getResourceAction(java.lang.String name,
java.lang.String actionId)
throws com.liferay.portal.PortalException
- Throws:
com.liferay.portal.PortalException
getResourceActions
@Transactional(propagation=SUPPORTS,
readOnly=true)
java.util.List<ResourceAction> getResourceActions(java.lang.String name)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException