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 companyId, long groupId, java.lang.String className)
           
static void deleteWorkflowDefinitionLink(WorkflowDefinitionLink workflowDefinitionLink)
           
static java.util.List dynamicQuery(DynamicQuery dynamicQuery)
           
static java.util.List dynamicQuery(DynamicQuery dynamicQuery, int start, int end)
           
static java.util.List dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
static long dynamicQueryCount(DynamicQuery dynamicQuery)
           
static WorkflowDefinitionLink getDefaultWorkflowDefinitionLink(long companyId, java.lang.String className)
           
static WorkflowDefinitionLinkLocalService getService()
           
static WorkflowDefinitionLink getWorkflowDefinitionLink(long workflowDefinitionLinkId)
           
static WorkflowDefinitionLink getWorkflowDefinitionLink(long companyId, long groupId, java.lang.String className)
           
static WorkflowDefinitionLink getWorkflowDefinitionLink(long companyId, long groupId, java.lang.String className, boolean strict)
           
static java.util.List<WorkflowDefinitionLink> getWorkflowDefinitionLinks(int start, int end)
           
static int getWorkflowDefinitionLinksCount()
           
static int getWorkflowDefinitionLinksCount(long companyId, java.lang.String workflowDefinitionName, int workflowDefinitionVersion)
           
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 SystemException
Throws:
SystemException

createWorkflowDefinitionLink

public static WorkflowDefinitionLink createWorkflowDefinitionLink(long workflowDefinitionLinkId)

deleteWorkflowDefinitionLink

public static void deleteWorkflowDefinitionLink(long workflowDefinitionLinkId)
                                         throws PortalException,
                                                SystemException
Throws:
PortalException
SystemException

deleteWorkflowDefinitionLink

public static void deleteWorkflowDefinitionLink(WorkflowDefinitionLink workflowDefinitionLink)
                                         throws SystemException
Throws:
SystemException

dynamicQuery

public static java.util.List dynamicQuery(DynamicQuery dynamicQuery)
                                   throws SystemException
Throws:
SystemException

dynamicQuery

public static java.util.List dynamicQuery(DynamicQuery dynamicQuery,
                                          int start,
                                          int end)
                                   throws SystemException
Throws:
SystemException

dynamicQuery

public static java.util.List dynamicQuery(DynamicQuery dynamicQuery,
                                          int start,
                                          int end,
                                          OrderByComparator orderByComparator)
                                   throws SystemException
Throws:
SystemException

dynamicQueryCount

public static long dynamicQueryCount(DynamicQuery dynamicQuery)
                              throws SystemException
Throws:
SystemException

getWorkflowDefinitionLink

public static WorkflowDefinitionLink getWorkflowDefinitionLink(long workflowDefinitionLinkId)
                                                        throws PortalException,
                                                               SystemException
Throws:
PortalException
SystemException

getWorkflowDefinitionLinks

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

getWorkflowDefinitionLinksCount

public static int getWorkflowDefinitionLinksCount()
                                           throws SystemException
Throws:
SystemException

updateWorkflowDefinitionLink

public static WorkflowDefinitionLink updateWorkflowDefinitionLink(WorkflowDefinitionLink workflowDefinitionLink)
                                                           throws SystemException
Throws:
SystemException

updateWorkflowDefinitionLink

public static WorkflowDefinitionLink updateWorkflowDefinitionLink(WorkflowDefinitionLink workflowDefinitionLink,
                                                                  boolean merge)
                                                           throws SystemException
Throws:
SystemException

addWorkflowDefinitionLink

public static WorkflowDefinitionLink addWorkflowDefinitionLink(long userId,
                                                               long companyId,
                                                               long groupId,
                                                               java.lang.String className,
                                                               java.lang.String workflowDefinitionName,
                                                               int workflowDefinitionVersion)
                                                        throws PortalException,
                                                               SystemException
Throws:
PortalException
SystemException

deleteWorkflowDefinitionLink

public static void deleteWorkflowDefinitionLink(long companyId,
                                                long groupId,
                                                java.lang.String className)
                                         throws PortalException,
                                                SystemException
Throws:
PortalException
SystemException

getDefaultWorkflowDefinitionLink

public static WorkflowDefinitionLink getDefaultWorkflowDefinitionLink(long companyId,
                                                                      java.lang.String className)
                                                               throws PortalException,
                                                                      SystemException
Throws:
PortalException
SystemException

getWorkflowDefinitionLink

public static WorkflowDefinitionLink getWorkflowDefinitionLink(long companyId,
                                                               long groupId,
                                                               java.lang.String className)
                                                        throws PortalException,
                                                               SystemException
Throws:
PortalException
SystemException

getWorkflowDefinitionLink

public static WorkflowDefinitionLink getWorkflowDefinitionLink(long companyId,
                                                               long groupId,
                                                               java.lang.String className,
                                                               boolean strict)
                                                        throws PortalException,
                                                               SystemException
Throws:
PortalException
SystemException

getWorkflowDefinitionLinksCount

public static int getWorkflowDefinitionLinksCount(long companyId,
                                                  java.lang.String workflowDefinitionName,
                                                  int workflowDefinitionVersion)
                                           throws SystemException
Throws:
SystemException

hasWorkflowDefinitionLink

public static boolean hasWorkflowDefinitionLink(long companyId,
                                                long groupId,
                                                java.lang.String className)
                                         throws PortalException,
                                                SystemException
Throws:
PortalException
SystemException

updateWorkflowDefinitionLink

public static WorkflowDefinitionLink updateWorkflowDefinitionLink(long userId,
                                                                  long companyId,
                                                                  long groupId,
                                                                  java.lang.String className,
                                                                  java.lang.String workflowDefinitionName,
                                                                  int workflowDefinitionVersion)
                                                           throws PortalException,
                                                                  SystemException
Throws:
PortalException
SystemException

getService

public static WorkflowDefinitionLinkLocalService getService()

setService

public void setService(WorkflowDefinitionLinkLocalService service)