com.liferay.portal.service
Class WorkflowDefinitionLinkLocalServiceUtil

java.lang.Object
  extended by com.liferay.portal.service.WorkflowDefinitionLinkLocalServiceUtil

public class WorkflowDefinitionLinkLocalServiceUtil
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 WorkflowDefinitionLinkLocalService 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:
WorkflowDefinitionLinkLocalService
Generated:

Constructor Summary
WorkflowDefinitionLinkLocalServiceUtil()
           
 
Method Summary
static WorkflowDefinitionLink addWorkflowDefinitionLink(long userId, long companyId, long groupId, java.lang.String className, java.lang.String workflowDefinitionName, int workflowDefinitionVersion)
           
static WorkflowDefinitionLink addWorkflowDefinitionLink(WorkflowDefinitionLink workflowDefinitionLink)
           
static WorkflowDefinitionLink createWorkflowDefinitionLink(long workflowDefinitionLinkId)
           
static void deleteWorkflowDefinitionLink(long workflowDefinitionLinkId)
           
static void deleteWorkflowDefinitionLink(long userId, long companyId, long groupId, java.lang.String className)
           
static void deleteWorkflowDefinitionLink(WorkflowDefinitionLink workflowDefinitionLink)
           
static java.util.List<java.lang.Object> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
           
static java.util.List<java.lang.Object> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end)
           
static WorkflowDefinitionLinkLocalService getService()
           
static WorkflowDefinitionLink getWorkflowDefinitionLink(long workflowDefinitionLinkId)
           
static WorkflowDefinitionLink getWorkflowDefinitionLink(long companyId, long groupId, java.lang.String className)
           
static java.util.List<WorkflowDefinitionLink> getWorkflowDefinitionLinks(int start, int end)
           
static int getWorkflowDefinitionLinksCount()
           
static boolean hasWorkflowDefinitionLink(long companyId, long groupId, java.lang.String className)
           
 void setService(WorkflowDefinitionLinkLocalService service)
           
static WorkflowDefinitionLink updateWorkflowDefinitionLink(long userId, long companyId, long groupId, java.lang.String className, java.lang.String workflowDefinitionName, int workflowDefinitionVersion)
           
static WorkflowDefinitionLink updateWorkflowDefinitionLink(WorkflowDefinitionLink workflowDefinitionLink)
           
static WorkflowDefinitionLink updateWorkflowDefinitionLink(WorkflowDefinitionLink workflowDefinitionLink, boolean merge)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WorkflowDefinitionLinkLocalServiceUtil

public WorkflowDefinitionLinkLocalServiceUtil()
Method Detail

addWorkflowDefinitionLink

public static WorkflowDefinitionLink addWorkflowDefinitionLink(WorkflowDefinitionLink workflowDefinitionLink)
                                                        throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

createWorkflowDefinitionLink

public static WorkflowDefinitionLink createWorkflowDefinitionLink(long workflowDefinitionLinkId)

deleteWorkflowDefinitionLink

public static void deleteWorkflowDefinitionLink(long workflowDefinitionLinkId)
                                         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

deleteWorkflowDefinitionLink

public static void deleteWorkflowDefinitionLink(WorkflowDefinitionLink workflowDefinitionLink)
                                         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

getWorkflowDefinitionLink

public static WorkflowDefinitionLink getWorkflowDefinitionLink(long workflowDefinitionLinkId)
                                                        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

getWorkflowDefinitionLinks

public static java.util.List<WorkflowDefinitionLink> getWorkflowDefinitionLinks(int start,
                                                                                int end)
                                                                         throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

getWorkflowDefinitionLinksCount

public static int getWorkflowDefinitionLinksCount()
                                           throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

updateWorkflowDefinitionLink

public static WorkflowDefinitionLink updateWorkflowDefinitionLink(WorkflowDefinitionLink workflowDefinitionLink)
                                                           throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

updateWorkflowDefinitionLink

public static WorkflowDefinitionLink updateWorkflowDefinitionLink(WorkflowDefinitionLink workflowDefinitionLink,
                                                                  boolean merge)
                                                           throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

addWorkflowDefinitionLink

public static WorkflowDefinitionLink addWorkflowDefinitionLink(long userId,
                                                               long companyId,
                                                               long groupId,
                                                               java.lang.String className,
                                                               java.lang.String workflowDefinitionName,
                                                               int workflowDefinitionVersion)
                                                        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

deleteWorkflowDefinitionLink

public static void deleteWorkflowDefinitionLink(long userId,
                                                long companyId,
                                                long groupId,
                                                java.lang.String className)
                                         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

getWorkflowDefinitionLink

public static WorkflowDefinitionLink getWorkflowDefinitionLink(long companyId,
                                                               long groupId,
                                                               java.lang.String className)
                                                        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

hasWorkflowDefinitionLink

public static boolean hasWorkflowDefinitionLink(long companyId,
                                                long groupId,
                                                java.lang.String className)
                                         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

updateWorkflowDefinitionLink

public static WorkflowDefinitionLink updateWorkflowDefinitionLink(long userId,
                                                                  long companyId,
                                                                  long groupId,
                                                                  java.lang.String className,
                                                                  java.lang.String workflowDefinitionName,
                                                                  int workflowDefinitionVersion)
                                                           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

getService

public static WorkflowDefinitionLinkLocalService getService()

setService

public void setService(WorkflowDefinitionLinkLocalService service)