com.liferay.portal.service.persistence
Interface PasswordPolicyRelPersistence

All Superinterfaces:
BasePersistence<PasswordPolicyRel>

public interface PasswordPolicyRelPersistence
extends BasePersistence<PasswordPolicyRel>

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:
PasswordPolicyRelPersistenceImpl, PasswordPolicyRelUtil
Generated:

Method Summary
 void cacheResult(java.util.List<PasswordPolicyRel> passwordPolicyRels)
           
 void cacheResult(PasswordPolicyRel passwordPolicyRel)
           
 int countAll()
           
 int countByC_C(long classNameId, long classPK)
           
 int countByP_C_C(long passwordPolicyId, long classNameId, long classPK)
           
 int countByPasswordPolicyId(long passwordPolicyId)
           
 PasswordPolicyRel create(long passwordPolicyRelId)
           
 PasswordPolicyRel fetchByC_C(long classNameId, long classPK)
           
 PasswordPolicyRel fetchByC_C(long classNameId, long classPK, boolean retrieveFromCache)
           
 PasswordPolicyRel fetchByP_C_C(long passwordPolicyId, long classNameId, long classPK)
           
 PasswordPolicyRel fetchByP_C_C(long passwordPolicyId, long classNameId, long classPK, boolean retrieveFromCache)
           
 PasswordPolicyRel fetchByPrimaryKey(long passwordPolicyRelId)
           
 java.util.List<PasswordPolicyRel> findAll()
           
 java.util.List<PasswordPolicyRel> findAll(int start, int end)
           
 java.util.List<PasswordPolicyRel> findAll(int start, int end, OrderByComparator orderByComparator)
           
 PasswordPolicyRel findByC_C(long classNameId, long classPK)
           
 PasswordPolicyRel findByP_C_C(long passwordPolicyId, long classNameId, long classPK)
           
 PasswordPolicyRel findByPasswordPolicyId_First(long passwordPolicyId, OrderByComparator orderByComparator)
           
 PasswordPolicyRel findByPasswordPolicyId_Last(long passwordPolicyId, OrderByComparator orderByComparator)
           
 PasswordPolicyRel[] findByPasswordPolicyId_PrevAndNext(long passwordPolicyRelId, long passwordPolicyId, OrderByComparator orderByComparator)
           
 java.util.List<PasswordPolicyRel> findByPasswordPolicyId(long passwordPolicyId)
           
 java.util.List<PasswordPolicyRel> findByPasswordPolicyId(long passwordPolicyId, int start, int end)
           
 java.util.List<PasswordPolicyRel> findByPasswordPolicyId(long passwordPolicyId, int start, int end, OrderByComparator orderByComparator)
           
 PasswordPolicyRel findByPrimaryKey(long passwordPolicyRelId)
           
 PasswordPolicyRel remove(long passwordPolicyRelId)
           
 void removeAll()
           
 void removeByC_C(long classNameId, long classPK)
           
 void removeByP_C_C(long passwordPolicyId, long classNameId, long classPK)
           
 void removeByPasswordPolicyId(long passwordPolicyId)
           
 PasswordPolicyRel updateImpl(PasswordPolicyRel passwordPolicyRel, 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(PasswordPolicyRel passwordPolicyRel)

cacheResult

void cacheResult(java.util.List<PasswordPolicyRel> passwordPolicyRels)

create

PasswordPolicyRel create(long passwordPolicyRelId)

remove

PasswordPolicyRel remove(long passwordPolicyRelId)
                         throws NoSuchPasswordPolicyRelException,
                                SystemException
Throws:
NoSuchPasswordPolicyRelException
SystemException

updateImpl

PasswordPolicyRel updateImpl(PasswordPolicyRel passwordPolicyRel,
                             boolean merge)
                             throws SystemException
Throws:
SystemException

findByPrimaryKey

PasswordPolicyRel findByPrimaryKey(long passwordPolicyRelId)
                                   throws NoSuchPasswordPolicyRelException,
                                          SystemException
Throws:
NoSuchPasswordPolicyRelException
SystemException

fetchByPrimaryKey

PasswordPolicyRel fetchByPrimaryKey(long passwordPolicyRelId)
                                    throws SystemException
Throws:
SystemException

findByPasswordPolicyId

java.util.List<PasswordPolicyRel> findByPasswordPolicyId(long passwordPolicyId)
                                                         throws SystemException
Throws:
SystemException

findByPasswordPolicyId

java.util.List<PasswordPolicyRel> findByPasswordPolicyId(long passwordPolicyId,
                                                         int start,
                                                         int end)
                                                         throws SystemException
Throws:
SystemException

findByPasswordPolicyId

java.util.List<PasswordPolicyRel> findByPasswordPolicyId(long passwordPolicyId,
                                                         int start,
                                                         int end,
                                                         OrderByComparator orderByComparator)
                                                         throws SystemException
Throws:
SystemException

findByPasswordPolicyId_First

PasswordPolicyRel findByPasswordPolicyId_First(long passwordPolicyId,
                                               OrderByComparator orderByComparator)
                                               throws NoSuchPasswordPolicyRelException,
                                                      SystemException
Throws:
NoSuchPasswordPolicyRelException
SystemException

findByPasswordPolicyId_Last

PasswordPolicyRel findByPasswordPolicyId_Last(long passwordPolicyId,
                                              OrderByComparator orderByComparator)
                                              throws NoSuchPasswordPolicyRelException,
                                                     SystemException
Throws:
NoSuchPasswordPolicyRelException
SystemException

findByPasswordPolicyId_PrevAndNext

PasswordPolicyRel[] findByPasswordPolicyId_PrevAndNext(long passwordPolicyRelId,
                                                       long passwordPolicyId,
                                                       OrderByComparator orderByComparator)
                                                       throws NoSuchPasswordPolicyRelException,
                                                              SystemException
Throws:
NoSuchPasswordPolicyRelException
SystemException

findByC_C

PasswordPolicyRel findByC_C(long classNameId,
                            long classPK)
                            throws NoSuchPasswordPolicyRelException,
                                   SystemException
Throws:
NoSuchPasswordPolicyRelException
SystemException

fetchByC_C

PasswordPolicyRel fetchByC_C(long classNameId,
                             long classPK)
                             throws SystemException
Throws:
SystemException

fetchByC_C

PasswordPolicyRel fetchByC_C(long classNameId,
                             long classPK,
                             boolean retrieveFromCache)
                             throws SystemException
Throws:
SystemException

findByP_C_C

PasswordPolicyRel findByP_C_C(long passwordPolicyId,
                              long classNameId,
                              long classPK)
                              throws NoSuchPasswordPolicyRelException,
                                     SystemException
Throws:
NoSuchPasswordPolicyRelException
SystemException

fetchByP_C_C

PasswordPolicyRel fetchByP_C_C(long passwordPolicyId,
                               long classNameId,
                               long classPK)
                               throws SystemException
Throws:
SystemException

fetchByP_C_C

PasswordPolicyRel fetchByP_C_C(long passwordPolicyId,
                               long classNameId,
                               long classPK,
                               boolean retrieveFromCache)
                               throws SystemException
Throws:
SystemException

findAll

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

findAll

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

findAll

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

removeByPasswordPolicyId

void removeByPasswordPolicyId(long passwordPolicyId)
                              throws SystemException
Throws:
SystemException

removeByC_C

void removeByC_C(long classNameId,
                 long classPK)
                 throws NoSuchPasswordPolicyRelException,
                        SystemException
Throws:
NoSuchPasswordPolicyRelException
SystemException

removeByP_C_C

void removeByP_C_C(long passwordPolicyId,
                   long classNameId,
                   long classPK)
                   throws NoSuchPasswordPolicyRelException,
                          SystemException
Throws:
NoSuchPasswordPolicyRelException
SystemException

removeAll

void removeAll()
               throws SystemException
Throws:
SystemException

countByPasswordPolicyId

int countByPasswordPolicyId(long passwordPolicyId)
                            throws SystemException
Throws:
SystemException

countByC_C

int countByC_C(long classNameId,
               long classPK)
               throws SystemException
Throws:
SystemException

countByP_C_C

int countByP_C_C(long passwordPolicyId,
                 long classNameId,
                 long classPK)
                 throws SystemException
Throws:
SystemException

countAll

int countAll()
             throws SystemException
Throws:
SystemException