@ProviderType public class WorkflowDefinitionLinkLocalServiceWrapper extends java.lang.Object implements WorkflowDefinitionLinkLocalService, ServiceWrapper<WorkflowDefinitionLinkLocalService>
WorkflowDefinitionLinkLocalService.WorkflowDefinitionLinkLocalService| Constructor and Description |
|---|
WorkflowDefinitionLinkLocalServiceWrapper(WorkflowDefinitionLinkLocalService workflowDefinitionLinkLocalService) |
| Modifier and Type | Method and Description |
|---|---|
WorkflowDefinitionLink |
addWorkflowDefinitionLink(long userId,
long companyId,
long groupId,
java.lang.String className,
long classPK,
long typePK,
java.lang.String workflowDefinitionName,
int workflowDefinitionVersion) |
WorkflowDefinitionLink |
addWorkflowDefinitionLink(WorkflowDefinitionLink workflowDefinitionLink)
Adds the workflow definition link to the database.
|
WorkflowDefinitionLink |
createWorkflowDefinitionLink(long workflowDefinitionLinkId)
Creates a new workflow definition link with the primary key.
|
WorkflowDefinitionLink |
deleteWorkflowDefinitionLink(long workflowDefinitionLinkId)
Deletes the workflow definition link with the primary key from the database.
|
void |
deleteWorkflowDefinitionLink(long companyId,
long groupId,
java.lang.String className,
long classPK,
long typePK) |
WorkflowDefinitionLink |
deleteWorkflowDefinitionLink(WorkflowDefinitionLink workflowDefinitionLink)
Deletes the workflow definition link from the database.
|
DynamicQuery |
dynamicQuery() |
java.util.List |
dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows.
|
java.util.List |
dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows.
|
java.util.List |
dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows.
|
long |
dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query.
|
long |
dynamicQueryCount(DynamicQuery dynamicQuery,
Projection projection)
Returns the number of rows that match the dynamic query.
|
WorkflowDefinitionLink |
fetchDefaultWorkflowDefinitionLink(long companyId,
java.lang.String className,
long classPK,
long typePK) |
WorkflowDefinitionLink |
fetchWorkflowDefinitionLink(long workflowDefinitionLinkId) |
WorkflowDefinitionLink |
fetchWorkflowDefinitionLink(long companyId,
long groupId,
java.lang.String className,
long classPK,
long typePK) |
WorkflowDefinitionLink |
fetchWorkflowDefinitionLink(long companyId,
long groupId,
java.lang.String className,
long classPK,
long typePK,
boolean strict) |
java.lang.String |
getBeanIdentifier()
Returns the Spring bean ID for this bean.
|
WorkflowDefinitionLink |
getDefaultWorkflowDefinitionLink(long companyId,
java.lang.String className,
long classPK,
long typePK) |
PersistedModel |
getPersistedModel(java.io.Serializable primaryKeyObj) |
WorkflowDefinitionLink |
getWorkflowDefinitionLink(long workflowDefinitionLinkId)
Returns the workflow definition link with the primary key.
|
WorkflowDefinitionLink |
getWorkflowDefinitionLink(long companyId,
long groupId,
java.lang.String className,
long classPK,
long typePK) |
WorkflowDefinitionLink |
getWorkflowDefinitionLink(long companyId,
long groupId,
java.lang.String className,
long classPK,
long typePK,
boolean strict) |
java.util.List<WorkflowDefinitionLink> |
getWorkflowDefinitionLinks(int start,
int end)
Returns a range of all the workflow definition links.
|
int |
getWorkflowDefinitionLinksCount()
Returns the number of workflow definition links.
|
int |
getWorkflowDefinitionLinksCount(long companyId,
java.lang.String workflowDefinitionName,
int workflowDefinitionVersion) |
WorkflowDefinitionLinkLocalService |
getWrappedService() |
WorkflowDefinitionLinkLocalService |
getWrappedWorkflowDefinitionLinkLocalService()
Deprecated.
As of 6.1.0, replaced by
getWrappedService() |
boolean |
hasWorkflowDefinitionLink(long companyId,
long groupId,
java.lang.String className) |
boolean |
hasWorkflowDefinitionLink(long companyId,
long groupId,
java.lang.String className,
long classPK) |
boolean |
hasWorkflowDefinitionLink(long companyId,
long groupId,
java.lang.String className,
long classPK,
long typePK) |
void |
setBeanIdentifier(java.lang.String beanIdentifier)
Sets the Spring bean ID for this bean.
|
void |
setWrappedService(WorkflowDefinitionLinkLocalService workflowDefinitionLinkLocalService) |
void |
setWrappedWorkflowDefinitionLinkLocalService(WorkflowDefinitionLinkLocalService workflowDefinitionLinkLocalService)
Deprecated.
As of 6.1.0, replaced by
setWrappedService(com.liferay.portal.service.WorkflowDefinitionLinkLocalService) |
void |
updateWorkflowDefinitionLink(long userId,
long companyId,
long groupId,
java.lang.String className,
long classPK,
long typePK,
java.lang.String workflowDefinition) |
WorkflowDefinitionLink |
updateWorkflowDefinitionLink(long userId,
long companyId,
long groupId,
java.lang.String className,
long classPK,
long typePK,
java.lang.String workflowDefinitionName,
int workflowDefinitionVersion) |
WorkflowDefinitionLink |
updateWorkflowDefinitionLink(WorkflowDefinitionLink workflowDefinitionLink)
Updates the workflow definition link in the database or adds it if it does not yet exist.
|
void |
updateWorkflowDefinitionLinks(long userId,
long companyId,
long groupId,
java.lang.String className,
long classPK,
java.util.List<ObjectValuePair<java.lang.Long,java.lang.String>> workflowDefinitionOVPs) |
public WorkflowDefinitionLinkLocalServiceWrapper(WorkflowDefinitionLinkLocalService workflowDefinitionLinkLocalService)
public WorkflowDefinitionLink addWorkflowDefinitionLink(WorkflowDefinitionLink workflowDefinitionLink) throws SystemException
addWorkflowDefinitionLink in interface WorkflowDefinitionLinkLocalServiceworkflowDefinitionLink - the workflow definition linkSystemException - if a system exception occurredpublic WorkflowDefinitionLink createWorkflowDefinitionLink(long workflowDefinitionLinkId)
createWorkflowDefinitionLink in interface WorkflowDefinitionLinkLocalServiceworkflowDefinitionLinkId - the primary key for the new workflow definition linkpublic WorkflowDefinitionLink deleteWorkflowDefinitionLink(long workflowDefinitionLinkId) throws PortalException, SystemException
deleteWorkflowDefinitionLink in interface WorkflowDefinitionLinkLocalServiceworkflowDefinitionLinkId - the primary key of the workflow definition linkPortalException - if a workflow definition link with the primary key could not be foundSystemException - if a system exception occurredpublic WorkflowDefinitionLink deleteWorkflowDefinitionLink(WorkflowDefinitionLink workflowDefinitionLink) throws SystemException
deleteWorkflowDefinitionLink in interface WorkflowDefinitionLinkLocalServiceworkflowDefinitionLink - the workflow definition linkSystemException - if a system exception occurredpublic DynamicQuery dynamicQuery()
dynamicQuery in interface WorkflowDefinitionLinkLocalServicepublic java.util.List dynamicQuery(DynamicQuery dynamicQuery) throws SystemException
dynamicQuery in interface WorkflowDefinitionLinkLocalServicedynamicQuery - the dynamic querySystemException - if a system exception occurredpublic java.util.List dynamicQuery(DynamicQuery dynamicQuery, int start, int end) throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from WorkflowDefinitionLinkModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
dynamicQuery in interface WorkflowDefinitionLinkLocalServicedynamicQuery - the dynamic querystart - the lower bound of the range of model instancesend - the upper bound of the range of model instances (not inclusive)SystemException - if a system exception occurredpublic java.util.List dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator) throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from WorkflowDefinitionLinkModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
dynamicQuery in interface WorkflowDefinitionLinkLocalServicedynamicQuery - the dynamic querystart - the lower bound of the range of model instancesend - the upper bound of the range of model instances (not inclusive)orderByComparator - the comparator to order the results by (optionally null)SystemException - if a system exception occurredpublic long dynamicQueryCount(DynamicQuery dynamicQuery) throws SystemException
dynamicQueryCount in interface WorkflowDefinitionLinkLocalServicedynamicQuery - the dynamic querySystemException - if a system exception occurredpublic long dynamicQueryCount(DynamicQuery dynamicQuery, Projection projection) throws SystemException
dynamicQueryCount in interface WorkflowDefinitionLinkLocalServicedynamicQuery - the dynamic queryprojection - the projection to apply to the querySystemException - if a system exception occurredpublic WorkflowDefinitionLink fetchWorkflowDefinitionLink(long workflowDefinitionLinkId) throws SystemException
fetchWorkflowDefinitionLink in interface WorkflowDefinitionLinkLocalServiceSystemExceptionpublic WorkflowDefinitionLink getWorkflowDefinitionLink(long workflowDefinitionLinkId) throws PortalException, SystemException
getWorkflowDefinitionLink in interface WorkflowDefinitionLinkLocalServiceworkflowDefinitionLinkId - the primary key of the workflow definition linkPortalException - if a workflow definition link with the primary key could not be foundSystemException - if a system exception occurredpublic PersistedModel getPersistedModel(java.io.Serializable primaryKeyObj) throws PortalException, SystemException
getPersistedModel in interface PersistedModelLocalServicegetPersistedModel in interface WorkflowDefinitionLinkLocalServicePortalExceptionSystemExceptionpublic java.util.List<WorkflowDefinitionLink> getWorkflowDefinitionLinks(int start, int end) throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from WorkflowDefinitionLinkModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
getWorkflowDefinitionLinks in interface WorkflowDefinitionLinkLocalServicestart - the lower bound of the range of workflow definition linksend - the upper bound of the range of workflow definition links (not inclusive)SystemException - if a system exception occurredpublic int getWorkflowDefinitionLinksCount()
throws SystemException
getWorkflowDefinitionLinksCount in interface WorkflowDefinitionLinkLocalServiceSystemException - if a system exception occurredpublic WorkflowDefinitionLink updateWorkflowDefinitionLink(WorkflowDefinitionLink workflowDefinitionLink) throws SystemException
updateWorkflowDefinitionLink in interface WorkflowDefinitionLinkLocalServiceworkflowDefinitionLink - the workflow definition linkSystemException - if a system exception occurredpublic java.lang.String getBeanIdentifier()
getBeanIdentifier in interface WorkflowDefinitionLinkLocalServicepublic void setBeanIdentifier(java.lang.String beanIdentifier)
setBeanIdentifier in interface WorkflowDefinitionLinkLocalServicebeanIdentifier - the Spring bean ID for this beanpublic WorkflowDefinitionLink addWorkflowDefinitionLink(long userId, long companyId, long groupId, java.lang.String className, long classPK, long typePK, java.lang.String workflowDefinitionName, int workflowDefinitionVersion) throws PortalException, SystemException
addWorkflowDefinitionLink in interface WorkflowDefinitionLinkLocalServicePortalExceptionSystemExceptionpublic void deleteWorkflowDefinitionLink(long companyId,
long groupId,
java.lang.String className,
long classPK,
long typePK)
throws PortalException,
SystemException
deleteWorkflowDefinitionLink in interface WorkflowDefinitionLinkLocalServicePortalExceptionSystemExceptionpublic WorkflowDefinitionLink fetchDefaultWorkflowDefinitionLink(long companyId, java.lang.String className, long classPK, long typePK) throws SystemException
fetchDefaultWorkflowDefinitionLink in interface WorkflowDefinitionLinkLocalServiceSystemExceptionpublic WorkflowDefinitionLink fetchWorkflowDefinitionLink(long companyId, long groupId, java.lang.String className, long classPK, long typePK) throws PortalException, SystemException
fetchWorkflowDefinitionLink in interface WorkflowDefinitionLinkLocalServicePortalExceptionSystemExceptionpublic WorkflowDefinitionLink fetchWorkflowDefinitionLink(long companyId, long groupId, java.lang.String className, long classPK, long typePK, boolean strict) throws PortalException, SystemException
fetchWorkflowDefinitionLink in interface WorkflowDefinitionLinkLocalServicePortalExceptionSystemExceptionpublic WorkflowDefinitionLink getDefaultWorkflowDefinitionLink(long companyId, java.lang.String className, long classPK, long typePK) throws PortalException, SystemException
getDefaultWorkflowDefinitionLink in interface WorkflowDefinitionLinkLocalServicePortalExceptionSystemExceptionpublic WorkflowDefinitionLink getWorkflowDefinitionLink(long companyId, long groupId, java.lang.String className, long classPK, long typePK) throws PortalException, SystemException
getWorkflowDefinitionLink in interface WorkflowDefinitionLinkLocalServicePortalExceptionSystemExceptionpublic WorkflowDefinitionLink getWorkflowDefinitionLink(long companyId, long groupId, java.lang.String className, long classPK, long typePK, boolean strict) throws PortalException, SystemException
getWorkflowDefinitionLink in interface WorkflowDefinitionLinkLocalServicePortalExceptionSystemExceptionpublic int getWorkflowDefinitionLinksCount(long companyId,
java.lang.String workflowDefinitionName,
int workflowDefinitionVersion)
throws SystemException
getWorkflowDefinitionLinksCount in interface WorkflowDefinitionLinkLocalServiceSystemExceptionpublic boolean hasWorkflowDefinitionLink(long companyId,
long groupId,
java.lang.String className)
throws PortalException,
SystemException
hasWorkflowDefinitionLink in interface WorkflowDefinitionLinkLocalServicePortalExceptionSystemExceptionpublic boolean hasWorkflowDefinitionLink(long companyId,
long groupId,
java.lang.String className,
long classPK)
throws PortalException,
SystemException
hasWorkflowDefinitionLink in interface WorkflowDefinitionLinkLocalServicePortalExceptionSystemExceptionpublic boolean hasWorkflowDefinitionLink(long companyId,
long groupId,
java.lang.String className,
long classPK,
long typePK)
throws PortalException,
SystemException
hasWorkflowDefinitionLink in interface WorkflowDefinitionLinkLocalServicePortalExceptionSystemExceptionpublic void updateWorkflowDefinitionLink(long userId,
long companyId,
long groupId,
java.lang.String className,
long classPK,
long typePK,
java.lang.String workflowDefinition)
throws PortalException,
SystemException
updateWorkflowDefinitionLink in interface WorkflowDefinitionLinkLocalServicePortalExceptionSystemExceptionpublic WorkflowDefinitionLink updateWorkflowDefinitionLink(long userId, long companyId, long groupId, java.lang.String className, long classPK, long typePK, java.lang.String workflowDefinitionName, int workflowDefinitionVersion) throws PortalException, SystemException
updateWorkflowDefinitionLink in interface WorkflowDefinitionLinkLocalServicePortalExceptionSystemExceptionpublic void updateWorkflowDefinitionLinks(long userId,
long companyId,
long groupId,
java.lang.String className,
long classPK,
java.util.List<ObjectValuePair<java.lang.Long,java.lang.String>> workflowDefinitionOVPs)
throws PortalException,
SystemException
updateWorkflowDefinitionLinks in interface WorkflowDefinitionLinkLocalServicePortalExceptionSystemExceptionpublic WorkflowDefinitionLinkLocalService getWrappedWorkflowDefinitionLinkLocalService()
getWrappedService()public void setWrappedWorkflowDefinitionLinkLocalService(WorkflowDefinitionLinkLocalService workflowDefinitionLinkLocalService)
setWrappedService(com.liferay.portal.service.WorkflowDefinitionLinkLocalService)public WorkflowDefinitionLinkLocalService getWrappedService()
getWrappedService in interface ServiceWrapper<WorkflowDefinitionLinkLocalService>public void setWrappedService(WorkflowDefinitionLinkLocalService workflowDefinitionLinkLocalService)
setWrappedService in interface ServiceWrapper<WorkflowDefinitionLinkLocalService>