|
Liferay 6.0-ee | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of WorkflowInstanceLink in com.liferay.portal.model |
---|
Classes in com.liferay.portal.model that implement WorkflowInstanceLink | |
---|---|
class |
WorkflowInstanceLinkWrapper
This class is a wrapper for WorkflowInstanceLink . |
Methods in com.liferay.portal.model that return WorkflowInstanceLink | |
---|---|
WorkflowInstanceLink |
WorkflowInstanceLinkWrapper.getWrappedWorkflowInstanceLink()
|
WorkflowInstanceLink |
WorkflowInstanceLinkWrapper.toEscapedModel()
|
WorkflowInstanceLink |
WorkflowInstanceLinkModel.toEscapedModel()
|
Methods in com.liferay.portal.model with parameters of type WorkflowInstanceLink | |
---|---|
int |
WorkflowInstanceLinkWrapper.compareTo(WorkflowInstanceLink workflowInstanceLink)
|
int |
WorkflowInstanceLinkModel.compareTo(WorkflowInstanceLink workflowInstanceLink)
|
Constructors in com.liferay.portal.model with parameters of type WorkflowInstanceLink | |
---|---|
WorkflowInstanceLinkWrapper(WorkflowInstanceLink workflowInstanceLink)
|
Uses of WorkflowInstanceLink in com.liferay.portal.model.impl |
---|
Classes in com.liferay.portal.model.impl that implement WorkflowInstanceLink | |
---|---|
class |
WorkflowInstanceLinkImpl
|
Methods in com.liferay.portal.model.impl that return WorkflowInstanceLink | |
---|---|
WorkflowInstanceLink |
WorkflowInstanceLinkModelImpl.toEscapedModel()
|
Methods in com.liferay.portal.model.impl with parameters of type WorkflowInstanceLink | |
---|---|
int |
WorkflowInstanceLinkModelImpl.compareTo(WorkflowInstanceLink workflowInstanceLink)
|
Uses of WorkflowInstanceLink in com.liferay.portal.service |
---|
Methods in com.liferay.portal.service that return WorkflowInstanceLink | |
---|---|
WorkflowInstanceLink |
WorkflowInstanceLinkLocalServiceWrapper.addWorkflowInstanceLink(long userId,
long companyId,
long groupId,
String className,
long classPK,
long workflowInstanceId)
|
static WorkflowInstanceLink |
WorkflowInstanceLinkLocalServiceUtil.addWorkflowInstanceLink(long userId,
long companyId,
long groupId,
String className,
long classPK,
long workflowInstanceId)
|
WorkflowInstanceLink |
WorkflowInstanceLinkLocalService.addWorkflowInstanceLink(long userId,
long companyId,
long groupId,
String className,
long classPK,
long workflowInstanceId)
|
WorkflowInstanceLink |
WorkflowInstanceLinkLocalServiceWrapper.addWorkflowInstanceLink(WorkflowInstanceLink workflowInstanceLink)
Adds the workflow instance link to the database. |
static WorkflowInstanceLink |
WorkflowInstanceLinkLocalServiceUtil.addWorkflowInstanceLink(WorkflowInstanceLink workflowInstanceLink)
Adds the workflow instance link to the database. |
WorkflowInstanceLink |
WorkflowInstanceLinkLocalService.addWorkflowInstanceLink(WorkflowInstanceLink workflowInstanceLink)
Adds the workflow instance link to the database. |
WorkflowInstanceLink |
WorkflowInstanceLinkLocalServiceWrapper.createWorkflowInstanceLink(long workflowInstanceLinkId)
Creates a new workflow instance link with the primary key. |
static WorkflowInstanceLink |
WorkflowInstanceLinkLocalServiceUtil.createWorkflowInstanceLink(long workflowInstanceLinkId)
Creates a new workflow instance link with the primary key. |
WorkflowInstanceLink |
WorkflowInstanceLinkLocalService.createWorkflowInstanceLink(long workflowInstanceLinkId)
Creates a new workflow instance link with the primary key. |
WorkflowInstanceLink |
WorkflowInstanceLinkLocalServiceWrapper.getWorkflowInstanceLink(long workflowInstanceLinkId)
Gets the workflow instance link with the primary key. |
static WorkflowInstanceLink |
WorkflowInstanceLinkLocalServiceUtil.getWorkflowInstanceLink(long workflowInstanceLinkId)
Gets the workflow instance link with the primary key. |
WorkflowInstanceLink |
WorkflowInstanceLinkLocalService.getWorkflowInstanceLink(long workflowInstanceLinkId)
Gets the workflow instance link with the primary key. |
WorkflowInstanceLink |
WorkflowInstanceLinkLocalServiceWrapper.getWorkflowInstanceLink(long companyId,
long groupId,
String className,
long classPK)
|
static WorkflowInstanceLink |
WorkflowInstanceLinkLocalServiceUtil.getWorkflowInstanceLink(long companyId,
long groupId,
String className,
long classPK)
|
WorkflowInstanceLink |
WorkflowInstanceLinkLocalService.getWorkflowInstanceLink(long companyId,
long groupId,
String className,
long classPK)
|
WorkflowInstanceLink |
WorkflowInstanceLinkLocalServiceWrapper.updateWorkflowInstanceLink(WorkflowInstanceLink workflowInstanceLink)
Updates the workflow instance link in the database. |
static WorkflowInstanceLink |
WorkflowInstanceLinkLocalServiceUtil.updateWorkflowInstanceLink(WorkflowInstanceLink workflowInstanceLink)
Updates the workflow instance link in the database. |
WorkflowInstanceLink |
WorkflowInstanceLinkLocalService.updateWorkflowInstanceLink(WorkflowInstanceLink workflowInstanceLink)
Updates the workflow instance link in the database. |
WorkflowInstanceLink |
WorkflowInstanceLinkLocalServiceWrapper.updateWorkflowInstanceLink(WorkflowInstanceLink workflowInstanceLink,
boolean merge)
Updates the workflow instance link in the database. |
static WorkflowInstanceLink |
WorkflowInstanceLinkLocalServiceUtil.updateWorkflowInstanceLink(WorkflowInstanceLink workflowInstanceLink,
boolean merge)
Updates the workflow instance link in the database. |
WorkflowInstanceLink |
WorkflowInstanceLinkLocalService.updateWorkflowInstanceLink(WorkflowInstanceLink workflowInstanceLink,
boolean merge)
Updates the workflow instance link in the database. |
Methods in com.liferay.portal.service that return types with arguments of type WorkflowInstanceLink | |
---|---|
List<WorkflowInstanceLink> |
WorkflowInstanceLinkLocalServiceWrapper.getWorkflowInstanceLinks(int start,
int end)
Gets a range of all the workflow instance links. |
static List<WorkflowInstanceLink> |
WorkflowInstanceLinkLocalServiceUtil.getWorkflowInstanceLinks(int start,
int end)
Gets a range of all the workflow instance links. |
List<WorkflowInstanceLink> |
WorkflowInstanceLinkLocalService.getWorkflowInstanceLinks(int start,
int end)
Gets a range of all the workflow instance links. |
List<WorkflowInstanceLink> |
WorkflowInstanceLinkLocalServiceWrapper.getWorkflowInstanceLinks(long companyId,
long groupId,
String className,
long classPK)
|
static List<WorkflowInstanceLink> |
WorkflowInstanceLinkLocalServiceUtil.getWorkflowInstanceLinks(long companyId,
long groupId,
String className,
long classPK)
|
List<WorkflowInstanceLink> |
WorkflowInstanceLinkLocalService.getWorkflowInstanceLinks(long companyId,
long groupId,
String className,
long classPK)
|
Methods in com.liferay.portal.service with parameters of type WorkflowInstanceLink | |
---|---|
WorkflowInstanceLink |
WorkflowInstanceLinkLocalServiceWrapper.addWorkflowInstanceLink(WorkflowInstanceLink workflowInstanceLink)
Adds the workflow instance link to the database. |
static WorkflowInstanceLink |
WorkflowInstanceLinkLocalServiceUtil.addWorkflowInstanceLink(WorkflowInstanceLink workflowInstanceLink)
Adds the workflow instance link to the database. |
WorkflowInstanceLink |
WorkflowInstanceLinkLocalService.addWorkflowInstanceLink(WorkflowInstanceLink workflowInstanceLink)
Adds the workflow instance link to the database. |
void |
WorkflowInstanceLinkLocalServiceWrapper.deleteWorkflowInstanceLink(WorkflowInstanceLink workflowInstanceLink)
Deletes the workflow instance link from the database. |
static void |
WorkflowInstanceLinkLocalServiceUtil.deleteWorkflowInstanceLink(WorkflowInstanceLink workflowInstanceLink)
Deletes the workflow instance link from the database. |
void |
WorkflowInstanceLinkLocalService.deleteWorkflowInstanceLink(WorkflowInstanceLink workflowInstanceLink)
Deletes the workflow instance link from the database. |
WorkflowInstanceLink |
WorkflowInstanceLinkLocalServiceWrapper.updateWorkflowInstanceLink(WorkflowInstanceLink workflowInstanceLink)
Updates the workflow instance link in the database. |
static WorkflowInstanceLink |
WorkflowInstanceLinkLocalServiceUtil.updateWorkflowInstanceLink(WorkflowInstanceLink workflowInstanceLink)
Updates the workflow instance link in the database. |
WorkflowInstanceLink |
WorkflowInstanceLinkLocalService.updateWorkflowInstanceLink(WorkflowInstanceLink workflowInstanceLink)
Updates the workflow instance link in the database. |
WorkflowInstanceLink |
WorkflowInstanceLinkLocalServiceWrapper.updateWorkflowInstanceLink(WorkflowInstanceLink workflowInstanceLink,
boolean merge)
Updates the workflow instance link in the database. |
static WorkflowInstanceLink |
WorkflowInstanceLinkLocalServiceUtil.updateWorkflowInstanceLink(WorkflowInstanceLink workflowInstanceLink,
boolean merge)
Updates the workflow instance link in the database. |
WorkflowInstanceLink |
WorkflowInstanceLinkLocalService.updateWorkflowInstanceLink(WorkflowInstanceLink workflowInstanceLink,
boolean merge)
Updates the workflow instance link in the database. |
Uses of WorkflowInstanceLink in com.liferay.portal.service.base |
---|
Methods in com.liferay.portal.service.base that return WorkflowInstanceLink | |
---|---|
WorkflowInstanceLink |
WorkflowInstanceLinkLocalServiceBaseImpl.addWorkflowInstanceLink(WorkflowInstanceLink workflowInstanceLink)
Adds the workflow instance link to the database. |
WorkflowInstanceLink |
WorkflowInstanceLinkLocalServiceBaseImpl.createWorkflowInstanceLink(long workflowInstanceLinkId)
Creates a new workflow instance link with the primary key. |
WorkflowInstanceLink |
WorkflowInstanceLinkLocalServiceBaseImpl.getWorkflowInstanceLink(long workflowInstanceLinkId)
Gets the workflow instance link with the primary key. |
WorkflowInstanceLink |
WorkflowInstanceLinkLocalServiceBaseImpl.updateWorkflowInstanceLink(WorkflowInstanceLink workflowInstanceLink)
Updates the workflow instance link in the database. |
WorkflowInstanceLink |
WorkflowInstanceLinkLocalServiceBaseImpl.updateWorkflowInstanceLink(WorkflowInstanceLink workflowInstanceLink,
boolean merge)
Updates the workflow instance link in the database. |
Methods in com.liferay.portal.service.base that return types with arguments of type WorkflowInstanceLink | |
---|---|
List<WorkflowInstanceLink> |
WorkflowInstanceLinkLocalServiceBaseImpl.getWorkflowInstanceLinks(int start,
int end)
Gets a range of all the workflow instance links. |
Methods in com.liferay.portal.service.base with parameters of type WorkflowInstanceLink | |
---|---|
WorkflowInstanceLink |
WorkflowInstanceLinkLocalServiceBaseImpl.addWorkflowInstanceLink(WorkflowInstanceLink workflowInstanceLink)
Adds the workflow instance link to the database. |
void |
WorkflowInstanceLinkLocalServiceBaseImpl.deleteWorkflowInstanceLink(WorkflowInstanceLink workflowInstanceLink)
Deletes the workflow instance link from the database. |
WorkflowInstanceLink |
WorkflowInstanceLinkLocalServiceBaseImpl.updateWorkflowInstanceLink(WorkflowInstanceLink workflowInstanceLink)
Updates the workflow instance link in the database. |
WorkflowInstanceLink |
WorkflowInstanceLinkLocalServiceBaseImpl.updateWorkflowInstanceLink(WorkflowInstanceLink workflowInstanceLink,
boolean merge)
Updates the workflow instance link in the database. |
Uses of WorkflowInstanceLink in com.liferay.portal.service.impl |
---|
Methods in com.liferay.portal.service.impl that return WorkflowInstanceLink | |
---|---|
WorkflowInstanceLink |
WorkflowInstanceLinkLocalServiceImpl.addWorkflowInstanceLink(long userId,
long companyId,
long groupId,
String className,
long classPK,
long workflowInstanceId)
|
WorkflowInstanceLink |
WorkflowInstanceLinkLocalServiceImpl.getWorkflowInstanceLink(long companyId,
long groupId,
String className,
long classPK)
|
Methods in com.liferay.portal.service.impl that return types with arguments of type WorkflowInstanceLink | |
---|---|
List<WorkflowInstanceLink> |
WorkflowInstanceLinkLocalServiceImpl.getWorkflowInstanceLinks(long companyId,
long groupId,
String className,
long classPK)
|
Uses of WorkflowInstanceLink in com.liferay.portal.service.persistence |
---|
Methods in com.liferay.portal.service.persistence that return WorkflowInstanceLink | |
---|---|
static WorkflowInstanceLink |
WorkflowInstanceLinkUtil.create(long workflowInstanceLinkId)
Creates a new workflow instance link with the primary key. |
WorkflowInstanceLink |
WorkflowInstanceLinkPersistence.create(long workflowInstanceLinkId)
Creates a new workflow instance link with the primary key. |
WorkflowInstanceLink |
WorkflowInstanceLinkPersistenceImpl.create(long workflowInstanceLinkId)
Creates a new workflow instance link with the primary key. |
static WorkflowInstanceLink |
WorkflowInstanceLinkUtil.fetchByPrimaryKey(long workflowInstanceLinkId)
Finds the workflow instance link with the primary key or returns null if it could not be found. |
WorkflowInstanceLink |
WorkflowInstanceLinkPersistence.fetchByPrimaryKey(long workflowInstanceLinkId)
Finds the workflow instance link with the primary key or returns null if it could not be found. |
WorkflowInstanceLink |
WorkflowInstanceLinkPersistenceImpl.fetchByPrimaryKey(long workflowInstanceLinkId)
Finds the workflow instance link with the primary key or returns null if it could not be found. |
WorkflowInstanceLink |
WorkflowInstanceLinkPersistenceImpl.fetchByPrimaryKey(Serializable primaryKey)
Finds the workflow instance link with the primary key or returns null if it could not be found. |
static WorkflowInstanceLink |
WorkflowInstanceLinkUtil.findByG_C_C_C_First(long groupId,
long companyId,
long classNameId,
long classPK,
OrderByComparator orderByComparator)
Finds the first workflow instance link in the ordered set where groupId = ? and companyId = ? and classNameId = ? and classPK = ?. |
WorkflowInstanceLink |
WorkflowInstanceLinkPersistence.findByG_C_C_C_First(long groupId,
long companyId,
long classNameId,
long classPK,
OrderByComparator orderByComparator)
Finds the first workflow instance link in the ordered set where groupId = ? and companyId = ? and classNameId = ? and classPK = ?. |
WorkflowInstanceLink |
WorkflowInstanceLinkPersistenceImpl.findByG_C_C_C_First(long groupId,
long companyId,
long classNameId,
long classPK,
OrderByComparator orderByComparator)
Finds the first workflow instance link in the ordered set where groupId = ? and companyId = ? and classNameId = ? and classPK = ?. |
static WorkflowInstanceLink |
WorkflowInstanceLinkUtil.findByG_C_C_C_Last(long groupId,
long companyId,
long classNameId,
long classPK,
OrderByComparator orderByComparator)
Finds the last workflow instance link in the ordered set where groupId = ? and companyId = ? and classNameId = ? and classPK = ?. |
WorkflowInstanceLink |
WorkflowInstanceLinkPersistence.findByG_C_C_C_Last(long groupId,
long companyId,
long classNameId,
long classPK,
OrderByComparator orderByComparator)
Finds the last workflow instance link in the ordered set where groupId = ? and companyId = ? and classNameId = ? and classPK = ?. |
WorkflowInstanceLink |
WorkflowInstanceLinkPersistenceImpl.findByG_C_C_C_Last(long groupId,
long companyId,
long classNameId,
long classPK,
OrderByComparator orderByComparator)
Finds the last workflow instance link in the ordered set where groupId = ? and companyId = ? and classNameId = ? and classPK = ?. |
static WorkflowInstanceLink[] |
WorkflowInstanceLinkUtil.findByG_C_C_C_PrevAndNext(long workflowInstanceLinkId,
long groupId,
long companyId,
long classNameId,
long classPK,
OrderByComparator orderByComparator)
Finds the workflow instance links before and after the current workflow instance link in the ordered set where groupId = ? and companyId = ? and classNameId = ? and classPK = ?. |
WorkflowInstanceLink[] |
WorkflowInstanceLinkPersistence.findByG_C_C_C_PrevAndNext(long workflowInstanceLinkId,
long groupId,
long companyId,
long classNameId,
long classPK,
OrderByComparator orderByComparator)
Finds the workflow instance links before and after the current workflow instance link in the ordered set where groupId = ? and companyId = ? and classNameId = ? and classPK = ?. |
WorkflowInstanceLink[] |
WorkflowInstanceLinkPersistenceImpl.findByG_C_C_C_PrevAndNext(long workflowInstanceLinkId,
long groupId,
long companyId,
long classNameId,
long classPK,
OrderByComparator orderByComparator)
Finds the workflow instance links before and after the current workflow instance link in the ordered set where groupId = ? and companyId = ? and classNameId = ? and classPK = ?. |
static WorkflowInstanceLink |
WorkflowInstanceLinkUtil.findByPrimaryKey(long workflowInstanceLinkId)
Finds the workflow instance link with the primary key or throws a NoSuchWorkflowInstanceLinkException if it could not be found. |
WorkflowInstanceLink |
WorkflowInstanceLinkPersistence.findByPrimaryKey(long workflowInstanceLinkId)
Finds the workflow instance link with the primary key or throws a NoSuchWorkflowInstanceLinkException if it could not be found. |
WorkflowInstanceLink |
WorkflowInstanceLinkPersistenceImpl.findByPrimaryKey(long workflowInstanceLinkId)
Finds the workflow instance link with the primary key or throws a NoSuchWorkflowInstanceLinkException if it could not be found. |
WorkflowInstanceLink |
WorkflowInstanceLinkPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
Finds the workflow instance link with the primary key or throws a NoSuchModelException if it could not be found. |
protected WorkflowInstanceLink |
WorkflowInstanceLinkPersistenceImpl.getByG_C_C_C_PrevAndNext(Session session,
WorkflowInstanceLink workflowInstanceLink,
long groupId,
long companyId,
long classNameId,
long classPK,
OrderByComparator orderByComparator,
boolean previous)
|
static WorkflowInstanceLink |
WorkflowInstanceLinkUtil.remove(long workflowInstanceLinkId)
Removes the workflow instance link with the primary key from the database. |
WorkflowInstanceLink |
WorkflowInstanceLinkPersistence.remove(long workflowInstanceLinkId)
Removes the workflow instance link with the primary key from the database. |
WorkflowInstanceLink |
WorkflowInstanceLinkPersistenceImpl.remove(long workflowInstanceLinkId)
Removes the workflow instance link with the primary key from the database. |
WorkflowInstanceLink |
WorkflowInstanceLinkPersistenceImpl.remove(Serializable primaryKey)
Removes the workflow instance link with the primary key from the database. |
static WorkflowInstanceLink |
WorkflowInstanceLinkUtil.remove(WorkflowInstanceLink workflowInstanceLink)
|
protected WorkflowInstanceLink |
WorkflowInstanceLinkPersistenceImpl.removeImpl(WorkflowInstanceLink workflowInstanceLink)
|
protected WorkflowInstanceLink |
WorkflowInstanceLinkPersistenceImpl.toUnwrappedModel(WorkflowInstanceLink workflowInstanceLink)
|
static WorkflowInstanceLink |
WorkflowInstanceLinkUtil.update(WorkflowInstanceLink workflowInstanceLink,
boolean merge)
|
static WorkflowInstanceLink |
WorkflowInstanceLinkUtil.update(WorkflowInstanceLink workflowInstanceLink,
boolean merge,
ServiceContext serviceContext)
|
static WorkflowInstanceLink |
WorkflowInstanceLinkUtil.updateImpl(WorkflowInstanceLink workflowInstanceLink,
boolean merge)
|
WorkflowInstanceLink |
WorkflowInstanceLinkPersistence.updateImpl(WorkflowInstanceLink workflowInstanceLink,
boolean merge)
|
WorkflowInstanceLink |
WorkflowInstanceLinkPersistenceImpl.updateImpl(WorkflowInstanceLink workflowInstanceLink,
boolean merge)
|
Methods in com.liferay.portal.service.persistence that return types with arguments of type WorkflowInstanceLink | |
---|---|
static List<WorkflowInstanceLink> |
WorkflowInstanceLinkUtil.findAll()
Finds all the workflow instance links. |
List<WorkflowInstanceLink> |
WorkflowInstanceLinkPersistence.findAll()
Finds all the workflow instance links. |
List<WorkflowInstanceLink> |
WorkflowInstanceLinkPersistenceImpl.findAll()
Finds all the workflow instance links. |
static List<WorkflowInstanceLink> |
WorkflowInstanceLinkUtil.findAll(int start,
int end)
Finds a range of all the workflow instance links. |
List<WorkflowInstanceLink> |
WorkflowInstanceLinkPersistence.findAll(int start,
int end)
Finds a range of all the workflow instance links. |
List<WorkflowInstanceLink> |
WorkflowInstanceLinkPersistenceImpl.findAll(int start,
int end)
Finds a range of all the workflow instance links. |
static List<WorkflowInstanceLink> |
WorkflowInstanceLinkUtil.findAll(int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the workflow instance links. |
List<WorkflowInstanceLink> |
WorkflowInstanceLinkPersistence.findAll(int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the workflow instance links. |
List<WorkflowInstanceLink> |
WorkflowInstanceLinkPersistenceImpl.findAll(int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the workflow instance links. |
static List<WorkflowInstanceLink> |
WorkflowInstanceLinkUtil.findByG_C_C_C(long groupId,
long companyId,
long classNameId,
long classPK)
Finds all the workflow instance links where groupId = ? and companyId = ? and classNameId = ? and classPK = ?. |
List<WorkflowInstanceLink> |
WorkflowInstanceLinkPersistence.findByG_C_C_C(long groupId,
long companyId,
long classNameId,
long classPK)
Finds all the workflow instance links where groupId = ? and companyId = ? and classNameId = ? and classPK = ?. |
List<WorkflowInstanceLink> |
WorkflowInstanceLinkPersistenceImpl.findByG_C_C_C(long groupId,
long companyId,
long classNameId,
long classPK)
Finds all the workflow instance links where groupId = ? and companyId = ? and classNameId = ? and classPK = ?. |
static List<WorkflowInstanceLink> |
WorkflowInstanceLinkUtil.findByG_C_C_C(long groupId,
long companyId,
long classNameId,
long classPK,
int start,
int end)
Finds a range of all the workflow instance links where groupId = ? and companyId = ? and classNameId = ? and classPK = ?. |
List<WorkflowInstanceLink> |
WorkflowInstanceLinkPersistence.findByG_C_C_C(long groupId,
long companyId,
long classNameId,
long classPK,
int start,
int end)
Finds a range of all the workflow instance links where groupId = ? and companyId = ? and classNameId = ? and classPK = ?. |
List<WorkflowInstanceLink> |
WorkflowInstanceLinkPersistenceImpl.findByG_C_C_C(long groupId,
long companyId,
long classNameId,
long classPK,
int start,
int end)
Finds a range of all the workflow instance links where groupId = ? and companyId = ? and classNameId = ? and classPK = ?. |
static List<WorkflowInstanceLink> |
WorkflowInstanceLinkUtil.findByG_C_C_C(long groupId,
long companyId,
long classNameId,
long classPK,
int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the workflow instance links where groupId = ? and companyId = ? and classNameId = ? and classPK = ?. |
List<WorkflowInstanceLink> |
WorkflowInstanceLinkPersistence.findByG_C_C_C(long groupId,
long companyId,
long classNameId,
long classPK,
int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the workflow instance links where groupId = ? and companyId = ? and classNameId = ? and classPK = ?. |
List<WorkflowInstanceLink> |
WorkflowInstanceLinkPersistenceImpl.findByG_C_C_C(long groupId,
long companyId,
long classNameId,
long classPK,
int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the workflow instance links where groupId = ? and companyId = ? and classNameId = ? and classPK = ?. |
static List<WorkflowInstanceLink> |
WorkflowInstanceLinkUtil.findWithDynamicQuery(DynamicQuery dynamicQuery)
|
static List<WorkflowInstanceLink> |
WorkflowInstanceLinkUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
|
static List<WorkflowInstanceLink> |
WorkflowInstanceLinkUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
|
Methods in com.liferay.portal.service.persistence with parameters of type WorkflowInstanceLink | |
---|---|
static void |
WorkflowInstanceLinkUtil.cacheResult(WorkflowInstanceLink workflowInstanceLink)
Caches the workflow instance link in the entity cache if it is enabled. |
void |
WorkflowInstanceLinkPersistence.cacheResult(WorkflowInstanceLink workflowInstanceLink)
Caches the workflow instance link in the entity cache if it is enabled. |
void |
WorkflowInstanceLinkPersistenceImpl.cacheResult(WorkflowInstanceLink workflowInstanceLink)
Caches the workflow instance link in the entity cache if it is enabled. |
static void |
WorkflowInstanceLinkUtil.clearCache(WorkflowInstanceLink workflowInstanceLink)
|
void |
WorkflowInstanceLinkPersistenceImpl.clearCache(WorkflowInstanceLink workflowInstanceLink)
Clears the cache for the workflow instance link. |
protected WorkflowInstanceLink |
WorkflowInstanceLinkPersistenceImpl.getByG_C_C_C_PrevAndNext(Session session,
WorkflowInstanceLink workflowInstanceLink,
long groupId,
long companyId,
long classNameId,
long classPK,
OrderByComparator orderByComparator,
boolean previous)
|
static WorkflowInstanceLink |
WorkflowInstanceLinkUtil.remove(WorkflowInstanceLink workflowInstanceLink)
|
protected WorkflowInstanceLink |
WorkflowInstanceLinkPersistenceImpl.removeImpl(WorkflowInstanceLink workflowInstanceLink)
|
protected WorkflowInstanceLink |
WorkflowInstanceLinkPersistenceImpl.toUnwrappedModel(WorkflowInstanceLink workflowInstanceLink)
|
static WorkflowInstanceLink |
WorkflowInstanceLinkUtil.update(WorkflowInstanceLink workflowInstanceLink,
boolean merge)
|
static WorkflowInstanceLink |
WorkflowInstanceLinkUtil.update(WorkflowInstanceLink workflowInstanceLink,
boolean merge,
ServiceContext serviceContext)
|
static WorkflowInstanceLink |
WorkflowInstanceLinkUtil.updateImpl(WorkflowInstanceLink workflowInstanceLink,
boolean merge)
|
WorkflowInstanceLink |
WorkflowInstanceLinkPersistence.updateImpl(WorkflowInstanceLink workflowInstanceLink,
boolean merge)
|
WorkflowInstanceLink |
WorkflowInstanceLinkPersistenceImpl.updateImpl(WorkflowInstanceLink workflowInstanceLink,
boolean merge)
|
Method parameters in com.liferay.portal.service.persistence with type arguments of type WorkflowInstanceLink | |
---|---|
static void |
WorkflowInstanceLinkUtil.cacheResult(List<WorkflowInstanceLink> workflowInstanceLinks)
Caches the workflow instance links in the entity cache if it is enabled. |
void |
WorkflowInstanceLinkPersistence.cacheResult(List<WorkflowInstanceLink> workflowInstanceLinks)
Caches the workflow instance links in the entity cache if it is enabled. |
void |
WorkflowInstanceLinkPersistenceImpl.cacheResult(List<WorkflowInstanceLink> workflowInstanceLinks)
Caches the workflow instance links in the entity cache if it is enabled. |
|
Liferay 6.0-ee | |||||||||
PREV NEXT | FRAMES NO FRAMES |