com.liferay.portal.service.impl
Class WorkflowDefinitionLinkLocalServiceImpl
java.lang.Object
com.liferay.portal.service.BaseLocalServiceImpl
com.liferay.portal.service.base.WorkflowDefinitionLinkLocalServiceBaseImpl
com.liferay.portal.service.impl.WorkflowDefinitionLinkLocalServiceImpl
- All Implemented Interfaces:
- IdentifiableOSGiService, BaseLocalService, PersistedModelLocalService, WorkflowDefinitionLinkLocalService
public class WorkflowDefinitionLinkLocalServiceImpl
- extends WorkflowDefinitionLinkLocalServiceBaseImpl
| Fields inherited from class com.liferay.portal.service.base.WorkflowDefinitionLinkLocalServiceBaseImpl |
classNameLocalService, classNamePersistence, counterLocalService, persistedModelLocalServiceRegistry, subscriptionLocalService, subscriptionPersistence, userFinder, userLocalService, userPersistence, workflowDefinitionLinkLocalService, workflowDefinitionLinkPersistence |
|
Method Summary |
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)
|
WorkflowDefinitionLink |
fetchDefaultWorkflowDefinitionLink(long companyId,
String className,
long classPK,
long typePK)
|
WorkflowDefinitionLink |
fetchWorkflowDefinitionLink(long companyId,
long groupId,
String className,
long classPK,
long typePK)
|
WorkflowDefinitionLink |
fetchWorkflowDefinitionLink(long companyId,
long groupId,
String className,
long classPK,
long typePK,
boolean strict)
|
WorkflowDefinitionLink |
getDefaultWorkflowDefinitionLink(long companyId,
String className,
long classPK,
long typePK)
|
WorkflowDefinitionLink |
getWorkflowDefinitionLink(long companyId,
long groupId,
String className,
long classPK,
long typePK)
|
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)
|
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<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 java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WorkflowDefinitionLinkLocalServiceImpl
public WorkflowDefinitionLinkLocalServiceImpl()
addWorkflowDefinitionLink
public WorkflowDefinitionLink addWorkflowDefinitionLink(long userId,
long companyId,
long groupId,
String className,
long classPK,
long typePK,
String workflowDefinitionName,
int workflowDefinitionVersion)
throws PortalException
- Throws:
PortalException
deleteWorkflowDefinitionLink
public void deleteWorkflowDefinitionLink(long companyId,
long groupId,
String className,
long classPK,
long typePK)
fetchDefaultWorkflowDefinitionLink
public WorkflowDefinitionLink fetchDefaultWorkflowDefinitionLink(long companyId,
String className,
long classPK,
long typePK)
fetchWorkflowDefinitionLink
public WorkflowDefinitionLink fetchWorkflowDefinitionLink(long companyId,
long groupId,
String className,
long classPK,
long typePK)
fetchWorkflowDefinitionLink
public WorkflowDefinitionLink fetchWorkflowDefinitionLink(long companyId,
long groupId,
String className,
long classPK,
long typePK,
boolean strict)
getDefaultWorkflowDefinitionLink
public WorkflowDefinitionLink getDefaultWorkflowDefinitionLink(long companyId,
String className,
long classPK,
long typePK)
throws PortalException
- Throws:
PortalException
getWorkflowDefinitionLink
public WorkflowDefinitionLink getWorkflowDefinitionLink(long companyId,
long groupId,
String className,
long classPK,
long typePK)
throws PortalException
- Throws:
PortalException
getWorkflowDefinitionLink
public WorkflowDefinitionLink getWorkflowDefinitionLink(long companyId,
long groupId,
String className,
long classPK,
long typePK,
boolean strict)
throws PortalException
- Throws:
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 PortalException
- Throws:
PortalException
updateWorkflowDefinitionLink
public WorkflowDefinitionLink updateWorkflowDefinitionLink(long userId,
long companyId,
long groupId,
String className,
long classPK,
long typePK,
String workflowDefinitionName,
int workflowDefinitionVersion)
throws PortalException
- Throws:
PortalException
updateWorkflowDefinitionLinks
public void updateWorkflowDefinitionLinks(long userId,
long companyId,
long groupId,
String className,
long classPK,
List<ObjectValuePair<Long,String>> workflowDefinitionOVPs)
throws PortalException
- Throws:
PortalException