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) void
setWrappedService
(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:
addWorkflowDefinitionLink
in interfaceWorkflowDefinitionLinkService
- Throws:
PortalException
-
fetchWorkflowDefinitionLinkByExternalReferenceCode
public WorkflowDefinitionLink fetchWorkflowDefinitionLinkByExternalReferenceCode(String externalReferenceCode, long groupId) throws PortalException - Specified by:
fetchWorkflowDefinitionLinkByExternalReferenceCode
in interfaceWorkflowDefinitionLinkService
- Throws:
PortalException
-
getOSGiServiceIdentifier
Returns the OSGi service identifier.- Specified by:
getOSGiServiceIdentifier
in interfaceWorkflowDefinitionLinkService
- Returns:
- the OSGi service identifier
-
getWorkflowDefinitionLinks
public List<WorkflowDefinitionLink> getWorkflowDefinitionLinks(long companyId, String workflowDefinitionName, int workflowDefinitionVersion) throws PortalException - Specified by:
getWorkflowDefinitionLinks
in 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:
updateWorkflowDefinitionLink
in interfaceWorkflowDefinitionLinkService
- Throws:
PortalException
-
getWrappedService
- Specified by:
getWrappedService
in interfaceServiceWrapper<WorkflowDefinitionLinkService>
-
setWrappedService
- Specified by:
setWrappedService
in interfaceServiceWrapper<WorkflowDefinitionLinkService>
-