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,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
PasswordPolicyRel |
findByC_C(long classNameId,
long classPK)
|
PasswordPolicyRel |
findByP_C_C(long passwordPolicyId,
long classNameId,
long classPK)
|
PasswordPolicyRel |
findByPasswordPolicyId_First(long passwordPolicyId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
PasswordPolicyRel |
findByPasswordPolicyId_Last(long passwordPolicyId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
PasswordPolicyRel[] |
findByPasswordPolicyId_PrevAndNext(long passwordPolicyRelId,
long passwordPolicyId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
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,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
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, fetchByPrimaryKey, findByPrimaryKey, findWithDynamicQuery, findWithDynamicQuery, getListeners, registerListener, remove, remove, unregisterListener, update |
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,
com.liferay.portal.kernel.exception.SystemException
- Throws:
NoSuchPasswordPolicyRelException
com.liferay.portal.kernel.exception.SystemException
updateImpl
PasswordPolicyRel updateImpl(PasswordPolicyRel passwordPolicyRel,
boolean merge)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByPrimaryKey
PasswordPolicyRel findByPrimaryKey(long passwordPolicyRelId)
throws NoSuchPasswordPolicyRelException,
com.liferay.portal.kernel.exception.SystemException
- Throws:
NoSuchPasswordPolicyRelException
com.liferay.portal.kernel.exception.SystemException
fetchByPrimaryKey
PasswordPolicyRel fetchByPrimaryKey(long passwordPolicyRelId)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByPasswordPolicyId
java.util.List<PasswordPolicyRel> findByPasswordPolicyId(long passwordPolicyId)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByPasswordPolicyId
java.util.List<PasswordPolicyRel> findByPasswordPolicyId(long passwordPolicyId,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByPasswordPolicyId
java.util.List<PasswordPolicyRel> findByPasswordPolicyId(long passwordPolicyId,
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
findByPasswordPolicyId_First
PasswordPolicyRel findByPasswordPolicyId_First(long passwordPolicyId,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws NoSuchPasswordPolicyRelException,
com.liferay.portal.kernel.exception.SystemException
- Throws:
NoSuchPasswordPolicyRelException
com.liferay.portal.kernel.exception.SystemException
findByPasswordPolicyId_Last
PasswordPolicyRel findByPasswordPolicyId_Last(long passwordPolicyId,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws NoSuchPasswordPolicyRelException,
com.liferay.portal.kernel.exception.SystemException
- Throws:
NoSuchPasswordPolicyRelException
com.liferay.portal.kernel.exception.SystemException
findByPasswordPolicyId_PrevAndNext
PasswordPolicyRel[] findByPasswordPolicyId_PrevAndNext(long passwordPolicyRelId,
long passwordPolicyId,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws NoSuchPasswordPolicyRelException,
com.liferay.portal.kernel.exception.SystemException
- Throws:
NoSuchPasswordPolicyRelException
com.liferay.portal.kernel.exception.SystemException
findByC_C
PasswordPolicyRel findByC_C(long classNameId,
long classPK)
throws NoSuchPasswordPolicyRelException,
com.liferay.portal.kernel.exception.SystemException
- Throws:
NoSuchPasswordPolicyRelException
com.liferay.portal.kernel.exception.SystemException
fetchByC_C
PasswordPolicyRel fetchByC_C(long classNameId,
long classPK)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
fetchByC_C
PasswordPolicyRel fetchByC_C(long classNameId,
long classPK,
boolean retrieveFromCache)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByP_C_C
PasswordPolicyRel findByP_C_C(long passwordPolicyId,
long classNameId,
long classPK)
throws NoSuchPasswordPolicyRelException,
com.liferay.portal.kernel.exception.SystemException
- Throws:
NoSuchPasswordPolicyRelException
com.liferay.portal.kernel.exception.SystemException
fetchByP_C_C
PasswordPolicyRel fetchByP_C_C(long passwordPolicyId,
long classNameId,
long classPK)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
fetchByP_C_C
PasswordPolicyRel fetchByP_C_C(long passwordPolicyId,
long classNameId,
long classPK,
boolean retrieveFromCache)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findAll
java.util.List<PasswordPolicyRel> findAll()
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findAll
java.util.List<PasswordPolicyRel> findAll(int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findAll
java.util.List<PasswordPolicyRel> 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
removeByPasswordPolicyId
void removeByPasswordPolicyId(long passwordPolicyId)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
removeByC_C
void removeByC_C(long classNameId,
long classPK)
throws NoSuchPasswordPolicyRelException,
com.liferay.portal.kernel.exception.SystemException
- Throws:
NoSuchPasswordPolicyRelException
com.liferay.portal.kernel.exception.SystemException
removeByP_C_C
void removeByP_C_C(long passwordPolicyId,
long classNameId,
long classPK)
throws NoSuchPasswordPolicyRelException,
com.liferay.portal.kernel.exception.SystemException
- Throws:
NoSuchPasswordPolicyRelException
com.liferay.portal.kernel.exception.SystemException
removeAll
void removeAll()
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
countByPasswordPolicyId
int countByPasswordPolicyId(long passwordPolicyId)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
countByC_C
int countByC_C(long classNameId,
long classPK)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
countByP_C_C
int countByP_C_C(long passwordPolicyId,
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