com.liferay.portal.service
Class WorkflowInstanceLinkLocalServiceWrapper
java.lang.Object
com.liferay.portal.service.WorkflowInstanceLinkLocalServiceWrapper
- All Implemented Interfaces:
- WorkflowInstanceLinkLocalService
public class WorkflowInstanceLinkLocalServiceWrapper
- extends java.lang.Object
- implements WorkflowInstanceLinkLocalService
View Source
ServiceBuilder generated this class. Modifications in this class will be
overwritten the next time is generated.
This class is a wrapper for WorkflowInstanceLinkLocalService
.
- Author:
- Brian Wing Shun Chan
- See Also:
WorkflowInstanceLinkLocalService
- Generated:
Method Summary |
WorkflowInstanceLink |
addWorkflowInstanceLink(long userId,
long companyId,
long groupId,
java.lang.String className,
long classPK,
long workflowInstanceId)
|
WorkflowInstanceLink |
addWorkflowInstanceLink(WorkflowInstanceLink workflowInstanceLink)
|
WorkflowInstanceLink |
createWorkflowInstanceLink(long workflowInstanceLinkId)
|
void |
deleteWorkflowInstanceLink(long workflowInstanceLinkId)
|
void |
deleteWorkflowInstanceLink(long companyId,
long groupId,
java.lang.String className,
long classPK)
|
void |
deleteWorkflowInstanceLink(WorkflowInstanceLink workflowInstanceLink)
|
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)
|
java.lang.String |
getState(long companyId,
long groupId,
java.lang.String className,
long classPK)
|
WorkflowInstanceLink |
getWorkflowInstanceLink(long workflowInstanceLinkId)
|
WorkflowInstanceLink |
getWorkflowInstanceLink(long companyId,
long groupId,
java.lang.String className,
long classPK)
|
java.util.List<WorkflowInstanceLink> |
getWorkflowInstanceLinks(int start,
int end)
|
int |
getWorkflowInstanceLinksCount()
|
WorkflowInstanceLinkLocalService |
getWrappedWorkflowInstanceLinkLocalService()
|
boolean |
hasWorkflowInstanceLink(long companyId,
long groupId,
java.lang.String className,
long classPK)
|
void |
startWorkflowInstance(long companyId,
long groupId,
long userId,
java.lang.String className,
long classPK)
|
WorkflowInstanceLink |
updateWorkflowInstanceLink(WorkflowInstanceLink workflowInstanceLink)
|
WorkflowInstanceLink |
updateWorkflowInstanceLink(WorkflowInstanceLink workflowInstanceLink,
boolean merge)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WorkflowInstanceLinkLocalServiceWrapper
public WorkflowInstanceLinkLocalServiceWrapper(WorkflowInstanceLinkLocalService workflowInstanceLinkLocalService)
addWorkflowInstanceLink
public WorkflowInstanceLink addWorkflowInstanceLink(WorkflowInstanceLink workflowInstanceLink)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
addWorkflowInstanceLink
in interface WorkflowInstanceLinkLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
createWorkflowInstanceLink
public WorkflowInstanceLink createWorkflowInstanceLink(long workflowInstanceLinkId)
- Specified by:
createWorkflowInstanceLink
in interface WorkflowInstanceLinkLocalService
deleteWorkflowInstanceLink
public void deleteWorkflowInstanceLink(long workflowInstanceLinkId)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
deleteWorkflowInstanceLink
in interface WorkflowInstanceLinkLocalService
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
deleteWorkflowInstanceLink
public void deleteWorkflowInstanceLink(WorkflowInstanceLink workflowInstanceLink)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
deleteWorkflowInstanceLink
in interface WorkflowInstanceLinkLocalService
- 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 WorkflowInstanceLinkLocalService
- 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 WorkflowInstanceLinkLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
getWorkflowInstanceLink
public WorkflowInstanceLink getWorkflowInstanceLink(long workflowInstanceLinkId)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
getWorkflowInstanceLink
in interface WorkflowInstanceLinkLocalService
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
getWorkflowInstanceLinks
public java.util.List<WorkflowInstanceLink> getWorkflowInstanceLinks(int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
getWorkflowInstanceLinks
in interface WorkflowInstanceLinkLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
getWorkflowInstanceLinksCount
public int getWorkflowInstanceLinksCount()
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
getWorkflowInstanceLinksCount
in interface WorkflowInstanceLinkLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
updateWorkflowInstanceLink
public WorkflowInstanceLink updateWorkflowInstanceLink(WorkflowInstanceLink workflowInstanceLink)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
updateWorkflowInstanceLink
in interface WorkflowInstanceLinkLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
updateWorkflowInstanceLink
public WorkflowInstanceLink updateWorkflowInstanceLink(WorkflowInstanceLink workflowInstanceLink,
boolean merge)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
updateWorkflowInstanceLink
in interface WorkflowInstanceLinkLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
addWorkflowInstanceLink
public 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
- Specified by:
addWorkflowInstanceLink
in interface WorkflowInstanceLinkLocalService
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
deleteWorkflowInstanceLink
public 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
- Specified by:
deleteWorkflowInstanceLink
in interface WorkflowInstanceLinkLocalService
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
getState
public 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
- Specified by:
getState
in interface WorkflowInstanceLinkLocalService
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
getWorkflowInstanceLink
public 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
- Specified by:
getWorkflowInstanceLink
in interface WorkflowInstanceLinkLocalService
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
hasWorkflowInstanceLink
public 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
- Specified by:
hasWorkflowInstanceLink
in interface WorkflowInstanceLinkLocalService
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
startWorkflowInstance
public 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
- Specified by:
startWorkflowInstance
in interface WorkflowInstanceLinkLocalService
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
getWrappedWorkflowInstanceLinkLocalService
public WorkflowInstanceLinkLocalService getWrappedWorkflowInstanceLinkLocalService()