Class WorkflowDefinitionLinkLocalServiceWrapper
- All Implemented Interfaces:
BaseLocalService,CTService<WorkflowDefinitionLink>,PersistedModelLocalService,ServiceWrapper<WorkflowDefinitionLinkLocalService>,WorkflowDefinitionLinkLocalService
WorkflowDefinitionLinkLocalService.- Author:
- Brian Wing Shun Chan
- See Also:
- {$generated.description}
-
Constructor Summary
ConstructorsConstructorDescriptionWorkflowDefinitionLinkLocalServiceWrapper(WorkflowDefinitionLinkLocalService workflowDefinitionLinkLocalService) -
Method Summary
Modifier and TypeMethodDescriptionaddWorkflowDefinitionLink(long userId, long companyId, long groupId, String className, long classPK, long typePK, String workflowDefinitionName, int workflowDefinitionVersion) addWorkflowDefinitionLink(WorkflowDefinitionLink workflowDefinitionLink) Adds the workflow definition link to the database.createPersistedModel(Serializable primaryKeyObj) createWorkflowDefinitionLink(long workflowDefinitionLinkId) Creates a new workflow definition link with the primary key.deletePersistedModel(PersistedModel persistedModel) deleteWorkflowDefinitionLink(long workflowDefinitionLinkId) Deletes the workflow definition link with the primary key from the database.voiddeleteWorkflowDefinitionLink(long companyId, long groupId, String className, long classPK, long typePK) deleteWorkflowDefinitionLink(WorkflowDefinitionLink workflowDefinitionLink) Deletes the workflow definition link from the database.<T> TdslQuery(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery) intdslQueryCount(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery) <T> List<T>dynamicQuery(DynamicQuery dynamicQuery) Performs a dynamic query on the database and returns the matching rows.<T> List<T>dynamicQuery(DynamicQuery dynamicQuery, int start, int end) Performs a dynamic query on the database and returns a range of the matching rows.<T> List<T>dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator) Performs a dynamic query on the database and returns an ordered range of the matching rows.longdynamicQueryCount(DynamicQuery dynamicQuery) Returns the number of rows matching the dynamic query.longdynamicQueryCount(DynamicQuery dynamicQuery, Projection projection) Returns the number of rows matching the dynamic query.fetchDefaultWorkflowDefinitionLink(long companyId, String className, long classPK, long typePK) fetchWorkflowDefinitionLink(long workflowDefinitionLinkId) fetchWorkflowDefinitionLink(long companyId, long groupId, String className, long classPK, long typePK) fetchWorkflowDefinitionLink(long companyId, long groupId, String className, long classPK, long typePK, boolean strict) fetchWorkflowDefinitionLinkByExternalReferenceCode(String externalReferenceCode, long groupId) fetchWorkflowDefinitionLinkByUuidAndGroupId(String uuid, long groupId) Returns the workflow definition link matching the UUID and group.fetchWorkflowDefinitionLinks(long companyId, long groupId, String className, long classPK) getDefaultWorkflowDefinitionLink(long companyId, String className, long classPK, long typePK) getExportActionableDynamicQuery(PortletDataContext portletDataContext) Returns the OSGi service identifier.getPersistedModel(Serializable primaryKeyObj) getWorkflowDefinitionLink(long workflowDefinitionLinkId) Returns the workflow definition link with the primary key.getWorkflowDefinitionLink(long companyId, long groupId, String className, long classPK, long typePK) getWorkflowDefinitionLink(long companyId, long groupId, String className, long classPK, long typePK, boolean strict) getWorkflowDefinitionLinkByExternalReferenceCode(String externalReferenceCode, long groupId) getWorkflowDefinitionLinkByUuidAndGroupId(String uuid, long groupId) Returns the workflow definition link matching the UUID and group.getWorkflowDefinitionLinks(int start, int end) Returns a range of all the workflow definition links.getWorkflowDefinitionLinks(long companyId, long groupId, long classPK) getWorkflowDefinitionLinks(long companyId, long groupId, String className, long classPK) getWorkflowDefinitionLinks(long companyId, String workflowDefinitionName, int workflowDefinitionVersion) getWorkflowDefinitionLinksByUuidAndCompanyId(String uuid, long companyId) Returns all the workflow definition links matching the UUID and company.getWorkflowDefinitionLinksByUuidAndCompanyId(String uuid, long companyId, int start, int end, OrderByComparator<WorkflowDefinitionLink> orderByComparator) Returns a range of workflow definition links matching the UUID and company.intReturns the number of workflow definition links.intgetWorkflowDefinitionLinksCount(long companyId, long groupId, String className) intgetWorkflowDefinitionLinksCount(long companyId, String workflowDefinitionName, int workflowDefinitionVersion) booleanhasWorkflowDefinitionLink(long companyId, long groupId, String className) booleanhasWorkflowDefinitionLink(long companyId, long groupId, String className, long classPK) booleanhasWorkflowDefinitionLink(long companyId, long groupId, String className, long classPK, long typePK) voidsetWrappedService(WorkflowDefinitionLinkLocalService workflowDefinitionLinkLocalService) <R,E extends Throwable>
RupdateWithUnsafeFunction(com.liferay.petra.function.UnsafeFunction<CTPersistence<WorkflowDefinitionLink>, R, E> updateUnsafeFunction) voidupdateWorkflowDefinitionLink(long userId, long companyId, long groupId, String className, long classPK, long typePK, String workflowDefinition) updateWorkflowDefinitionLink(long userId, long companyId, long groupId, String className, long classPK, long typePK, String workflowDefinitionName, int workflowDefinitionVersion) updateWorkflowDefinitionLink(WorkflowDefinitionLink workflowDefinitionLink) Updates the workflow definition link in the database or adds it if it does not yet exist.updateWorkflowDefinitionLink(String externalReferenceCode, long userId, long companyId, long groupId, String className, long classPK, long typePK, String workflowDefinitionName, int workflowDefinitionVersion) voidupdateWorkflowDefinitionLinks(long userId, long companyId, long groupId, String className, long classPK, List<ObjectValuePair<Long, String>> workflowDefinitionOVPs) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.liferay.portal.kernel.service.PersistedModelLocalService
fetchPersistedModel
-
Constructor Details
-
WorkflowDefinitionLinkLocalServiceWrapper
public WorkflowDefinitionLinkLocalServiceWrapper() -
WorkflowDefinitionLinkLocalServiceWrapper
public WorkflowDefinitionLinkLocalServiceWrapper(WorkflowDefinitionLinkLocalService workflowDefinitionLinkLocalService)
-
-
Method Details
-
addWorkflowDefinitionLink
public WorkflowDefinitionLink addWorkflowDefinitionLink(long userId, long companyId, long groupId, String className, long classPK, long typePK, String workflowDefinitionName, int workflowDefinitionVersion) throws PortalException - Specified by:
addWorkflowDefinitionLinkin interfaceWorkflowDefinitionLinkLocalService- Throws:
PortalException
-
addWorkflowDefinitionLink
public WorkflowDefinitionLink addWorkflowDefinitionLink(WorkflowDefinitionLink workflowDefinitionLink) Adds the workflow definition link to the database. Also notifies the appropriate model listeners.Important: Inspect WorkflowDefinitionLinkLocalServiceImpl for overloaded versions of the method. If provided, use these entry points to the API, as the implementation logic may require the additional parameters defined there.
- Specified by:
addWorkflowDefinitionLinkin interfaceWorkflowDefinitionLinkLocalService- Parameters:
workflowDefinitionLink- the workflow definition link- Returns:
- the workflow definition link that was added
-
createPersistedModel
- Specified by:
createPersistedModelin interfacePersistedModelLocalService- Specified by:
createPersistedModelin interfaceWorkflowDefinitionLinkLocalService- Throws:
PortalExceptionPortalException
-
createWorkflowDefinitionLink
Creates a new workflow definition link with the primary key. Does not add the workflow definition link to the database.- Specified by:
createWorkflowDefinitionLinkin interfaceWorkflowDefinitionLinkLocalService- Parameters:
workflowDefinitionLinkId- the primary key for the new workflow definition link- Returns:
- the new workflow definition link
-
deletePersistedModel
- Specified by:
deletePersistedModelin interfacePersistedModelLocalService- Specified by:
deletePersistedModelin interfaceWorkflowDefinitionLinkLocalService- Throws:
PortalExceptionPortalException
-
deleteWorkflowDefinitionLink
public WorkflowDefinitionLink deleteWorkflowDefinitionLink(long workflowDefinitionLinkId) throws PortalException Deletes the workflow definition link with the primary key from the database. Also notifies the appropriate model listeners.Important: Inspect WorkflowDefinitionLinkLocalServiceImpl for overloaded versions of the method. If provided, use these entry points to the API, as the implementation logic may require the additional parameters defined there.
- Specified by:
deleteWorkflowDefinitionLinkin interfaceWorkflowDefinitionLinkLocalService- Parameters:
workflowDefinitionLinkId- the primary key of the workflow definition link- Returns:
- the workflow definition link that was removed
- Throws:
PortalException- if a workflow definition link with the primary key could not be foundPortalException
-
deleteWorkflowDefinitionLink
public void deleteWorkflowDefinitionLink(long companyId, long groupId, String className, long classPK, long typePK) - Specified by:
deleteWorkflowDefinitionLinkin interfaceWorkflowDefinitionLinkLocalService
-
deleteWorkflowDefinitionLink
public WorkflowDefinitionLink deleteWorkflowDefinitionLink(WorkflowDefinitionLink workflowDefinitionLink) Deletes the workflow definition link from the database. Also notifies the appropriate model listeners.Important: Inspect WorkflowDefinitionLinkLocalServiceImpl for overloaded versions of the method. If provided, use these entry points to the API, as the implementation logic may require the additional parameters defined there.
- Specified by:
deleteWorkflowDefinitionLinkin interfaceWorkflowDefinitionLinkLocalService- Parameters:
workflowDefinitionLink- the workflow definition link- Returns:
- the workflow definition link that was removed
-
dslQuery
public <T> T dslQuery(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery) - Specified by:
dslQueryin interfacePersistedModelLocalService- Specified by:
dslQueryin interfaceWorkflowDefinitionLinkLocalService
-
dslQueryCount
public int dslQueryCount(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery) - Specified by:
dslQueryCountin interfacePersistedModelLocalService- Specified by:
dslQueryCountin interfaceWorkflowDefinitionLinkLocalService
-
dynamicQuery
- Specified by:
dynamicQueryin interfaceWorkflowDefinitionLinkLocalService
-
dynamicQuery
Performs a dynamic query on the database and returns the matching rows.- Specified by:
dynamicQueryin interfaceWorkflowDefinitionLinkLocalService- Parameters:
dynamicQuery- the dynamic query- Returns:
- the matching rows
-
dynamicQuery
Performs a dynamic query on the database and returns a range of the matching rows.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtocom.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromcom.liferay.portal.model.impl.WorkflowDefinitionLinkModelImpl.- Specified by:
dynamicQueryin interfaceWorkflowDefinitionLinkLocalService- Parameters:
dynamicQuery- the dynamic querystart- the lower bound of the range of model instancesend- the upper bound of the range of model instances (not inclusive)- Returns:
- the range of matching rows
-
dynamicQuery
public <T> List<T> dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator) Performs a dynamic query on the database and returns an ordered range of the matching rows.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtocom.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromcom.liferay.portal.model.impl.WorkflowDefinitionLinkModelImpl.- Specified by:
dynamicQueryin interfaceWorkflowDefinitionLinkLocalService- Parameters:
dynamicQuery- 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 (optionallynull)- Returns:
- the ordered range of matching rows
-
dynamicQueryCount
Returns the number of rows matching the dynamic query.- Specified by:
dynamicQueryCountin interfaceWorkflowDefinitionLinkLocalService- Parameters:
dynamicQuery- the dynamic query- Returns:
- the number of rows matching the dynamic query
-
dynamicQueryCount
Returns the number of rows matching the dynamic query.- Specified by:
dynamicQueryCountin interfaceWorkflowDefinitionLinkLocalService- Parameters:
dynamicQuery- the dynamic queryprojection- the projection to apply to the query- Returns:
- the number of rows matching the dynamic query
-
fetchDefaultWorkflowDefinitionLink
public WorkflowDefinitionLink fetchDefaultWorkflowDefinitionLink(long companyId, String className, long classPK, long typePK) - Specified by:
fetchDefaultWorkflowDefinitionLinkin interfaceWorkflowDefinitionLinkLocalService
-
fetchWorkflowDefinitionLink
- Specified by:
fetchWorkflowDefinitionLinkin interfaceWorkflowDefinitionLinkLocalService
-
fetchWorkflowDefinitionLink
public WorkflowDefinitionLink fetchWorkflowDefinitionLink(long companyId, long groupId, String className, long classPK, long typePK) - Specified by:
fetchWorkflowDefinitionLinkin interfaceWorkflowDefinitionLinkLocalService
-
fetchWorkflowDefinitionLink
public WorkflowDefinitionLink fetchWorkflowDefinitionLink(long companyId, long groupId, String className, long classPK, long typePK, boolean strict) - Specified by:
fetchWorkflowDefinitionLinkin interfaceWorkflowDefinitionLinkLocalService
-
fetchWorkflowDefinitionLinkByExternalReferenceCode
public WorkflowDefinitionLink fetchWorkflowDefinitionLinkByExternalReferenceCode(String externalReferenceCode, long groupId) - Specified by:
fetchWorkflowDefinitionLinkByExternalReferenceCodein interfaceWorkflowDefinitionLinkLocalService
-
fetchWorkflowDefinitionLinkByUuidAndGroupId
public WorkflowDefinitionLink fetchWorkflowDefinitionLinkByUuidAndGroupId(String uuid, long groupId) Returns the workflow definition link matching the UUID and group.- Specified by:
fetchWorkflowDefinitionLinkByUuidAndGroupIdin interfaceWorkflowDefinitionLinkLocalService- Parameters:
uuid- the workflow definition link's UUIDgroupId- the primary key of the group- Returns:
- the matching workflow definition link, or
nullif a matching workflow definition link could not be found
-
fetchWorkflowDefinitionLinks
public List<WorkflowDefinitionLink> fetchWorkflowDefinitionLinks(long companyId, long groupId, String className, long classPK) - Specified by:
fetchWorkflowDefinitionLinksin interfaceWorkflowDefinitionLinkLocalService
-
getActionableDynamicQuery
- Specified by:
getActionableDynamicQueryin interfaceWorkflowDefinitionLinkLocalService
-
getDefaultWorkflowDefinitionLink
public WorkflowDefinitionLink getDefaultWorkflowDefinitionLink(long companyId, String className, long classPK, long typePK) throws PortalException - Specified by:
getDefaultWorkflowDefinitionLinkin interfaceWorkflowDefinitionLinkLocalService- Throws:
PortalException
-
getExportActionableDynamicQuery
public ExportActionableDynamicQuery getExportActionableDynamicQuery(PortletDataContext portletDataContext) - Specified by:
getExportActionableDynamicQueryin interfaceWorkflowDefinitionLinkLocalService
-
getIndexableActionableDynamicQuery
- Specified by:
getIndexableActionableDynamicQueryin interfaceWorkflowDefinitionLinkLocalService
-
getOSGiServiceIdentifier
Returns the OSGi service identifier.- Specified by:
getOSGiServiceIdentifierin interfaceWorkflowDefinitionLinkLocalService- Returns:
- the OSGi service identifier
-
getPersistedModel
- Specified by:
getPersistedModelin interfacePersistedModelLocalService- Specified by:
getPersistedModelin interfaceWorkflowDefinitionLinkLocalService- Throws:
PortalExceptionPortalException
-
getWorkflowDefinitionLink
public WorkflowDefinitionLink getWorkflowDefinitionLink(long workflowDefinitionLinkId) throws PortalException Returns the workflow definition link with the primary key.- Specified by:
getWorkflowDefinitionLinkin interfaceWorkflowDefinitionLinkLocalService- Parameters:
workflowDefinitionLinkId- the primary key of the workflow definition link- Returns:
- the workflow definition link
- Throws:
PortalException- if a workflow definition link with the primary key could not be foundPortalException
-
getWorkflowDefinitionLink
public WorkflowDefinitionLink getWorkflowDefinitionLink(long companyId, long groupId, String className, long classPK, long typePK) throws PortalException - Specified by:
getWorkflowDefinitionLinkin interfaceWorkflowDefinitionLinkLocalService- Throws:
PortalException
-
getWorkflowDefinitionLink
public WorkflowDefinitionLink getWorkflowDefinitionLink(long companyId, long groupId, String className, long classPK, long typePK, boolean strict) throws PortalException - Specified by:
getWorkflowDefinitionLinkin interfaceWorkflowDefinitionLinkLocalService- Throws:
PortalException
-
getWorkflowDefinitionLinkByExternalReferenceCode
public WorkflowDefinitionLink getWorkflowDefinitionLinkByExternalReferenceCode(String externalReferenceCode, long groupId) throws PortalException - Specified by:
getWorkflowDefinitionLinkByExternalReferenceCodein interfaceWorkflowDefinitionLinkLocalService- Throws:
PortalException
-
getWorkflowDefinitionLinkByUuidAndGroupId
public WorkflowDefinitionLink getWorkflowDefinitionLinkByUuidAndGroupId(String uuid, long groupId) throws PortalException Returns the workflow definition link matching the UUID and group.- Specified by:
getWorkflowDefinitionLinkByUuidAndGroupIdin interfaceWorkflowDefinitionLinkLocalService- Parameters:
uuid- the workflow definition link's UUIDgroupId- the primary key of the group- Returns:
- the matching workflow definition link
- Throws:
PortalException- if a matching workflow definition link could not be foundPortalException
-
getWorkflowDefinitionLinks
Returns a range of all the workflow definition links.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtocom.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromcom.liferay.portal.model.impl.WorkflowDefinitionLinkModelImpl.- Specified by:
getWorkflowDefinitionLinksin interfaceWorkflowDefinitionLinkLocalService- Parameters:
start- the lower bound of the range of workflow definition linksend- the upper bound of the range of workflow definition links (not inclusive)- Returns:
- the range of workflow definition links
-
getWorkflowDefinitionLinks
public List<WorkflowDefinitionLink> getWorkflowDefinitionLinks(long companyId, long groupId, long classPK) throws PortalException - Specified by:
getWorkflowDefinitionLinksin interfaceWorkflowDefinitionLinkLocalService- Throws:
PortalException
-
getWorkflowDefinitionLinks
public List<WorkflowDefinitionLink> getWorkflowDefinitionLinks(long companyId, long groupId, String className, long classPK) throws PortalException - Specified by:
getWorkflowDefinitionLinksin interfaceWorkflowDefinitionLinkLocalService- Throws:
PortalException
-
getWorkflowDefinitionLinks
public List<WorkflowDefinitionLink> getWorkflowDefinitionLinks(long companyId, String workflowDefinitionName, int workflowDefinitionVersion) throws PortalException - Specified by:
getWorkflowDefinitionLinksin interfaceWorkflowDefinitionLinkLocalService- Throws:
PortalException
-
getWorkflowDefinitionLinksByUuidAndCompanyId
public List<WorkflowDefinitionLink> getWorkflowDefinitionLinksByUuidAndCompanyId(String uuid, long companyId) Returns all the workflow definition links matching the UUID and company.- Specified by:
getWorkflowDefinitionLinksByUuidAndCompanyIdin interfaceWorkflowDefinitionLinkLocalService- Parameters:
uuid- the UUID of the workflow definition linkscompanyId- the primary key of the company- Returns:
- the matching workflow definition links, or an empty list if no matches were found
-
getWorkflowDefinitionLinksByUuidAndCompanyId
public List<WorkflowDefinitionLink> getWorkflowDefinitionLinksByUuidAndCompanyId(String uuid, long companyId, int start, int end, OrderByComparator<WorkflowDefinitionLink> orderByComparator) Returns a range of workflow definition links matching the UUID and company.- Specified by:
getWorkflowDefinitionLinksByUuidAndCompanyIdin interfaceWorkflowDefinitionLinkLocalService- Parameters:
uuid- the UUID of the workflow definition linkscompanyId- the primary key of the companystart- the lower bound of the range of workflow definition linksend- the upper bound of the range of workflow definition links (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)- Returns:
- the range of matching workflow definition links, or an empty list if no matches were found
-
getWorkflowDefinitionLinksCount
public int getWorkflowDefinitionLinksCount()Returns the number of workflow definition links.- Specified by:
getWorkflowDefinitionLinksCountin interfaceWorkflowDefinitionLinkLocalService- Returns:
- the number of workflow definition links
-
getWorkflowDefinitionLinksCount
- Specified by:
getWorkflowDefinitionLinksCountin interfaceWorkflowDefinitionLinkLocalService
-
getWorkflowDefinitionLinksCount
public int getWorkflowDefinitionLinksCount(long companyId, String workflowDefinitionName, int workflowDefinitionVersion) - Specified by:
getWorkflowDefinitionLinksCountin interfaceWorkflowDefinitionLinkLocalService
-
hasWorkflowDefinitionLink
- Specified by:
hasWorkflowDefinitionLinkin interfaceWorkflowDefinitionLinkLocalService
-
hasWorkflowDefinitionLink
public boolean hasWorkflowDefinitionLink(long companyId, long groupId, String className, long classPK) - Specified by:
hasWorkflowDefinitionLinkin interfaceWorkflowDefinitionLinkLocalService
-
hasWorkflowDefinitionLink
public boolean hasWorkflowDefinitionLink(long companyId, long groupId, String className, long classPK, long typePK) - Specified by:
hasWorkflowDefinitionLinkin interfaceWorkflowDefinitionLinkLocalService
-
updateWorkflowDefinitionLink
public void updateWorkflowDefinitionLink(long userId, long companyId, long groupId, String className, long classPK, long typePK, String workflowDefinition) throws PortalException - Specified by:
updateWorkflowDefinitionLinkin interfaceWorkflowDefinitionLinkLocalService- Throws:
PortalException
-
updateWorkflowDefinitionLink
public WorkflowDefinitionLink updateWorkflowDefinitionLink(long userId, long companyId, long groupId, String className, long classPK, long typePK, String workflowDefinitionName, int workflowDefinitionVersion) throws PortalException - Specified by:
updateWorkflowDefinitionLinkin interfaceWorkflowDefinitionLinkLocalService- Throws:
PortalException
-
updateWorkflowDefinitionLink
public WorkflowDefinitionLink updateWorkflowDefinitionLink(String externalReferenceCode, long userId, long companyId, long groupId, String className, long classPK, long typePK, String workflowDefinitionName, int workflowDefinitionVersion) throws PortalException - Specified by:
updateWorkflowDefinitionLinkin interfaceWorkflowDefinitionLinkLocalService- Throws:
PortalException
-
updateWorkflowDefinitionLink
public WorkflowDefinitionLink updateWorkflowDefinitionLink(WorkflowDefinitionLink workflowDefinitionLink) Updates the workflow definition link in the database or adds it if it does not yet exist. Also notifies the appropriate model listeners.Important: Inspect WorkflowDefinitionLinkLocalServiceImpl for overloaded versions of the method. If provided, use these entry points to the API, as the implementation logic may require the additional parameters defined there.
- Specified by:
updateWorkflowDefinitionLinkin interfaceWorkflowDefinitionLinkLocalService- Parameters:
workflowDefinitionLink- the workflow definition link- Returns:
- the workflow definition link that was updated
-
updateWorkflowDefinitionLinks
public void updateWorkflowDefinitionLinks(long userId, long companyId, long groupId, String className, long classPK, List<ObjectValuePair<Long, String>> workflowDefinitionOVPs) throws PortalException- Specified by:
updateWorkflowDefinitionLinksin interfaceWorkflowDefinitionLinkLocalService- Throws:
PortalException
-
getBasePersistence
- Specified by:
getBasePersistencein interfacePersistedModelLocalService
-
getCTPersistence
- Specified by:
getCTPersistencein interfaceCTService<WorkflowDefinitionLink>- Specified by:
getCTPersistencein interfaceWorkflowDefinitionLinkLocalService
-
getModelClass
- Specified by:
getModelClassin interfaceCTService<WorkflowDefinitionLink>- Specified by:
getModelClassin interfaceWorkflowDefinitionLinkLocalService
-
updateWithUnsafeFunction
public <R,E extends Throwable> R updateWithUnsafeFunction(com.liferay.petra.function.UnsafeFunction<CTPersistence<WorkflowDefinitionLink>, R, throws EE> updateUnsafeFunction) - Specified by:
updateWithUnsafeFunctionin interfaceCTService<WorkflowDefinitionLink>- Specified by:
updateWithUnsafeFunctionin interfaceWorkflowDefinitionLinkLocalService- Throws:
E extends Throwable
-
getWrappedService
- Specified by:
getWrappedServicein interfaceServiceWrapper<WorkflowDefinitionLinkLocalService>
-
setWrappedService
public void setWrappedService(WorkflowDefinitionLinkLocalService workflowDefinitionLinkLocalService) - Specified by:
setWrappedServicein interfaceServiceWrapper<WorkflowDefinitionLinkLocalService>
-