com.liferay.portal.service
Class WorkflowDefinitionLinkLocalServiceWrapper
java.lang.Object
com.liferay.portal.service.WorkflowDefinitionLinkLocalServiceWrapper
- All Implemented Interfaces:
- WorkflowDefinitionLinkLocalService
public class WorkflowDefinitionLinkLocalServiceWrapper
- extends java.lang.Object
- implements WorkflowDefinitionLinkLocalService
View Source
ServiceBuilder generated this class. Modifications in this class will be
overwritten the next time is generated.
This class is a wrapper for WorkflowDefinitionLinkLocalService
.
- Author:
- Brian Wing Shun Chan
- See Also:
WorkflowDefinitionLinkLocalService
- 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()
|
WorkflowDefinitionLinkLocalService |
getWrappedWorkflowDefinitionLinkLocalService()
|
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)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WorkflowDefinitionLinkLocalServiceWrapper
public WorkflowDefinitionLinkLocalServiceWrapper(WorkflowDefinitionLinkLocalService workflowDefinitionLinkLocalService)
addWorkflowDefinitionLink
public WorkflowDefinitionLink addWorkflowDefinitionLink(WorkflowDefinitionLink workflowDefinitionLink)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
addWorkflowDefinitionLink
in interface WorkflowDefinitionLinkLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
createWorkflowDefinitionLink
public WorkflowDefinitionLink createWorkflowDefinitionLink(long workflowDefinitionLinkId)
- Specified by:
createWorkflowDefinitionLink
in interface WorkflowDefinitionLinkLocalService
deleteWorkflowDefinitionLink
public void deleteWorkflowDefinitionLink(long workflowDefinitionLinkId)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
deleteWorkflowDefinitionLink
in interface WorkflowDefinitionLinkLocalService
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
deleteWorkflowDefinitionLink
public void deleteWorkflowDefinitionLink(WorkflowDefinitionLink workflowDefinitionLink)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
deleteWorkflowDefinitionLink
in interface WorkflowDefinitionLinkLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
dynamicQuery
public java.util.List<java.lang.Object> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
dynamicQuery
in interface WorkflowDefinitionLinkLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
dynamicQuery
public 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
- Specified by:
dynamicQuery
in interface WorkflowDefinitionLinkLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
getWorkflowDefinitionLink
public WorkflowDefinitionLink getWorkflowDefinitionLink(long workflowDefinitionLinkId)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
getWorkflowDefinitionLink
in interface WorkflowDefinitionLinkLocalService
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
getWorkflowDefinitionLinks
public java.util.List<WorkflowDefinitionLink> getWorkflowDefinitionLinks(int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
getWorkflowDefinitionLinks
in interface WorkflowDefinitionLinkLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
getWorkflowDefinitionLinksCount
public int getWorkflowDefinitionLinksCount()
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
getWorkflowDefinitionLinksCount
in interface WorkflowDefinitionLinkLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
updateWorkflowDefinitionLink
public WorkflowDefinitionLink updateWorkflowDefinitionLink(WorkflowDefinitionLink workflowDefinitionLink)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
updateWorkflowDefinitionLink
in interface WorkflowDefinitionLinkLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
updateWorkflowDefinitionLink
public WorkflowDefinitionLink updateWorkflowDefinitionLink(WorkflowDefinitionLink workflowDefinitionLink,
boolean merge)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
updateWorkflowDefinitionLink
in interface WorkflowDefinitionLinkLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
addWorkflowDefinitionLink
public 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
- Specified by:
addWorkflowDefinitionLink
in interface WorkflowDefinitionLinkLocalService
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
deleteWorkflowDefinitionLink
public 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
- Specified by:
deleteWorkflowDefinitionLink
in interface WorkflowDefinitionLinkLocalService
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
getWorkflowDefinitionLink
public WorkflowDefinitionLink getWorkflowDefinitionLink(long companyId,
long groupId,
java.lang.String className)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
getWorkflowDefinitionLink
in interface WorkflowDefinitionLinkLocalService
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
hasWorkflowDefinitionLink
public boolean hasWorkflowDefinitionLink(long companyId,
long groupId,
java.lang.String className)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
hasWorkflowDefinitionLink
in interface WorkflowDefinitionLinkLocalService
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
updateWorkflowDefinitionLink
public 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
- Specified by:
updateWorkflowDefinitionLink
in interface WorkflowDefinitionLinkLocalService
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
getWrappedWorkflowDefinitionLinkLocalService
public WorkflowDefinitionLinkLocalService getWrappedWorkflowDefinitionLinkLocalService()