Liferay 7.0-ga1 portal-impl

com.liferay.portal.service.impl
Class WorkflowDefinitionLinkLocalServiceImpl

java.lang.Object
  extended by com.liferay.portal.kernel.service.BaseLocalServiceImpl
      extended by com.liferay.portal.service.base.WorkflowDefinitionLinkLocalServiceBaseImpl
          extended by 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.PersistedModelLocalService, com.liferay.portal.kernel.service.WorkflowDefinitionLinkLocalService

public class WorkflowDefinitionLinkLocalServiceImpl
extends WorkflowDefinitionLinkLocalServiceBaseImpl


Field Summary
 
Fields inherited from class com.liferay.portal.service.base.WorkflowDefinitionLinkLocalServiceBaseImpl
classNameLocalService, classNamePersistence, counterLocalService, persistedModelLocalServiceRegistry, subscriptionLocalService, subscriptionPersistence, userFinder, userLocalService, userPersistence, workflowDefinitionLinkLocalService, workflowDefinitionLinkPersistence
 
Constructor Summary
WorkflowDefinitionLinkLocalServiceImpl()
           
 
Method Summary
 com.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)
           
 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)
           
 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)
           
 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, createWorkflowDefinitionLink, deletePersistedModel, deleteWorkflowDefinitionLink, deleteWorkflowDefinitionLink, destroy, dynamicQuery, dynamicQuery, dynamicQuery, dynamicQuery, dynamicQueryCount, dynamicQueryCount, fetchWorkflowDefinitionLink, getActionableDynamicQuery, getClassNameLocalService, getClassNamePersistence, getCounterLocalService, getIndexableActionableDynamicQuery, getModelClass, getModelClassName, getOSGiServiceIdentifier, getPersistedModel, getSubscriptionLocalService, getSubscriptionPersistence, getUserFinder, getUserLocalService, getUserPersistence, getWorkflowDefinitionLink, getWorkflowDefinitionLinkLocalService, getWorkflowDefinitionLinkPersistence, getWorkflowDefinitionLinks, getWorkflowDefinitionLinksCount, initActionableDynamicQuery, runSQL, setClassNameLocalService, setClassNamePersistence, setCounterLocalService, setSubscriptionLocalService, setSubscriptionPersistence, setUserFinder, setUserLocalService, setUserPersistence, setWorkflowDefinitionLinkLocalService, setWorkflowDefinitionLinkPersistence, 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
 

Constructor Detail

WorkflowDefinitionLinkLocalServiceImpl

public WorkflowDefinitionLinkLocalServiceImpl()
Method Detail

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)

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

getWorkflowDefinitionLinksCount

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

getWorkflowDefinitionLinksCount

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

hasWorkflowDefinitionLink

@Skip
public boolean hasWorkflowDefinitionLink(long companyId,
                                              long groupId,
                                              String className)

hasWorkflowDefinitionLink

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

hasWorkflowDefinitionLink

@Skip
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

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

Liferay 7.0-ga1 portal-impl