com.liferay.portal.service
Class WorkflowInstanceLinkLocalServiceUtil

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

public class WorkflowInstanceLinkLocalServiceUtil
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 WorkflowInstanceLinkLocalService 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:
WorkflowInstanceLinkLocalService
Generated:

Constructor Summary
WorkflowInstanceLinkLocalServiceUtil()
           
 
Method Summary
static WorkflowInstanceLink addWorkflowInstanceLink(long userId, long companyId, long groupId, java.lang.String className, long classPK, long workflowInstanceId)
           
static WorkflowInstanceLink addWorkflowInstanceLink(WorkflowInstanceLink workflowInstanceLink)
           
static WorkflowInstanceLink createWorkflowInstanceLink(long workflowInstanceLinkId)
           
static void deleteWorkflowInstanceLink(long workflowInstanceLinkId)
           
static void deleteWorkflowInstanceLink(long companyId, long groupId, java.lang.String className, long classPK)
           
static void deleteWorkflowInstanceLink(WorkflowInstanceLink workflowInstanceLink)
           
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 WorkflowInstanceLinkLocalService getService()
           
static java.lang.String getState(long companyId, long groupId, java.lang.String className, long classPK)
           
static WorkflowInstanceLink getWorkflowInstanceLink(long workflowInstanceLinkId)
           
static WorkflowInstanceLink getWorkflowInstanceLink(long companyId, long groupId, java.lang.String className, long classPK)
           
static java.util.List<WorkflowInstanceLink> getWorkflowInstanceLinks(int start, int end)
           
static int getWorkflowInstanceLinksCount()
           
static boolean hasWorkflowInstanceLink(long companyId, long groupId, java.lang.String className, long classPK)
           
 void setService(WorkflowInstanceLinkLocalService service)
           
static void startWorkflowInstance(long companyId, long groupId, long userId, java.lang.String className, long classPK)
           
static WorkflowInstanceLink updateWorkflowInstanceLink(WorkflowInstanceLink workflowInstanceLink)
           
static WorkflowInstanceLink updateWorkflowInstanceLink(WorkflowInstanceLink workflowInstanceLink, boolean merge)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WorkflowInstanceLinkLocalServiceUtil

public WorkflowInstanceLinkLocalServiceUtil()
Method Detail

addWorkflowInstanceLink

public static WorkflowInstanceLink addWorkflowInstanceLink(WorkflowInstanceLink workflowInstanceLink)
                                                    throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

createWorkflowInstanceLink

public static WorkflowInstanceLink createWorkflowInstanceLink(long workflowInstanceLinkId)

deleteWorkflowInstanceLink

public static void deleteWorkflowInstanceLink(long workflowInstanceLinkId)
                                       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

deleteWorkflowInstanceLink

public static void deleteWorkflowInstanceLink(WorkflowInstanceLink workflowInstanceLink)
                                       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

getWorkflowInstanceLink

public static WorkflowInstanceLink getWorkflowInstanceLink(long workflowInstanceLinkId)
                                                    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

getWorkflowInstanceLinks

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

getWorkflowInstanceLinksCount

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

updateWorkflowInstanceLink

public static WorkflowInstanceLink updateWorkflowInstanceLink(WorkflowInstanceLink workflowInstanceLink)
                                                       throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

updateWorkflowInstanceLink

public static WorkflowInstanceLink updateWorkflowInstanceLink(WorkflowInstanceLink workflowInstanceLink,
                                                              boolean merge)
                                                       throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

addWorkflowInstanceLink

public static WorkflowInstanceLink addWorkflowInstanceLink(long userId,
                                                           long companyId,
                                                           long groupId,
                                                           java.lang.String className,
                                                           long classPK,
                                                           long workflowInstanceId)
                                                    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

deleteWorkflowInstanceLink

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

getState

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

getWorkflowInstanceLink

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

hasWorkflowInstanceLink

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

startWorkflowInstance

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

setService

public void setService(WorkflowInstanceLinkLocalService service)