com.liferay.portal.service.persistence
Interface WorkflowDefinitionLinkPersistence
- All Superinterfaces:
- BasePersistence<WorkflowDefinitionLink>
public interface WorkflowDefinitionLinkPersistence
- extends BasePersistence<WorkflowDefinitionLink>
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:
WorkflowDefinitionLinkPersistenceImpl
,
WorkflowDefinitionLinkUtil
- Generated:
Method Summary |
void |
cacheResult(java.util.List<WorkflowDefinitionLink> workflowDefinitionLinks)
|
void |
cacheResult(WorkflowDefinitionLink workflowDefinitionLink)
|
int |
countAll()
|
int |
countByCompanyId(long companyId)
|
int |
countByG_C_C(long groupId,
long companyId,
long classNameId)
|
WorkflowDefinitionLink |
create(long workflowDefinitionLinkId)
|
WorkflowDefinitionLink |
fetchByG_C_C(long groupId,
long companyId,
long classNameId)
|
WorkflowDefinitionLink |
fetchByG_C_C(long groupId,
long companyId,
long classNameId,
boolean retrieveFromCache)
|
WorkflowDefinitionLink |
fetchByPrimaryKey(long workflowDefinitionLinkId)
|
java.util.List<WorkflowDefinitionLink> |
findAll()
|
java.util.List<WorkflowDefinitionLink> |
findAll(int start,
int end)
|
java.util.List<WorkflowDefinitionLink> |
findAll(int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
WorkflowDefinitionLink |
findByCompanyId_First(long companyId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
WorkflowDefinitionLink |
findByCompanyId_Last(long companyId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
WorkflowDefinitionLink[] |
findByCompanyId_PrevAndNext(long workflowDefinitionLinkId,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
java.util.List<WorkflowDefinitionLink> |
findByCompanyId(long companyId)
|
java.util.List<WorkflowDefinitionLink> |
findByCompanyId(long companyId,
int start,
int end)
|
java.util.List<WorkflowDefinitionLink> |
findByCompanyId(long companyId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
WorkflowDefinitionLink |
findByG_C_C(long groupId,
long companyId,
long classNameId)
|
WorkflowDefinitionLink |
findByPrimaryKey(long workflowDefinitionLinkId)
|
WorkflowDefinitionLink |
remove(long workflowDefinitionLinkId)
|
void |
removeAll()
|
void |
removeByCompanyId(long companyId)
|
void |
removeByG_C_C(long groupId,
long companyId,
long classNameId)
|
WorkflowDefinitionLink |
updateImpl(WorkflowDefinitionLink workflowDefinitionLink,
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(WorkflowDefinitionLink workflowDefinitionLink)
cacheResult
void cacheResult(java.util.List<WorkflowDefinitionLink> workflowDefinitionLinks)
create
WorkflowDefinitionLink create(long workflowDefinitionLinkId)
remove
WorkflowDefinitionLink remove(long workflowDefinitionLinkId)
throws NoSuchWorkflowDefinitionLinkException,
com.liferay.portal.kernel.exception.SystemException
- Throws:
NoSuchWorkflowDefinitionLinkException
com.liferay.portal.kernel.exception.SystemException
updateImpl
WorkflowDefinitionLink updateImpl(WorkflowDefinitionLink workflowDefinitionLink,
boolean merge)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByPrimaryKey
WorkflowDefinitionLink findByPrimaryKey(long workflowDefinitionLinkId)
throws NoSuchWorkflowDefinitionLinkException,
com.liferay.portal.kernel.exception.SystemException
- Throws:
NoSuchWorkflowDefinitionLinkException
com.liferay.portal.kernel.exception.SystemException
fetchByPrimaryKey
WorkflowDefinitionLink fetchByPrimaryKey(long workflowDefinitionLinkId)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByCompanyId
java.util.List<WorkflowDefinitionLink> findByCompanyId(long companyId)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByCompanyId
java.util.List<WorkflowDefinitionLink> findByCompanyId(long companyId,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByCompanyId
java.util.List<WorkflowDefinitionLink> findByCompanyId(long companyId,
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
findByCompanyId_First
WorkflowDefinitionLink findByCompanyId_First(long companyId,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws NoSuchWorkflowDefinitionLinkException,
com.liferay.portal.kernel.exception.SystemException
- Throws:
NoSuchWorkflowDefinitionLinkException
com.liferay.portal.kernel.exception.SystemException
findByCompanyId_Last
WorkflowDefinitionLink findByCompanyId_Last(long companyId,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws NoSuchWorkflowDefinitionLinkException,
com.liferay.portal.kernel.exception.SystemException
- Throws:
NoSuchWorkflowDefinitionLinkException
com.liferay.portal.kernel.exception.SystemException
findByCompanyId_PrevAndNext
WorkflowDefinitionLink[] findByCompanyId_PrevAndNext(long workflowDefinitionLinkId,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws NoSuchWorkflowDefinitionLinkException,
com.liferay.portal.kernel.exception.SystemException
- Throws:
NoSuchWorkflowDefinitionLinkException
com.liferay.portal.kernel.exception.SystemException
findByG_C_C
WorkflowDefinitionLink findByG_C_C(long groupId,
long companyId,
long classNameId)
throws NoSuchWorkflowDefinitionLinkException,
com.liferay.portal.kernel.exception.SystemException
- Throws:
NoSuchWorkflowDefinitionLinkException
com.liferay.portal.kernel.exception.SystemException
fetchByG_C_C
WorkflowDefinitionLink fetchByG_C_C(long groupId,
long companyId,
long classNameId)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
fetchByG_C_C
WorkflowDefinitionLink fetchByG_C_C(long groupId,
long companyId,
long classNameId,
boolean retrieveFromCache)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findAll
java.util.List<WorkflowDefinitionLink> findAll()
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findAll
java.util.List<WorkflowDefinitionLink> findAll(int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findAll
java.util.List<WorkflowDefinitionLink> 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
removeByCompanyId
void removeByCompanyId(long companyId)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
removeByG_C_C
void removeByG_C_C(long groupId,
long companyId,
long classNameId)
throws NoSuchWorkflowDefinitionLinkException,
com.liferay.portal.kernel.exception.SystemException
- Throws:
NoSuchWorkflowDefinitionLinkException
com.liferay.portal.kernel.exception.SystemException
removeAll
void removeAll()
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
countByCompanyId
int countByCompanyId(long companyId)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
countByG_C_C
int countByG_C_C(long groupId,
long companyId,
long classNameId)
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