Class WorkflowDefinitionLinkServiceWrapper
Object
com.liferay.portal.kernel.service.WorkflowDefinitionLinkServiceWrapper
- All Implemented Interfaces:
BaseService,ServiceWrapper<WorkflowDefinitionLinkService>,WorkflowDefinitionLinkService
public class WorkflowDefinitionLinkServiceWrapper
extends Object
implements ServiceWrapper<WorkflowDefinitionLinkService>, WorkflowDefinitionLinkService
Provides a wrapper for
WorkflowDefinitionLinkService.- Author:
- Brian Wing Shun Chan
- See Also:
- {$generated.description}
-
Constructor Summary
ConstructorsConstructorDescriptionWorkflowDefinitionLinkServiceWrapper(WorkflowDefinitionLinkService workflowDefinitionLinkService) -
Method Summary
Modifier and TypeMethodDescriptionaddWorkflowDefinitionLink(long userId, long companyId, long groupId, String className, long classPK, long typePK, String workflowDefinitionName, int workflowDefinitionVersion) fetchWorkflowDefinitionLinkByExternalReferenceCode(String externalReferenceCode, long groupId) Returns the OSGi service identifier.getWorkflowDefinitionLinks(long companyId, String workflowDefinitionName, int workflowDefinitionVersion) voidsetWrappedService(WorkflowDefinitionLinkService workflowDefinitionLinkService) updateWorkflowDefinitionLink(String externalReferenceCode, long userId, long companyId, long groupId, String className, long classPK, long typePK, String workflowDefinitionName, int workflowDefinitionVersion)
-
Constructor Details
-
WorkflowDefinitionLinkServiceWrapper
public WorkflowDefinitionLinkServiceWrapper() -
WorkflowDefinitionLinkServiceWrapper
public WorkflowDefinitionLinkServiceWrapper(WorkflowDefinitionLinkService workflowDefinitionLinkService)
-
-
Method Details
-
addWorkflowDefinitionLink
public WorkflowDefinitionLink addWorkflowDefinitionLink(long userId, long companyId, long groupId, String className, long classPK, long typePK, String workflowDefinitionName, int workflowDefinitionVersion) throws PortalException - Specified by:
addWorkflowDefinitionLinkin interfaceWorkflowDefinitionLinkService- Throws:
PortalException
-
fetchWorkflowDefinitionLinkByExternalReferenceCode
public WorkflowDefinitionLink fetchWorkflowDefinitionLinkByExternalReferenceCode(String externalReferenceCode, long groupId) throws PortalException - Specified by:
fetchWorkflowDefinitionLinkByExternalReferenceCodein interfaceWorkflowDefinitionLinkService- Throws:
PortalException
-
getOSGiServiceIdentifier
Returns the OSGi service identifier.- Specified by:
getOSGiServiceIdentifierin interfaceWorkflowDefinitionLinkService- Returns:
- the OSGi service identifier
-
getWorkflowDefinitionLinks
public List<WorkflowDefinitionLink> getWorkflowDefinitionLinks(long companyId, String workflowDefinitionName, int workflowDefinitionVersion) throws PortalException - Specified by:
getWorkflowDefinitionLinksin interfaceWorkflowDefinitionLinkService- Throws:
PortalException
-
updateWorkflowDefinitionLink
public WorkflowDefinitionLink updateWorkflowDefinitionLink(String externalReferenceCode, long userId, long companyId, long groupId, String className, long classPK, long typePK, String workflowDefinitionName, int workflowDefinitionVersion) throws PortalException - Specified by:
updateWorkflowDefinitionLinkin interfaceWorkflowDefinitionLinkService- Throws:
PortalException
-
getWrappedService
- Specified by:
getWrappedServicein interfaceServiceWrapper<WorkflowDefinitionLinkService>
-
setWrappedService
- Specified by:
setWrappedServicein interfaceServiceWrapper<WorkflowDefinitionLinkService>
-