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 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 orderByComparator)
           
 WorkflowInstanceLink findByG_C_C_C_First(long groupId, long companyId, long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
           
 WorkflowInstanceLink findByG_C_C_C_Last(long groupId, long companyId, long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
           
 WorkflowInstanceLink[] findByG_C_C_C_PrevAndNext(long workflowInstanceLinkId, long groupId, long companyId, long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
           
 java.util.List<WorkflowInstanceLink> findByG_C_C_C(long groupId, long companyId, long classNameId, long classPK)
           
 java.util.List<WorkflowInstanceLink> findByG_C_C_C(long groupId, long companyId, long classNameId, long classPK, int start, int end)
           
 java.util.List<WorkflowInstanceLink> findByG_C_C_C(long groupId, long companyId, long classNameId, long classPK, int start, int end, com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
           
 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, countWithDynamicQuery, fetchByPrimaryKey, findByPrimaryKey, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, getListeners, registerListener, remove, remove, unregisterListener, update
 

Method Detail

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

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

findByG_C_C_C

java.util.List<WorkflowInstanceLink> findByG_C_C_C(long groupId,
                                                   long companyId,
                                                   long classNameId,
                                                   long classPK,
                                                   int start,
                                                   int end)
                                                   throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

findByG_C_C_C

java.util.List<WorkflowInstanceLink> findByG_C_C_C(long groupId,
                                                   long companyId,
                                                   long classNameId,
                                                   long classPK,
                                                   int start,
                                                   int end,
                                                   com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
                                                   throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

findByG_C_C_C_First

WorkflowInstanceLink findByG_C_C_C_First(long groupId,
                                         long companyId,
                                         long classNameId,
                                         long classPK,
                                         com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
                                         throws NoSuchWorkflowInstanceLinkException,
                                                com.liferay.portal.kernel.exception.SystemException
Throws:
NoSuchWorkflowInstanceLinkException
com.liferay.portal.kernel.exception.SystemException

findByG_C_C_C_Last

WorkflowInstanceLink findByG_C_C_C_Last(long groupId,
                                        long companyId,
                                        long classNameId,
                                        long classPK,
                                        com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
                                        throws NoSuchWorkflowInstanceLinkException,
                                               com.liferay.portal.kernel.exception.SystemException
Throws:
NoSuchWorkflowInstanceLinkException
com.liferay.portal.kernel.exception.SystemException

findByG_C_C_C_PrevAndNext

WorkflowInstanceLink[] findByG_C_C_C_PrevAndNext(long workflowInstanceLinkId,
                                                 long groupId,
                                                 long companyId,
                                                 long classNameId,
                                                 long classPK,
                                                 com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
                                                 throws NoSuchWorkflowInstanceLinkException,
                                                        com.liferay.portal.kernel.exception.SystemException
Throws:
NoSuchWorkflowInstanceLinkException
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 orderByComparator)
                                             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 com.liferay.portal.kernel.exception.SystemException
Throws:
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