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, OrderByComparator orderByComparator)
           
 WorkflowInstanceLink findByG_C_C_C_First(long groupId, long companyId, long classNameId, long classPK, OrderByComparator orderByComparator)
           
 WorkflowInstanceLink findByG_C_C_C_Last(long groupId, long companyId, long classNameId, long classPK, OrderByComparator orderByComparator)
           
 WorkflowInstanceLink[] findByG_C_C_C_PrevAndNext(long workflowInstanceLinkId, long groupId, long companyId, long classNameId, long classPK, 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, 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, clearCache, countWithDynamicQuery, fetchByPrimaryKey, findByPrimaryKey, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, getDataSource, getListeners, registerListener, remove, remove, setDataSource, 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,
                                   SystemException
Throws:
NoSuchWorkflowInstanceLinkException
SystemException

updateImpl

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

findByPrimaryKey

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

fetchByPrimaryKey

WorkflowInstanceLink fetchByPrimaryKey(long workflowInstanceLinkId)
                                       throws SystemException
Throws:
SystemException

findByG_C_C_C

java.util.List<WorkflowInstanceLink> findByG_C_C_C(long groupId,
                                                   long companyId,
                                                   long classNameId,
                                                   long classPK)
                                                   throws SystemException
Throws:
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 SystemException
Throws:
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,
                                                   OrderByComparator orderByComparator)
                                                   throws SystemException
Throws:
SystemException

findByG_C_C_C_First

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

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

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

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

findAll

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

findAll

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

removeByG_C_C_C

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

removeAll

void removeAll()
               throws SystemException
Throws:
SystemException

countByG_C_C_C

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

countAll

int countAll()
             throws SystemException
Throws:
SystemException