com.liferay.portal.service
Class ResourceActionLocalServiceUtil
java.lang.Object
com.liferay.portal.service.ResourceActionLocalServiceUtil
public class ResourceActionLocalServiceUtil
- extends java.lang.Object
View Source
ServiceBuilder generated this class. Modifications in this class will be
overwritten the next time is generated.
This class provides static methods for the
com.liferay.portal.service.ResourceActionLocalService
bean. The static methods of this class calls the same methods of the bean
instance. It's convenient to be able to just write one line to call a method
on a bean instead of writing a lookup call and a method call.
- Author:
- Brian Wing Shun Chan
- See Also:
ResourceActionLocalService
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ResourceActionLocalServiceUtil
public ResourceActionLocalServiceUtil()
addResourceAction
public static ResourceAction addResourceAction(ResourceAction resourceAction)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
createResourceAction
public static ResourceAction createResourceAction(long resourceActionId)
deleteResourceAction
public static void deleteResourceAction(long resourceActionId)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
deleteResourceAction
public static void deleteResourceAction(ResourceAction resourceAction)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
dynamicQuery
public static 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
public static 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
public static ResourceAction getResourceAction(long resourceActionId)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
getResourceActions
public static java.util.List<ResourceAction> getResourceActions(int start,
int end)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
getResourceActionsCount
public static int getResourceActionsCount()
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
updateResourceAction
public static ResourceAction updateResourceAction(ResourceAction resourceAction)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
updateResourceAction
public static ResourceAction updateResourceAction(ResourceAction resourceAction,
boolean merge)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
checkResourceActions
public static void checkResourceActions()
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
checkResourceActions
public static void checkResourceActions(java.lang.String name,
java.util.List<java.lang.String> actionIds)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
getResourceAction
public static ResourceAction getResourceAction(java.lang.String name,
java.lang.String actionId)
throws com.liferay.portal.PortalException
- Throws:
com.liferay.portal.PortalException
getResourceActions
public static java.util.List<ResourceAction> getResourceActions(java.lang.String name)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
getService
public static ResourceActionLocalService getService()
setService
public void setService(ResourceActionLocalService service)