|
Liferay 6.0.4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
@Transactional(isolation=PORTAL,
rollbackFor={PortalException.class,SystemException.class})
public interface WorkflowDefinitionLinkLocalService
This interface defines the service. The default implementation is
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.
WorkflowDefinitionLinkLocalServiceUtil| Method Detail |
|---|
WorkflowDefinitionLink addWorkflowDefinitionLink(WorkflowDefinitionLink workflowDefinitionLink)
throws SystemException
SystemExceptionWorkflowDefinitionLink createWorkflowDefinitionLink(long workflowDefinitionLinkId)
void deleteWorkflowDefinitionLink(long workflowDefinitionLinkId)
throws PortalException,
SystemException
PortalException
SystemException
void deleteWorkflowDefinitionLink(WorkflowDefinitionLink workflowDefinitionLink)
throws SystemException
SystemException
List dynamicQuery(DynamicQuery dynamicQuery)
throws SystemException
SystemException
List dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
throws SystemException
SystemException
List dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
SystemException
long dynamicQueryCount(DynamicQuery dynamicQuery)
throws SystemException
SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
WorkflowDefinitionLink getWorkflowDefinitionLink(long workflowDefinitionLinkId)
throws PortalException,
SystemException
PortalException
SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
List<WorkflowDefinitionLink> getWorkflowDefinitionLinks(int start,
int end)
throws SystemException
SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
int getWorkflowDefinitionLinksCount()
throws SystemException
SystemException
WorkflowDefinitionLink updateWorkflowDefinitionLink(WorkflowDefinitionLink workflowDefinitionLink)
throws SystemException
SystemException
WorkflowDefinitionLink updateWorkflowDefinitionLink(WorkflowDefinitionLink workflowDefinitionLink,
boolean merge)
throws SystemException
SystemException
WorkflowDefinitionLink addWorkflowDefinitionLink(long userId,
long companyId,
long groupId,
String className,
String workflowDefinitionName,
int workflowDefinitionVersion)
throws PortalException,
SystemException
PortalException
SystemException
void deleteWorkflowDefinitionLink(long companyId,
long groupId,
String className)
throws PortalException,
SystemException
PortalException
SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
WorkflowDefinitionLink getDefaultWorkflowDefinitionLink(long companyId,
String className)
throws PortalException,
SystemException
PortalException
SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
WorkflowDefinitionLink getWorkflowDefinitionLink(long companyId,
long groupId,
String className)
throws PortalException,
SystemException
PortalException
SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
WorkflowDefinitionLink getWorkflowDefinitionLink(long companyId,
long groupId,
String className,
boolean strict)
throws PortalException,
SystemException
PortalException
SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
int getWorkflowDefinitionLinksCount(long companyId,
String workflowDefinitionName,
int workflowDefinitionVersion)
throws SystemException
SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
boolean hasWorkflowDefinitionLink(long companyId,
long groupId,
String className)
throws PortalException,
SystemException
PortalException
SystemException
WorkflowDefinitionLink updateWorkflowDefinitionLink(long userId,
long companyId,
long groupId,
String className,
String workflowDefinitionName,
int workflowDefinitionVersion)
throws PortalException,
SystemException
PortalException
SystemException
|
Liferay 6.0.4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||