com.liferay.portal.service
Interface WorkflowDefinitionLinkLocalService
- All Known Implementing Classes:
- WorkflowDefinitionLinkLocalServiceWrapper
@Transactional(isolation=PORTAL,
rollbackFor={PortalException.class,SystemException.class})
public interface WorkflowDefinitionLinkLocalService
View Source
ServiceBuilder generated this class. Modifications in this class will be
overwritten the next time is generated.
This interface defines the service. The default implementation is
com.liferay.portal.service.impl.WorkflowDefinitionLinkLocalServiceImpl
}.
Modify methods in that class and rerun ServiceBuilder to populate this class
and all other generated classes.
This is a local service. Methods of this service will not have security checks based on the propagated JAAS credentials because this service can only be accessed from within the same VM.
- Author:
- Brian Wing Shun Chan
- See Also:
WorkflowDefinitionLinkLocalServiceUtil
- Generated:
Method Summary |
WorkflowDefinitionLink |
addWorkflowDefinitionLink(long userId,
long companyId,
long groupId,
java.lang.String className,
java.lang.String workflowDefinitionName,
int workflowDefinitionVersion)
|
WorkflowDefinitionLink |
addWorkflowDefinitionLink(WorkflowDefinitionLink workflowDefinitionLink)
|
WorkflowDefinitionLink |
createWorkflowDefinitionLink(long workflowDefinitionLinkId)
|
void |
deleteWorkflowDefinitionLink(long workflowDefinitionLinkId)
|
void |
deleteWorkflowDefinitionLink(long companyId,
long groupId,
java.lang.String className)
|
void |
deleteWorkflowDefinitionLink(WorkflowDefinitionLink workflowDefinitionLink)
|
java.util.List |
dynamicQuery(DynamicQuery dynamicQuery)
|
java.util.List |
dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
|
java.util.List |
dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
|
long |
dynamicQueryCount(DynamicQuery dynamicQuery)
|
WorkflowDefinitionLink |
getDefaultWorkflowDefinitionLink(long companyId,
java.lang.String className)
|
WorkflowDefinitionLink |
getWorkflowDefinitionLink(long workflowDefinitionLinkId)
|
WorkflowDefinitionLink |
getWorkflowDefinitionLink(long companyId,
long groupId,
java.lang.String className)
|
WorkflowDefinitionLink |
getWorkflowDefinitionLink(long companyId,
long groupId,
java.lang.String className,
boolean strict)
|
java.util.List<WorkflowDefinitionLink> |
getWorkflowDefinitionLinks(int start,
int end)
|
int |
getWorkflowDefinitionLinksCount()
|
int |
getWorkflowDefinitionLinksCount(long companyId,
java.lang.String workflowDefinitionName,
int workflowDefinitionVersion)
|
boolean |
hasWorkflowDefinitionLink(long companyId,
long groupId,
java.lang.String className)
|
WorkflowDefinitionLink |
updateWorkflowDefinitionLink(long userId,
long companyId,
long groupId,
java.lang.String className,
java.lang.String workflowDefinitionName,
int workflowDefinitionVersion)
|
WorkflowDefinitionLink |
updateWorkflowDefinitionLink(WorkflowDefinitionLink workflowDefinitionLink)
|
WorkflowDefinitionLink |
updateWorkflowDefinitionLink(WorkflowDefinitionLink workflowDefinitionLink,
boolean merge)
|
addWorkflowDefinitionLink
WorkflowDefinitionLink addWorkflowDefinitionLink(WorkflowDefinitionLink workflowDefinitionLink)
throws SystemException
- Throws:
SystemException
createWorkflowDefinitionLink
WorkflowDefinitionLink createWorkflowDefinitionLink(long workflowDefinitionLinkId)
deleteWorkflowDefinitionLink
void deleteWorkflowDefinitionLink(long workflowDefinitionLinkId)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
deleteWorkflowDefinitionLink
void deleteWorkflowDefinitionLink(WorkflowDefinitionLink workflowDefinitionLink)
throws SystemException
- Throws:
SystemException
dynamicQuery
java.util.List dynamicQuery(DynamicQuery dynamicQuery)
throws SystemException
- Throws:
SystemException
dynamicQuery
java.util.List dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
throws SystemException
- Throws:
SystemException
dynamicQuery
java.util.List dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
- Throws:
SystemException
dynamicQueryCount
long dynamicQueryCount(DynamicQuery dynamicQuery)
throws SystemException
- Throws:
SystemException
getWorkflowDefinitionLink
@Transactional(propagation=SUPPORTS,
readOnly=true)
WorkflowDefinitionLink getWorkflowDefinitionLink(long workflowDefinitionLinkId)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
getWorkflowDefinitionLinks
@Transactional(propagation=SUPPORTS,
readOnly=true)
java.util.List<WorkflowDefinitionLink> getWorkflowDefinitionLinks(int start,
int end)
throws SystemException
- Throws:
SystemException
getWorkflowDefinitionLinksCount
@Transactional(propagation=SUPPORTS,
readOnly=true)
int getWorkflowDefinitionLinksCount()
throws SystemException
- Throws:
SystemException
updateWorkflowDefinitionLink
WorkflowDefinitionLink updateWorkflowDefinitionLink(WorkflowDefinitionLink workflowDefinitionLink)
throws SystemException
- Throws:
SystemException
updateWorkflowDefinitionLink
WorkflowDefinitionLink updateWorkflowDefinitionLink(WorkflowDefinitionLink workflowDefinitionLink,
boolean merge)
throws SystemException
- Throws:
SystemException
addWorkflowDefinitionLink
WorkflowDefinitionLink addWorkflowDefinitionLink(long userId,
long companyId,
long groupId,
java.lang.String className,
java.lang.String workflowDefinitionName,
int workflowDefinitionVersion)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
deleteWorkflowDefinitionLink
void deleteWorkflowDefinitionLink(long companyId,
long groupId,
java.lang.String className)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
getDefaultWorkflowDefinitionLink
@Transactional(propagation=SUPPORTS,
readOnly=true)
WorkflowDefinitionLink getDefaultWorkflowDefinitionLink(long companyId,
java.lang.String className)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
getWorkflowDefinitionLink
@Transactional(propagation=SUPPORTS,
readOnly=true)
WorkflowDefinitionLink getWorkflowDefinitionLink(long companyId,
long groupId,
java.lang.String className)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
getWorkflowDefinitionLink
@Transactional(propagation=SUPPORTS,
readOnly=true)
WorkflowDefinitionLink getWorkflowDefinitionLink(long companyId,
long groupId,
java.lang.String className,
boolean strict)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
getWorkflowDefinitionLinksCount
@Transactional(propagation=SUPPORTS,
readOnly=true)
int getWorkflowDefinitionLinksCount(long companyId,
java.lang.String workflowDefinitionName,
int workflowDefinitionVersion)
throws SystemException
- Throws:
SystemException
hasWorkflowDefinitionLink
@Transactional(propagation=SUPPORTS,
readOnly=true)
boolean hasWorkflowDefinitionLink(long companyId,
long groupId,
java.lang.String className)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
updateWorkflowDefinitionLink
WorkflowDefinitionLink updateWorkflowDefinitionLink(long userId,
long companyId,
long groupId,
java.lang.String className,
java.lang.String workflowDefinitionName,
int workflowDefinitionVersion)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException