|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PasswordPolicyRelPersistence
Method Summary | |
---|---|
int |
countAll()
|
int |
countByC_C(long classNameId,
long classPK)
|
int |
countByP_C_C(long passwordPolicyId,
long classNameId,
long classPK)
|
PasswordPolicyRel |
create(long passwordPolicyRelId)
|
PasswordPolicyRel |
fetchByC_C(long classNameId,
long classPK)
|
PasswordPolicyRel |
fetchByP_C_C(long passwordPolicyId,
long classNameId,
long classPK)
|
PasswordPolicyRel |
fetchByPrimaryKey(long passwordPolicyRelId)
|
java.util.List<PasswordPolicyRel> |
findAll()
|
java.util.List<PasswordPolicyRel> |
findAll(int begin,
int end)
|
java.util.List<PasswordPolicyRel> |
findAll(int begin,
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 |
findByPrimaryKey(long passwordPolicyRelId)
|
java.util.List<PasswordPolicyRel> |
findWithDynamicQuery(com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer)
|
java.util.List<PasswordPolicyRel> |
findWithDynamicQuery(com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer,
int begin,
int end)
|
PasswordPolicyRel |
remove(long passwordPolicyRelId)
|
PasswordPolicyRel |
remove(PasswordPolicyRel passwordPolicyRel)
|
void |
removeAll()
|
void |
removeByC_C(long classNameId,
long classPK)
|
void |
removeByP_C_C(long passwordPolicyId,
long classNameId,
long classPK)
|
PasswordPolicyRel |
update(PasswordPolicyRel passwordPolicyRel)
Deprecated. Use update(PasswordPolicyRel passwordPolicyRel, boolean merge) . |
PasswordPolicyRel |
update(PasswordPolicyRel passwordPolicyRel,
boolean merge)
Add, update, or merge, the entity. |
PasswordPolicyRel |
updateImpl(PasswordPolicyRel passwordPolicyRel,
boolean merge)
|
Method Detail |
---|
PasswordPolicyRel create(long passwordPolicyRelId)
PasswordPolicyRel remove(long passwordPolicyRelId) throws com.liferay.portal.SystemException, NoSuchPasswordPolicyRelException
com.liferay.portal.SystemException
NoSuchPasswordPolicyRelException
PasswordPolicyRel remove(PasswordPolicyRel passwordPolicyRel) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
PasswordPolicyRel update(PasswordPolicyRel passwordPolicyRel) throws com.liferay.portal.SystemException
update(PasswordPolicyRel passwordPolicyRel, boolean merge)
.
com.liferay.portal.SystemException
PasswordPolicyRel update(PasswordPolicyRel passwordPolicyRel, boolean merge) throws com.liferay.portal.SystemException
passwordPolicyRel
- the entity to add, update, or mergemerge
- boolean value for whether to merge the entity. The
default value is false. Setting merge to true is more
expensive and should only be true when passwordPolicyRel is
transient. See LEP-5473 for a detailed discussion of this
method.
com.liferay.portal.SystemException
PasswordPolicyRel updateImpl(PasswordPolicyRel passwordPolicyRel, boolean merge) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
PasswordPolicyRel findByPrimaryKey(long passwordPolicyRelId) throws com.liferay.portal.SystemException, NoSuchPasswordPolicyRelException
com.liferay.portal.SystemException
NoSuchPasswordPolicyRelException
PasswordPolicyRel fetchByPrimaryKey(long passwordPolicyRelId) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
PasswordPolicyRel findByC_C(long classNameId, long classPK) throws com.liferay.portal.SystemException, NoSuchPasswordPolicyRelException
com.liferay.portal.SystemException
NoSuchPasswordPolicyRelException
PasswordPolicyRel fetchByC_C(long classNameId, long classPK) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
PasswordPolicyRel findByP_C_C(long passwordPolicyId, long classNameId, long classPK) throws com.liferay.portal.SystemException, NoSuchPasswordPolicyRelException
com.liferay.portal.SystemException
NoSuchPasswordPolicyRelException
PasswordPolicyRel fetchByP_C_C(long passwordPolicyId, long classNameId, long classPK) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<PasswordPolicyRel> findWithDynamicQuery(com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<PasswordPolicyRel> findWithDynamicQuery(com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer, int begin, int end) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<PasswordPolicyRel> findAll() throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<PasswordPolicyRel> findAll(int begin, int end) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<PasswordPolicyRel> findAll(int begin, int end, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
void removeByC_C(long classNameId, long classPK) throws com.liferay.portal.SystemException, NoSuchPasswordPolicyRelException
com.liferay.portal.SystemException
NoSuchPasswordPolicyRelException
void removeByP_C_C(long passwordPolicyId, long classNameId, long classPK) throws com.liferay.portal.SystemException, NoSuchPasswordPolicyRelException
com.liferay.portal.SystemException
NoSuchPasswordPolicyRelException
void removeAll() throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
int countByC_C(long classNameId, long classPK) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
int countByP_C_C(long passwordPolicyId, long classNameId, long classPK) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
int countAll() throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |