com.liferay.portal.service
Interface WorkflowDefinitionLinkLocalService

All Known Implementing Classes:
WorkflowDefinitionLinkLocalServiceWrapper

@Transactional(isolation=PORTAL,
               rollbackFor={com.liferay.portal.kernel.exception.PortalException.class,com.liferay.portal.kernel.exception.SystemException.class})
public interface WorkflowDefinitionLinkLocalService

View Source

ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.

This interface defines the service. The default implementation is com.liferay.portal.service.impl.WorkflowDefinitionLinkLocalServiceImpl}. Modify methods in that class and rerun ServiceBuilder to populate this class and all other generated classes.

This is a local service. Methods of this service will not have security checks based on the propagated JAAS credentials because this service can only be accessed from within the same VM.

Author:
Brian Wing Shun Chan
See Also:
WorkflowDefinitionLinkLocalServiceUtil
Generated:

Method Summary
 WorkflowDefinitionLink addWorkflowDefinitionLink(long userId, long companyId, long groupId, java.lang.String className, java.lang.String workflowDefinitionName, int workflowDefinitionVersion)
           
 WorkflowDefinitionLink addWorkflowDefinitionLink(WorkflowDefinitionLink workflowDefinitionLink)
           
 WorkflowDefinitionLink createWorkflowDefinitionLink(long workflowDefinitionLinkId)
           
 void deleteWorkflowDefinitionLink(long workflowDefinitionLinkId)
           
 void deleteWorkflowDefinitionLink(long userId, long companyId, long groupId, java.lang.String className)
           
 void deleteWorkflowDefinitionLink(WorkflowDefinitionLink workflowDefinitionLink)
           
 java.util.List<java.lang.Object> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
           
 java.util.List<java.lang.Object> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end)
           
 WorkflowDefinitionLink getWorkflowDefinitionLink(long workflowDefinitionLinkId)
           
 WorkflowDefinitionLink getWorkflowDefinitionLink(long companyId, long groupId, java.lang.String className)
           
 java.util.List<WorkflowDefinitionLink> getWorkflowDefinitionLinks(int start, int end)
           
 int getWorkflowDefinitionLinksCount()
           
 boolean hasWorkflowDefinitionLink(long companyId, long groupId, java.lang.String className)
           
 WorkflowDefinitionLink updateWorkflowDefinitionLink(long userId, long companyId, long groupId, java.lang.String className, java.lang.String workflowDefinitionName, int workflowDefinitionVersion)
           
 WorkflowDefinitionLink updateWorkflowDefinitionLink(WorkflowDefinitionLink workflowDefinitionLink)
           
 WorkflowDefinitionLink updateWorkflowDefinitionLink(WorkflowDefinitionLink workflowDefinitionLink, boolean merge)
           
 

Method Detail

addWorkflowDefinitionLink

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

createWorkflowDefinitionLink

WorkflowDefinitionLink createWorkflowDefinitionLink(long workflowDefinitionLinkId)

deleteWorkflowDefinitionLink

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

void deleteWorkflowDefinitionLink(WorkflowDefinitionLink workflowDefinitionLink)
                                  throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

dynamicQuery

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

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

@Transactional(propagation=SUPPORTS,
               readOnly=true)
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

@Transactional(propagation=SUPPORTS,
               readOnly=true)
java.util.List<WorkflowDefinitionLink> getWorkflowDefinitionLinks(int start,
                                                                                int end)
                                                                  throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

getWorkflowDefinitionLinksCount

@Transactional(propagation=SUPPORTS,
               readOnly=true)
int getWorkflowDefinitionLinksCount()
                                    throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

updateWorkflowDefinitionLink

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

updateWorkflowDefinitionLink

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

addWorkflowDefinitionLink

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

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

@Transactional(propagation=SUPPORTS,
               readOnly=true)
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

@Transactional(propagation=SUPPORTS,
               readOnly=true)
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

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