com.liferay.portal.service.persistence
Class WorkflowInstanceLinkUtil

java.lang.Object
  extended by com.liferay.portal.service.persistence.WorkflowInstanceLinkUtil

public class WorkflowInstanceLinkUtil
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:
WorkflowInstanceLinkPersistence, WorkflowInstanceLinkPersistenceImpl
Generated:

Constructor Summary
WorkflowInstanceLinkUtil()
           
 
Method Summary
static void cacheResult(java.util.List<WorkflowInstanceLink> workflowInstanceLinks)
           
static void cacheResult(WorkflowInstanceLink workflowInstanceLink)
           
static void clearCache()
           
static int countAll()
           
static int countByG_C_C_C(long groupId, long companyId, long classNameId, long classPK)
           
static WorkflowInstanceLink create(long workflowInstanceLinkId)
           
static WorkflowInstanceLink fetchByG_C_C_C(long groupId, long companyId, long classNameId, long classPK)
           
static WorkflowInstanceLink fetchByG_C_C_C(long groupId, long companyId, long classNameId, long classPK, boolean retrieveFromCache)
           
static WorkflowInstanceLink fetchByPrimaryKey(long workflowInstanceLinkId)
           
static java.util.List<WorkflowInstanceLink> findAll()
           
static java.util.List<WorkflowInstanceLink> findAll(int start, int end)
           
static java.util.List<WorkflowInstanceLink> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator obc)
           
static WorkflowInstanceLink findByG_C_C_C(long groupId, long companyId, long classNameId, long classPK)
           
static WorkflowInstanceLink findByPrimaryKey(long workflowInstanceLinkId)
           
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 WorkflowInstanceLinkPersistence getPersistence()
           
static WorkflowInstanceLink remove(long workflowInstanceLinkId)
           
static WorkflowInstanceLink remove(WorkflowInstanceLink workflowInstanceLink)
           
static void removeAll()
           
static void removeByG_C_C_C(long groupId, long companyId, long classNameId, long classPK)
           
 void setPersistence(WorkflowInstanceLinkPersistence persistence)
           
static WorkflowInstanceLink update(WorkflowInstanceLink workflowInstanceLink, boolean merge)
           
static WorkflowInstanceLink updateImpl(WorkflowInstanceLink workflowInstanceLink, boolean merge)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WorkflowInstanceLinkUtil

public WorkflowInstanceLinkUtil()
Method Detail

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 WorkflowInstanceLink remove(WorkflowInstanceLink workflowInstanceLink)
                                   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 WorkflowInstanceLink update(WorkflowInstanceLink workflowInstanceLink,
                                          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(WorkflowInstanceLink workflowInstanceLink)

cacheResult

public static void cacheResult(java.util.List<WorkflowInstanceLink> workflowInstanceLinks)

create

public static WorkflowInstanceLink create(long workflowInstanceLinkId)

remove

public static WorkflowInstanceLink remove(long workflowInstanceLinkId)
                                   throws NoSuchWorkflowInstanceLinkException,
                                          com.liferay.portal.kernel.exception.SystemException
Throws:
NoSuchWorkflowInstanceLinkException
com.liferay.portal.kernel.exception.SystemException

updateImpl

public static WorkflowInstanceLink updateImpl(WorkflowInstanceLink workflowInstanceLink,
                                              boolean merge)
                                       throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

findByPrimaryKey

public static WorkflowInstanceLink findByPrimaryKey(long workflowInstanceLinkId)
                                             throws NoSuchWorkflowInstanceLinkException,
                                                    com.liferay.portal.kernel.exception.SystemException
Throws:
NoSuchWorkflowInstanceLinkException
com.liferay.portal.kernel.exception.SystemException

fetchByPrimaryKey

public static WorkflowInstanceLink fetchByPrimaryKey(long workflowInstanceLinkId)
                                              throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

findByG_C_C_C

public static 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

public static 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

public static 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

public static java.util.List<WorkflowInstanceLink> findAll()
                                                    throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

findAll

public static java.util.List<WorkflowInstanceLink> 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<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

public static 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

public static void removeAll()
                      throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

countByG_C_C_C

public static 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

public static int countAll()
                    throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

getPersistence

public static WorkflowInstanceLinkPersistence getPersistence()

setPersistence

public void setPersistence(WorkflowInstanceLinkPersistence persistence)