Class WorkflowDefinitionLinkLocalServiceImpl

Object
com.liferay.portal.kernel.service.BaseLocalServiceImpl
com.liferay.portal.service.base.WorkflowDefinitionLinkLocalServiceBaseImpl
com.liferay.portal.service.impl.WorkflowDefinitionLinkLocalServiceImpl
All Implemented Interfaces:
com.liferay.portal.kernel.module.framework.service.IdentifiableOSGiService, com.liferay.portal.kernel.service.BaseLocalService, com.liferay.portal.kernel.service.change.tracking.CTService<com.liferay.portal.kernel.model.WorkflowDefinitionLink>, com.liferay.portal.kernel.service.PersistedModelLocalService, com.liferay.portal.kernel.service.WorkflowDefinitionLinkLocalService

public class WorkflowDefinitionLinkLocalServiceImpl extends WorkflowDefinitionLinkLocalServiceBaseImpl
Author:
Jorge Ferrer, Bruno Farache, Brian Wing Shun Chan, Juan Fernández, Marcellus Tavares
  • Constructor Details

    • WorkflowDefinitionLinkLocalServiceImpl

      public WorkflowDefinitionLinkLocalServiceImpl()
  • 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
    • deleteWorkflowDefinitionLink

      public void deleteWorkflowDefinitionLink(long companyId, long groupId, String className, long classPK, long typePK)
    • fetchDefaultWorkflowDefinitionLink

      public com.liferay.portal.kernel.model.WorkflowDefinitionLink fetchDefaultWorkflowDefinitionLink(long companyId, String className, long classPK, long typePK)
    • fetchWorkflowDefinitionLink

      public com.liferay.portal.kernel.model.WorkflowDefinitionLink fetchWorkflowDefinitionLink(long companyId, long groupId, String className, long classPK, long typePK)
    • fetchWorkflowDefinitionLink

      public com.liferay.portal.kernel.model.WorkflowDefinitionLink fetchWorkflowDefinitionLink(long companyId, long groupId, String className, long classPK, long typePK, boolean strict)
    • fetchWorkflowDefinitionLinks

      public List<com.liferay.portal.kernel.model.WorkflowDefinitionLink> fetchWorkflowDefinitionLinks(long companyId, long groupId, String className, long classPK)
    • getDefaultWorkflowDefinitionLink

      public com.liferay.portal.kernel.model.WorkflowDefinitionLink getDefaultWorkflowDefinitionLink(long companyId, String className, long classPK, long typePK) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getWorkflowDefinitionLink

      public com.liferay.portal.kernel.model.WorkflowDefinitionLink getWorkflowDefinitionLink(long companyId, long groupId, String className, long classPK, long typePK) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getWorkflowDefinitionLink

      public com.liferay.portal.kernel.model.WorkflowDefinitionLink getWorkflowDefinitionLink(long companyId, long groupId, String className, long classPK, long typePK, boolean strict) 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, long groupId, long classPK) 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, long groupId, String className, long classPK) 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
    • getWorkflowDefinitionLinksCount

      public int getWorkflowDefinitionLinksCount(long companyId, long groupId, String className)
    • getWorkflowDefinitionLinksCount

      public int getWorkflowDefinitionLinksCount(long companyId, String workflowDefinitionName, int workflowDefinitionVersion)
    • hasWorkflowDefinitionLink

      @Transactional(enabled=false) public boolean hasWorkflowDefinitionLink(long companyId, long groupId, String className)
    • hasWorkflowDefinitionLink

      public boolean hasWorkflowDefinitionLink(long companyId, long groupId, String className, long classPK)
    • hasWorkflowDefinitionLink

      public boolean hasWorkflowDefinitionLink(long companyId, long groupId, String className, long classPK, long typePK)
    • updateWorkflowDefinitionLink

      public void updateWorkflowDefinitionLink(long userId, long companyId, long groupId, String className, long classPK, long typePK, String workflowDefinition) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • updateWorkflowDefinitionLink

      public com.liferay.portal.kernel.model.WorkflowDefinitionLink updateWorkflowDefinitionLink(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
    • 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
    • updateWorkflowDefinitionLinks

      public void updateWorkflowDefinitionLinks(long userId, long companyId, long groupId, String className, long classPK, List<com.liferay.portal.kernel.util.ObjectValuePair<Long,String>> workflowDefinitionOVPs) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException