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
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
- Generated:
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.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
createResourceAction
public static ResourceAction createResourceAction(long resourceActionId)
deleteResourceAction
public static void deleteResourceAction(long resourceActionId)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
deleteResourceAction
public static void deleteResourceAction(ResourceAction resourceAction)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
dynamicQuery
public static java.util.List<java.lang.Object> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.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.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
getResourceAction
public static ResourceAction getResourceAction(long resourceActionId)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
getResourceActions
public static java.util.List<ResourceAction> getResourceActions(int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
getResourceActionsCount
public static int getResourceActionsCount()
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
updateResourceAction
public static ResourceAction updateResourceAction(ResourceAction resourceAction)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
updateResourceAction
public static ResourceAction updateResourceAction(ResourceAction resourceAction,
boolean merge)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
checkResourceActions
public static void checkResourceActions()
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
checkResourceActions
public static void checkResourceActions(java.lang.String name,
java.util.List<java.lang.String> actionIds)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
getResourceAction
public static ResourceAction getResourceAction(java.lang.String name,
java.lang.String actionId)
throws com.liferay.portal.kernel.exception.PortalException
- Throws:
com.liferay.portal.kernel.exception.PortalException
getResourceActions
public static java.util.List<ResourceAction> getResourceActions(java.lang.String name)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
getService
public static ResourceActionLocalService getService()
setService
public void setService(ResourceActionLocalService service)