com.liferay.portal.service.persistence
Interface WorkflowInstanceLinkPersistence
- All Superinterfaces:
- BasePersistence<WorkflowInstanceLink>
public interface WorkflowInstanceLinkPersistence
- extends BasePersistence<WorkflowInstanceLink>
View Source
ServiceBuilder generated this class. Modifications in this class will be
overwritten the next time is generated.
- Author:
- Brian Wing Shun Chan
- See Also:
WorkflowInstanceLinkPersistenceImpl
,
WorkflowInstanceLinkUtil
- Generated:
Method Summary |
void |
cacheResult(java.util.List<WorkflowInstanceLink> workflowInstanceLinks)
|
void |
cacheResult(WorkflowInstanceLink workflowInstanceLink)
|
int |
countAll()
|
int |
countByG_C_C_C(long groupId,
long companyId,
long classNameId,
long classPK)
|
WorkflowInstanceLink |
create(long workflowInstanceLinkId)
|
WorkflowInstanceLink |
fetchByG_C_C_C(long groupId,
long companyId,
long classNameId,
long classPK)
|
WorkflowInstanceLink |
fetchByG_C_C_C(long groupId,
long companyId,
long classNameId,
long classPK,
boolean retrieveFromCache)
|
WorkflowInstanceLink |
fetchByPrimaryKey(long workflowInstanceLinkId)
|
java.util.List<WorkflowInstanceLink> |
findAll()
|
java.util.List<WorkflowInstanceLink> |
findAll(int start,
int end)
|
java.util.List<WorkflowInstanceLink> |
findAll(int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
WorkflowInstanceLink |
findByG_C_C_C(long groupId,
long companyId,
long classNameId,
long classPK)
|
WorkflowInstanceLink |
findByPrimaryKey(long workflowInstanceLinkId)
|
WorkflowInstanceLink |
remove(long workflowInstanceLinkId)
|
void |
removeAll()
|
void |
removeByG_C_C_C(long groupId,
long companyId,
long classNameId,
long classPK)
|
WorkflowInstanceLink |
updateImpl(WorkflowInstanceLink workflowInstanceLink,
boolean merge)
|
Methods inherited from interface com.liferay.portal.service.persistence.BasePersistence |
clearCache, fetchByPrimaryKey, findByPrimaryKey, findWithDynamicQuery, findWithDynamicQuery, getListeners, registerListener, remove, remove, unregisterListener, update |
cacheResult
void cacheResult(WorkflowInstanceLink workflowInstanceLink)
cacheResult
void cacheResult(java.util.List<WorkflowInstanceLink> workflowInstanceLinks)
create
WorkflowInstanceLink create(long workflowInstanceLinkId)
remove
WorkflowInstanceLink remove(long workflowInstanceLinkId)
throws NoSuchWorkflowInstanceLinkException,
com.liferay.portal.kernel.exception.SystemException
- Throws:
NoSuchWorkflowInstanceLinkException
com.liferay.portal.kernel.exception.SystemException
updateImpl
WorkflowInstanceLink updateImpl(WorkflowInstanceLink workflowInstanceLink,
boolean merge)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByPrimaryKey
WorkflowInstanceLink findByPrimaryKey(long workflowInstanceLinkId)
throws NoSuchWorkflowInstanceLinkException,
com.liferay.portal.kernel.exception.SystemException
- Throws:
NoSuchWorkflowInstanceLinkException
com.liferay.portal.kernel.exception.SystemException
fetchByPrimaryKey
WorkflowInstanceLink fetchByPrimaryKey(long workflowInstanceLinkId)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByG_C_C_C
WorkflowInstanceLink findByG_C_C_C(long groupId,
long companyId,
long classNameId,
long classPK)
throws NoSuchWorkflowInstanceLinkException,
com.liferay.portal.kernel.exception.SystemException
- Throws:
NoSuchWorkflowInstanceLinkException
com.liferay.portal.kernel.exception.SystemException
fetchByG_C_C_C
WorkflowInstanceLink fetchByG_C_C_C(long groupId,
long companyId,
long classNameId,
long classPK)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
fetchByG_C_C_C
WorkflowInstanceLink fetchByG_C_C_C(long groupId,
long companyId,
long classNameId,
long classPK,
boolean retrieveFromCache)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findAll
java.util.List<WorkflowInstanceLink> findAll()
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findAll
java.util.List<WorkflowInstanceLink> findAll(int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findAll
java.util.List<WorkflowInstanceLink> findAll(int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
removeByG_C_C_C
void removeByG_C_C_C(long groupId,
long companyId,
long classNameId,
long classPK)
throws NoSuchWorkflowInstanceLinkException,
com.liferay.portal.kernel.exception.SystemException
- Throws:
NoSuchWorkflowInstanceLinkException
com.liferay.portal.kernel.exception.SystemException
removeAll
void removeAll()
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
countByG_C_C_C
int countByG_C_C_C(long groupId,
long companyId,
long classNameId,
long classPK)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
countAll
int countAll()
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException