com.liferay.portal.service.persistence
Class WorkflowDefinitionLinkUtil
java.lang.Object
com.liferay.portal.service.persistence.WorkflowDefinitionLinkUtil
public class WorkflowDefinitionLinkUtil
- extends java.lang.Object
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:
WorkflowDefinitionLinkPersistence
,
WorkflowDefinitionLinkPersistenceImpl
- Generated:
Method Summary |
static void |
cacheResult(java.util.List<WorkflowDefinitionLink> workflowDefinitionLinks)
|
static void |
cacheResult(WorkflowDefinitionLink workflowDefinitionLink)
|
static void |
clearCache()
|
static int |
countAll()
|
static int |
countByCompanyId(long companyId)
|
static int |
countByG_C_C(long groupId,
long companyId,
long classNameId)
|
static WorkflowDefinitionLink |
create(long workflowDefinitionLinkId)
|
static WorkflowDefinitionLink |
fetchByG_C_C(long groupId,
long companyId,
long classNameId)
|
static WorkflowDefinitionLink |
fetchByG_C_C(long groupId,
long companyId,
long classNameId,
boolean retrieveFromCache)
|
static WorkflowDefinitionLink |
fetchByPrimaryKey(long workflowDefinitionLinkId)
|
static java.util.List<WorkflowDefinitionLink> |
findAll()
|
static java.util.List<WorkflowDefinitionLink> |
findAll(int start,
int end)
|
static java.util.List<WorkflowDefinitionLink> |
findAll(int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
static WorkflowDefinitionLink |
findByCompanyId_First(long companyId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
static WorkflowDefinitionLink |
findByCompanyId_Last(long companyId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
static WorkflowDefinitionLink[] |
findByCompanyId_PrevAndNext(long workflowDefinitionLinkId,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
static java.util.List<WorkflowDefinitionLink> |
findByCompanyId(long companyId)
|
static java.util.List<WorkflowDefinitionLink> |
findByCompanyId(long companyId,
int start,
int end)
|
static java.util.List<WorkflowDefinitionLink> |
findByCompanyId(long companyId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
static WorkflowDefinitionLink |
findByG_C_C(long groupId,
long companyId,
long classNameId)
|
static WorkflowDefinitionLink |
findByPrimaryKey(long workflowDefinitionLinkId)
|
static java.util.List<java.lang.Object> |
findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
|
static java.util.List<java.lang.Object> |
findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end)
|
static WorkflowDefinitionLinkPersistence |
getPersistence()
|
static WorkflowDefinitionLink |
remove(long workflowDefinitionLinkId)
|
static WorkflowDefinitionLink |
remove(WorkflowDefinitionLink workflowDefinitionLink)
|
static void |
removeAll()
|
static void |
removeByCompanyId(long companyId)
|
static void |
removeByG_C_C(long groupId,
long companyId,
long classNameId)
|
void |
setPersistence(WorkflowDefinitionLinkPersistence persistence)
|
static WorkflowDefinitionLink |
update(WorkflowDefinitionLink workflowDefinitionLink,
boolean merge)
|
static WorkflowDefinitionLink |
updateImpl(WorkflowDefinitionLink workflowDefinitionLink,
boolean merge)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WorkflowDefinitionLinkUtil
public WorkflowDefinitionLinkUtil()
clearCache
public static void clearCache()
- See Also:
BasePersistence.clearCache()
findWithDynamicQuery
public static java.util.List<java.lang.Object> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
- See Also:
BasePersistence.findWithDynamicQuery(DynamicQuery)
findWithDynamicQuery
public static java.util.List<java.lang.Object> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
- See Also:
BasePersistence.findWithDynamicQuery(DynamicQuery, int, int)
remove
public static WorkflowDefinitionLink remove(WorkflowDefinitionLink workflowDefinitionLink)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
- See Also:
BasePersistence.remove(com.liferay.portal.model.BaseModel)
update
public static WorkflowDefinitionLink update(WorkflowDefinitionLink workflowDefinitionLink,
boolean merge)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
- See Also:
BasePersistence.update(com.liferay.portal.model.BaseModel, boolean)
cacheResult
public static void cacheResult(WorkflowDefinitionLink workflowDefinitionLink)
cacheResult
public static void cacheResult(java.util.List<WorkflowDefinitionLink> workflowDefinitionLinks)
create
public static WorkflowDefinitionLink create(long workflowDefinitionLinkId)
remove
public static WorkflowDefinitionLink remove(long workflowDefinitionLinkId)
throws NoSuchWorkflowDefinitionLinkException,
com.liferay.portal.kernel.exception.SystemException
- Throws:
NoSuchWorkflowDefinitionLinkException
com.liferay.portal.kernel.exception.SystemException
updateImpl
public static WorkflowDefinitionLink updateImpl(WorkflowDefinitionLink workflowDefinitionLink,
boolean merge)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByPrimaryKey
public static WorkflowDefinitionLink findByPrimaryKey(long workflowDefinitionLinkId)
throws NoSuchWorkflowDefinitionLinkException,
com.liferay.portal.kernel.exception.SystemException
- Throws:
NoSuchWorkflowDefinitionLinkException
com.liferay.portal.kernel.exception.SystemException
fetchByPrimaryKey
public static WorkflowDefinitionLink fetchByPrimaryKey(long workflowDefinitionLinkId)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByCompanyId
public static java.util.List<WorkflowDefinitionLink> findByCompanyId(long companyId)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByCompanyId
public static 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
public static 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
public static 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
public static 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
public static 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
public static 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
public static 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
public static 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
public static java.util.List<WorkflowDefinitionLink> findAll()
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findAll
public static java.util.List<WorkflowDefinitionLink> findAll(int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findAll
public static 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
public static void removeByCompanyId(long companyId)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
removeByG_C_C
public static 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
public static void removeAll()
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
countByCompanyId
public static int countByCompanyId(long companyId)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
countByG_C_C
public static 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
public static int countAll()
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
getPersistence
public static WorkflowDefinitionLinkPersistence getPersistence()
setPersistence
public void setPersistence(WorkflowDefinitionLinkPersistence persistence)