Package com.liferay.portal.service.impl
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
-
Field Summary
Fields inherited from class com.liferay.portal.service.base.WorkflowDefinitionLinkLocalServiceBaseImpl
counterLocalService, workflowDefinitionLinkLocalService, workflowDefinitionLinkPersistence
-
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) void
deleteWorkflowDefinitionLink
(long companyId, long groupId, String className, long classPK, long typePK) com.liferay.portal.kernel.model.WorkflowDefinitionLink
fetchDefaultWorkflowDefinitionLink
(long companyId, String className, long classPK, long typePK) com.liferay.portal.kernel.model.WorkflowDefinitionLink
fetchWorkflowDefinitionLink
(long companyId, long groupId, String className, long classPK, long typePK) com.liferay.portal.kernel.model.WorkflowDefinitionLink
fetchWorkflowDefinitionLink
(long companyId, long groupId, String className, long classPK, long typePK, boolean strict) List<com.liferay.portal.kernel.model.WorkflowDefinitionLink>
fetchWorkflowDefinitionLinks
(long companyId, long groupId, String className, long classPK) com.liferay.portal.kernel.model.WorkflowDefinitionLink
getDefaultWorkflowDefinitionLink
(long companyId, String className, long classPK, long typePK) com.liferay.portal.kernel.model.WorkflowDefinitionLink
getWorkflowDefinitionLink
(long companyId, long groupId, String className, long classPK, long typePK) com.liferay.portal.kernel.model.WorkflowDefinitionLink
getWorkflowDefinitionLink
(long companyId, long groupId, String className, long classPK, long typePK, boolean strict) List<com.liferay.portal.kernel.model.WorkflowDefinitionLink>
getWorkflowDefinitionLinks
(long companyId, long groupId, long classPK) List<com.liferay.portal.kernel.model.WorkflowDefinitionLink>
getWorkflowDefinitionLinks
(long companyId, long groupId, String className, long classPK) List<com.liferay.portal.kernel.model.WorkflowDefinitionLink>
getWorkflowDefinitionLinks
(long companyId, String workflowDefinitionName, int workflowDefinitionVersion) int
getWorkflowDefinitionLinksCount
(long companyId, long groupId, String className) int
getWorkflowDefinitionLinksCount
(long companyId, String workflowDefinitionName, int workflowDefinitionVersion) boolean
hasWorkflowDefinitionLink
(long companyId, long groupId, String className) boolean
hasWorkflowDefinitionLink
(long companyId, long groupId, String className, long classPK) boolean
hasWorkflowDefinitionLink
(long companyId, long groupId, String className, long classPK, long typePK) void
updateWorkflowDefinitionLink
(long userId, long companyId, long groupId, String className, long classPK, long typePK, String workflowDefinition) com.liferay.portal.kernel.model.WorkflowDefinitionLink
updateWorkflowDefinitionLink
(long userId, long companyId, long groupId, String className, long classPK, long typePK, 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) void
updateWorkflowDefinitionLinks
(long userId, long companyId, long groupId, String className, long classPK, List<com.liferay.portal.kernel.util.ObjectValuePair<Long, String>> workflowDefinitionOVPs) Methods inherited from class com.liferay.portal.service.base.WorkflowDefinitionLinkLocalServiceBaseImpl
addWorkflowDefinitionLink, afterPropertiesSet, createPersistedModel, createWorkflowDefinitionLink, deletePersistedModel, deleteWorkflowDefinitionLink, deleteWorkflowDefinitionLink, destroy, dslQuery, dslQueryCount, dynamicQuery, dynamicQuery, dynamicQuery, dynamicQuery, dynamicQueryCount, dynamicQueryCount, fetchWorkflowDefinitionLink, fetchWorkflowDefinitionLinkByExternalReferenceCode, fetchWorkflowDefinitionLinkByUuidAndGroupId, getActionableDynamicQuery, getBasePersistence, getCounterLocalService, getCTPersistence, getExportActionableDynamicQuery, getIndexableActionableDynamicQuery, getModelClass, getModelClassName, getOSGiServiceIdentifier, getPersistedModel, getWorkflowDefinitionLink, getWorkflowDefinitionLinkByExternalReferenceCode, getWorkflowDefinitionLinkByUuidAndGroupId, getWorkflowDefinitionLinkLocalService, getWorkflowDefinitionLinkPersistence, getWorkflowDefinitionLinks, getWorkflowDefinitionLinksByUuidAndCompanyId, getWorkflowDefinitionLinksByUuidAndCompanyId, getWorkflowDefinitionLinksCount, initActionableDynamicQuery, runSQL, setCounterLocalService, setWorkflowDefinitionLinkLocalService, setWorkflowDefinitionLinkPersistence, updateWithUnsafeFunction, updateWorkflowDefinitionLink
Methods inherited from class com.liferay.portal.kernel.service.BaseLocalServiceImpl
getClassLoader, getLocalizationMap
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.liferay.portal.kernel.service.PersistedModelLocalService
fetchPersistedModel
-
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
-
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
-
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
-