Package com.liferay.portal.service.impl
Class WorkflowDefinitionLinkServiceImpl
Object
com.liferay.portal.kernel.service.BaseServiceImpl
com.liferay.portal.service.base.WorkflowDefinitionLinkServiceBaseImpl
com.liferay.portal.service.impl.WorkflowDefinitionLinkServiceImpl
- All Implemented Interfaces:
com.liferay.portal.kernel.module.framework.service.IdentifiableOSGiService
,com.liferay.portal.kernel.service.BaseService
,com.liferay.portal.kernel.service.WorkflowDefinitionLinkService
- Author:
- Jhosseph Gonzalez
-
Field Summary
Fields inherited from class com.liferay.portal.service.base.WorkflowDefinitionLinkServiceBaseImpl
counterLocalService, workflowDefinitionLinkLocalService, workflowDefinitionLinkPersistence, workflowDefinitionLinkService
Fields inherited from class com.liferay.portal.kernel.service.BaseServiceImpl
ANONYMOUS_NAMES, JRUN_ANONYMOUS, ORACLE_ANONYMOUS, SUN_ANONYMOUS, WEBLOGIC_ANONYMOUS
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.liferay.portal.kernel.model.WorkflowDefinitionLink
addWorkflowDefinitionLink
(long userId, long companyId, long groupId, String className, long classPK, long typePK, String workflowDefinitionName, int workflowDefinitionVersion) com.liferay.portal.kernel.model.WorkflowDefinitionLink
fetchWorkflowDefinitionLinkByExternalReferenceCode
(String externalReferenceCode, long groupId) List<com.liferay.portal.kernel.model.WorkflowDefinitionLink>
getWorkflowDefinitionLinks
(long companyId, String workflowDefinitionName, int workflowDefinitionVersion) com.liferay.portal.kernel.model.WorkflowDefinitionLink
updateWorkflowDefinitionLink
(String externalReferenceCode, long userId, long companyId, long groupId, String className, long classPK, long typePK, String workflowDefinitionName, int workflowDefinitionVersion) Methods inherited from class com.liferay.portal.service.base.WorkflowDefinitionLinkServiceBaseImpl
afterPropertiesSet, destroy, getCounterLocalService, getModelClass, getModelClassName, getOSGiServiceIdentifier, getWorkflowDefinitionLinkLocalService, getWorkflowDefinitionLinkPersistence, getWorkflowDefinitionLinkService, runSQL, setCounterLocalService, setWorkflowDefinitionLinkLocalService, setWorkflowDefinitionLinkPersistence, setWorkflowDefinitionLinkService
Methods inherited from class com.liferay.portal.kernel.service.BaseServiceImpl
getClassLoader, getGuestOrUser, getGuestOrUserId, getPermissionChecker, getUser, getUserId
-
Constructor Details
-
WorkflowDefinitionLinkServiceImpl
public WorkflowDefinitionLinkServiceImpl()
-
-
Method Details
-
addWorkflowDefinitionLink
public com.liferay.portal.kernel.model.WorkflowDefinitionLink addWorkflowDefinitionLink(long userId, long companyId, long groupId, String className, long classPK, long typePK, String workflowDefinitionName, int workflowDefinitionVersion) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
fetchWorkflowDefinitionLinkByExternalReferenceCode
public com.liferay.portal.kernel.model.WorkflowDefinitionLink fetchWorkflowDefinitionLinkByExternalReferenceCode(String externalReferenceCode, long groupId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getWorkflowDefinitionLinks
public List<com.liferay.portal.kernel.model.WorkflowDefinitionLink> getWorkflowDefinitionLinks(long companyId, String workflowDefinitionName, int workflowDefinitionVersion) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
updateWorkflowDefinitionLink
public com.liferay.portal.kernel.model.WorkflowDefinitionLink updateWorkflowDefinitionLink(String externalReferenceCode, long userId, long companyId, long groupId, String className, long classPK, long typePK, String workflowDefinitionName, int workflowDefinitionVersion) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-