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 void clearCache(WorkflowInstanceLink workflowInstanceLink)
           
static int countAll()
           
static int countByG_C_C_C(long groupId, long companyId, long classNameId, long classPK)
           
 long countWithDynamicQuery(DynamicQuery dynamicQuery)
           
static WorkflowInstanceLink create(long workflowInstanceLinkId)
           
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, OrderByComparator orderByComparator)
           
static WorkflowInstanceLink findByG_C_C_C_First(long groupId, long companyId, long classNameId, long classPK, OrderByComparator orderByComparator)
           
static WorkflowInstanceLink findByG_C_C_C_Last(long groupId, long companyId, long classNameId, long classPK, OrderByComparator orderByComparator)
           
static WorkflowInstanceLink[] findByG_C_C_C_PrevAndNext(long workflowInstanceLinkId, long groupId, long companyId, long classNameId, long classPK, OrderByComparator orderByComparator)
           
static java.util.List<WorkflowInstanceLink> findByG_C_C_C(long groupId, long companyId, long classNameId, long classPK)
           
static java.util.List<WorkflowInstanceLink> findByG_C_C_C(long groupId, long companyId, long classNameId, long classPK, int start, int end)
           
static java.util.List<WorkflowInstanceLink> findByG_C_C_C(long groupId, long companyId, long classNameId, long classPK, int start, int end, OrderByComparator orderByComparator)
           
static WorkflowInstanceLink findByPrimaryKey(long workflowInstanceLinkId)
           
static java.util.List<WorkflowInstanceLink> findWithDynamicQuery(DynamicQuery dynamicQuery)
           
static java.util.List<WorkflowInstanceLink> findWithDynamicQuery(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()

clearCache

public static void clearCache(WorkflowInstanceLink workflowInstanceLink)
See Also:
com.liferay.portal.service.persistence.BasePersistence#clearCache(WorkflowInstanceLink)

countWithDynamicQuery

public long countWithDynamicQuery(DynamicQuery dynamicQuery)
                           throws SystemException
Throws:
SystemException
See Also:
BasePersistence.countWithDynamicQuery(DynamicQuery)

findWithDynamicQuery

public static java.util.List<WorkflowInstanceLink> findWithDynamicQuery(DynamicQuery dynamicQuery)
                                                                 throws SystemException
Throws:
SystemException
See Also:
BasePersistence.findWithDynamicQuery(DynamicQuery)

findWithDynamicQuery

public static java.util.List<WorkflowInstanceLink> findWithDynamicQuery(DynamicQuery dynamicQuery,
                                                                        int start,
                                                                        int end)
                                                                 throws SystemException
Throws:
SystemException
See Also:
BasePersistence.findWithDynamicQuery(DynamicQuery, int, int)

remove

public static WorkflowInstanceLink remove(WorkflowInstanceLink workflowInstanceLink)
                                   throws SystemException
Throws:
SystemException
See Also:
BasePersistence.remove(com.liferay.portal.model.BaseModel)

update

public static WorkflowInstanceLink update(WorkflowInstanceLink workflowInstanceLink,
                                          boolean merge)
                                   throws SystemException
Throws:
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,
                                          SystemException
Throws:
NoSuchWorkflowInstanceLinkException
SystemException

updateImpl

public static WorkflowInstanceLink updateImpl(WorkflowInstanceLink workflowInstanceLink,
                                              boolean merge)
                                       throws SystemException
Throws:
SystemException

findByPrimaryKey

public static WorkflowInstanceLink findByPrimaryKey(long workflowInstanceLinkId)
                                             throws NoSuchWorkflowInstanceLinkException,
                                                    SystemException
Throws:
NoSuchWorkflowInstanceLinkException
SystemException

fetchByPrimaryKey

public static WorkflowInstanceLink fetchByPrimaryKey(long workflowInstanceLinkId)
                                              throws SystemException
Throws:
SystemException

findByG_C_C_C

public static java.util.List<WorkflowInstanceLink> findByG_C_C_C(long groupId,
                                                                 long companyId,
                                                                 long classNameId,
                                                                 long classPK)
                                                          throws SystemException
Throws:
SystemException

findByG_C_C_C

public static java.util.List<WorkflowInstanceLink> findByG_C_C_C(long groupId,
                                                                 long companyId,
                                                                 long classNameId,
                                                                 long classPK,
                                                                 int start,
                                                                 int end)
                                                          throws SystemException
Throws:
SystemException

findByG_C_C_C

public static java.util.List<WorkflowInstanceLink> findByG_C_C_C(long groupId,
                                                                 long companyId,
                                                                 long classNameId,
                                                                 long classPK,
                                                                 int start,
                                                                 int end,
                                                                 OrderByComparator orderByComparator)
                                                          throws SystemException
Throws:
SystemException

findByG_C_C_C_First

public static WorkflowInstanceLink findByG_C_C_C_First(long groupId,
                                                       long companyId,
                                                       long classNameId,
                                                       long classPK,
                                                       OrderByComparator orderByComparator)
                                                throws NoSuchWorkflowInstanceLinkException,
                                                       SystemException
Throws:
NoSuchWorkflowInstanceLinkException
SystemException

findByG_C_C_C_Last

public static WorkflowInstanceLink findByG_C_C_C_Last(long groupId,
                                                      long companyId,
                                                      long classNameId,
                                                      long classPK,
                                                      OrderByComparator orderByComparator)
                                               throws NoSuchWorkflowInstanceLinkException,
                                                      SystemException
Throws:
NoSuchWorkflowInstanceLinkException
SystemException

findByG_C_C_C_PrevAndNext

public static WorkflowInstanceLink[] findByG_C_C_C_PrevAndNext(long workflowInstanceLinkId,
                                                               long groupId,
                                                               long companyId,
                                                               long classNameId,
                                                               long classPK,
                                                               OrderByComparator orderByComparator)
                                                        throws NoSuchWorkflowInstanceLinkException,
                                                               SystemException
Throws:
NoSuchWorkflowInstanceLinkException
SystemException

findAll

public static java.util.List<WorkflowInstanceLink> findAll()
                                                    throws SystemException
Throws:
SystemException

findAll

public static java.util.List<WorkflowInstanceLink> findAll(int start,
                                                           int end)
                                                    throws SystemException
Throws:
SystemException

findAll

public static java.util.List<WorkflowInstanceLink> findAll(int start,
                                                           int end,
                                                           OrderByComparator orderByComparator)
                                                    throws SystemException
Throws:
SystemException

removeByG_C_C_C

public static void removeByG_C_C_C(long groupId,
                                   long companyId,
                                   long classNameId,
                                   long classPK)
                            throws SystemException
Throws:
SystemException

removeAll

public static void removeAll()
                      throws SystemException
Throws:
SystemException

countByG_C_C_C

public static int countByG_C_C_C(long groupId,
                                 long companyId,
                                 long classNameId,
                                 long classPK)
                          throws SystemException
Throws:
SystemException

countAll

public static int countAll()
                    throws SystemException
Throws:
SystemException

getPersistence

public static WorkflowInstanceLinkPersistence getPersistence()

setPersistence

public void setPersistence(WorkflowInstanceLinkPersistence persistence)