Liferay 6.0.5

Uses of Interface
com.liferay.portal.model.PasswordPolicyRel

Packages that use PasswordPolicyRel
com.liferay.portal.model   
com.liferay.portal.model.impl   
com.liferay.portal.service   
com.liferay.portal.service.base   
com.liferay.portal.service.impl   
com.liferay.portal.service.persistence   
 

Uses of PasswordPolicyRel in com.liferay.portal.model
 

Classes in com.liferay.portal.model that implement PasswordPolicyRel
 class PasswordPolicyRelWrapper
           This class is a wrapper for PasswordPolicyRel.
 

Methods in com.liferay.portal.model that return PasswordPolicyRel
 PasswordPolicyRel PasswordPolicyRelWrapper.getWrappedPasswordPolicyRel()
           
 PasswordPolicyRel PasswordPolicyRelWrapper.toEscapedModel()
           
 PasswordPolicyRel PasswordPolicyRelModel.toEscapedModel()
          Gets a copy of this password policy rel as an escaped model instance by wrapping it with an AutoEscapeBeanHandler.
 

Methods in com.liferay.portal.model with parameters of type PasswordPolicyRel
 int PasswordPolicyRelWrapper.compareTo(PasswordPolicyRel passwordPolicyRel)
           
 int PasswordPolicyRelModel.compareTo(PasswordPolicyRel passwordPolicyRel)
           
 

Constructors in com.liferay.portal.model with parameters of type PasswordPolicyRel
PasswordPolicyRelWrapper(PasswordPolicyRel passwordPolicyRel)
           
 

Uses of PasswordPolicyRel in com.liferay.portal.model.impl
 

Classes in com.liferay.portal.model.impl that implement PasswordPolicyRel
 class PasswordPolicyRelImpl
           
 

Methods in com.liferay.portal.model.impl that return PasswordPolicyRel
 PasswordPolicyRel PasswordPolicyRelModelImpl.toEscapedModel()
           
 

Methods in com.liferay.portal.model.impl with parameters of type PasswordPolicyRel
 int PasswordPolicyRelModelImpl.compareTo(PasswordPolicyRel passwordPolicyRel)
           
 

Uses of PasswordPolicyRel in com.liferay.portal.service
 

Methods in com.liferay.portal.service that return PasswordPolicyRel
 PasswordPolicyRel PasswordPolicyRelLocalServiceWrapper.addPasswordPolicyRel(long passwordPolicyId, String className, long classPK)
           
static PasswordPolicyRel PasswordPolicyRelLocalServiceUtil.addPasswordPolicyRel(long passwordPolicyId, String className, long classPK)
           
 PasswordPolicyRel PasswordPolicyRelLocalService.addPasswordPolicyRel(long passwordPolicyId, String className, long classPK)
           
 PasswordPolicyRel PasswordPolicyRelLocalServiceWrapper.addPasswordPolicyRel(PasswordPolicyRel passwordPolicyRel)
          Adds the password policy rel to the database.
static PasswordPolicyRel PasswordPolicyRelLocalServiceUtil.addPasswordPolicyRel(PasswordPolicyRel passwordPolicyRel)
          Adds the password policy rel to the database.
 PasswordPolicyRel PasswordPolicyRelLocalService.addPasswordPolicyRel(PasswordPolicyRel passwordPolicyRel)
          Adds the password policy rel to the database.
 PasswordPolicyRel PasswordPolicyRelLocalServiceWrapper.createPasswordPolicyRel(long passwordPolicyRelId)
          Creates a new password policy rel with the primary key.
static PasswordPolicyRel PasswordPolicyRelLocalServiceUtil.createPasswordPolicyRel(long passwordPolicyRelId)
          Creates a new password policy rel with the primary key.
 PasswordPolicyRel PasswordPolicyRelLocalService.createPasswordPolicyRel(long passwordPolicyRelId)
          Creates a new password policy rel with the primary key.
 PasswordPolicyRel PasswordPolicyRelLocalServiceWrapper.getPasswordPolicyRel(long passwordPolicyRelId)
          Gets the password policy rel with the primary key.
static PasswordPolicyRel PasswordPolicyRelLocalServiceUtil.getPasswordPolicyRel(long passwordPolicyRelId)
          Gets the password policy rel with the primary key.
 PasswordPolicyRel PasswordPolicyRelLocalService.getPasswordPolicyRel(long passwordPolicyRelId)
          Gets the password policy rel with the primary key.
 PasswordPolicyRel PasswordPolicyRelLocalServiceWrapper.getPasswordPolicyRel(long passwordPolicyId, String className, long classPK)
           
static PasswordPolicyRel PasswordPolicyRelLocalServiceUtil.getPasswordPolicyRel(long passwordPolicyId, String className, long classPK)
           
 PasswordPolicyRel PasswordPolicyRelLocalService.getPasswordPolicyRel(long passwordPolicyId, String className, long classPK)
           
 PasswordPolicyRel PasswordPolicyRelLocalServiceWrapper.getPasswordPolicyRel(String className, long classPK)
           
static PasswordPolicyRel PasswordPolicyRelLocalServiceUtil.getPasswordPolicyRel(String className, long classPK)
           
 PasswordPolicyRel PasswordPolicyRelLocalService.getPasswordPolicyRel(String className, long classPK)
           
 PasswordPolicyRel PasswordPolicyRelLocalServiceWrapper.updatePasswordPolicyRel(PasswordPolicyRel passwordPolicyRel)
          Updates the password policy rel in the database.
static PasswordPolicyRel PasswordPolicyRelLocalServiceUtil.updatePasswordPolicyRel(PasswordPolicyRel passwordPolicyRel)
          Updates the password policy rel in the database.
 PasswordPolicyRel PasswordPolicyRelLocalService.updatePasswordPolicyRel(PasswordPolicyRel passwordPolicyRel)
          Updates the password policy rel in the database.
 PasswordPolicyRel PasswordPolicyRelLocalServiceWrapper.updatePasswordPolicyRel(PasswordPolicyRel passwordPolicyRel, boolean merge)
          Updates the password policy rel in the database.
static PasswordPolicyRel PasswordPolicyRelLocalServiceUtil.updatePasswordPolicyRel(PasswordPolicyRel passwordPolicyRel, boolean merge)
          Updates the password policy rel in the database.
 PasswordPolicyRel PasswordPolicyRelLocalService.updatePasswordPolicyRel(PasswordPolicyRel passwordPolicyRel, boolean merge)
          Updates the password policy rel in the database.
 

Methods in com.liferay.portal.service that return types with arguments of type PasswordPolicyRel
 List<PasswordPolicyRel> PasswordPolicyRelLocalServiceWrapper.getPasswordPolicyRels(int start, int end)
          Gets a range of all the password policy rels.
static List<PasswordPolicyRel> PasswordPolicyRelLocalServiceUtil.getPasswordPolicyRels(int start, int end)
          Gets a range of all the password policy rels.
 List<PasswordPolicyRel> PasswordPolicyRelLocalService.getPasswordPolicyRels(int start, int end)
          Gets a range of all the password policy rels.
 

Methods in com.liferay.portal.service with parameters of type PasswordPolicyRel
 PasswordPolicyRel PasswordPolicyRelLocalServiceWrapper.addPasswordPolicyRel(PasswordPolicyRel passwordPolicyRel)
          Adds the password policy rel to the database.
static PasswordPolicyRel PasswordPolicyRelLocalServiceUtil.addPasswordPolicyRel(PasswordPolicyRel passwordPolicyRel)
          Adds the password policy rel to the database.
 PasswordPolicyRel PasswordPolicyRelLocalService.addPasswordPolicyRel(PasswordPolicyRel passwordPolicyRel)
          Adds the password policy rel to the database.
 void PasswordPolicyRelLocalServiceWrapper.deletePasswordPolicyRel(PasswordPolicyRel passwordPolicyRel)
          Deletes the password policy rel from the database.
static void PasswordPolicyRelLocalServiceUtil.deletePasswordPolicyRel(PasswordPolicyRel passwordPolicyRel)
          Deletes the password policy rel from the database.
 void PasswordPolicyRelLocalService.deletePasswordPolicyRel(PasswordPolicyRel passwordPolicyRel)
          Deletes the password policy rel from the database.
 PasswordPolicyRel PasswordPolicyRelLocalServiceWrapper.updatePasswordPolicyRel(PasswordPolicyRel passwordPolicyRel)
          Updates the password policy rel in the database.
static PasswordPolicyRel PasswordPolicyRelLocalServiceUtil.updatePasswordPolicyRel(PasswordPolicyRel passwordPolicyRel)
          Updates the password policy rel in the database.
 PasswordPolicyRel PasswordPolicyRelLocalService.updatePasswordPolicyRel(PasswordPolicyRel passwordPolicyRel)
          Updates the password policy rel in the database.
 PasswordPolicyRel PasswordPolicyRelLocalServiceWrapper.updatePasswordPolicyRel(PasswordPolicyRel passwordPolicyRel, boolean merge)
          Updates the password policy rel in the database.
static PasswordPolicyRel PasswordPolicyRelLocalServiceUtil.updatePasswordPolicyRel(PasswordPolicyRel passwordPolicyRel, boolean merge)
          Updates the password policy rel in the database.
 PasswordPolicyRel PasswordPolicyRelLocalService.updatePasswordPolicyRel(PasswordPolicyRel passwordPolicyRel, boolean merge)
          Updates the password policy rel in the database.
 

Uses of PasswordPolicyRel in com.liferay.portal.service.base
 

Methods in com.liferay.portal.service.base that return PasswordPolicyRel
 PasswordPolicyRel PasswordPolicyRelLocalServiceBaseImpl.addPasswordPolicyRel(PasswordPolicyRel passwordPolicyRel)
          Adds the password policy rel to the database.
 PasswordPolicyRel PasswordPolicyRelLocalServiceBaseImpl.createPasswordPolicyRel(long passwordPolicyRelId)
          Creates a new password policy rel with the primary key.
 PasswordPolicyRel PasswordPolicyRelLocalServiceBaseImpl.getPasswordPolicyRel(long passwordPolicyRelId)
          Gets the password policy rel with the primary key.
 PasswordPolicyRel PasswordPolicyRelLocalServiceBaseImpl.updatePasswordPolicyRel(PasswordPolicyRel passwordPolicyRel)
          Updates the password policy rel in the database.
 PasswordPolicyRel PasswordPolicyRelLocalServiceBaseImpl.updatePasswordPolicyRel(PasswordPolicyRel passwordPolicyRel, boolean merge)
          Updates the password policy rel in the database.
 

Methods in com.liferay.portal.service.base that return types with arguments of type PasswordPolicyRel
 List<PasswordPolicyRel> PasswordPolicyRelLocalServiceBaseImpl.getPasswordPolicyRels(int start, int end)
          Gets a range of all the password policy rels.
 

Methods in com.liferay.portal.service.base with parameters of type PasswordPolicyRel
 PasswordPolicyRel PasswordPolicyRelLocalServiceBaseImpl.addPasswordPolicyRel(PasswordPolicyRel passwordPolicyRel)
          Adds the password policy rel to the database.
 void PasswordPolicyRelLocalServiceBaseImpl.deletePasswordPolicyRel(PasswordPolicyRel passwordPolicyRel)
          Deletes the password policy rel from the database.
 PasswordPolicyRel PasswordPolicyRelLocalServiceBaseImpl.updatePasswordPolicyRel(PasswordPolicyRel passwordPolicyRel)
          Updates the password policy rel in the database.
 PasswordPolicyRel PasswordPolicyRelLocalServiceBaseImpl.updatePasswordPolicyRel(PasswordPolicyRel passwordPolicyRel, boolean merge)
          Updates the password policy rel in the database.
 

Uses of PasswordPolicyRel in com.liferay.portal.service.impl
 

Methods in com.liferay.portal.service.impl that return PasswordPolicyRel
 PasswordPolicyRel PasswordPolicyRelLocalServiceImpl.addPasswordPolicyRel(long passwordPolicyId, String className, long classPK)
           
 PasswordPolicyRel PasswordPolicyRelLocalServiceImpl.getPasswordPolicyRel(long passwordPolicyId, String className, long classPK)
           
 PasswordPolicyRel PasswordPolicyRelLocalServiceImpl.getPasswordPolicyRel(String className, long classPK)
           
 

Uses of PasswordPolicyRel in com.liferay.portal.service.persistence
 

Methods in com.liferay.portal.service.persistence that return PasswordPolicyRel
static PasswordPolicyRel PasswordPolicyRelUtil.create(long passwordPolicyRelId)
          Creates a new password policy rel with the primary key.
 PasswordPolicyRel PasswordPolicyRelPersistence.create(long passwordPolicyRelId)
          Creates a new password policy rel with the primary key.
 PasswordPolicyRel PasswordPolicyRelPersistenceImpl.create(long passwordPolicyRelId)
          Creates a new password policy rel with the primary key.
static PasswordPolicyRel PasswordPolicyRelUtil.fetchByC_C(long classNameId, long classPK)
          Finds the password policy rel where classNameId = ? and classPK = ? or returns null if it could not be found.
 PasswordPolicyRel PasswordPolicyRelPersistence.fetchByC_C(long classNameId, long classPK)
          Finds the password policy rel where classNameId = ? and classPK = ? or returns null if it could not be found.
 PasswordPolicyRel PasswordPolicyRelPersistenceImpl.fetchByC_C(long classNameId, long classPK)
          Finds the password policy rel where classNameId = ? and classPK = ? or returns null if it could not be found.
static PasswordPolicyRel PasswordPolicyRelUtil.fetchByC_C(long classNameId, long classPK, boolean retrieveFromCache)
          Finds the password policy rel where classNameId = ? and classPK = ? or returns null if it could not be found, optionally using the finder cache.
 PasswordPolicyRel PasswordPolicyRelPersistence.fetchByC_C(long classNameId, long classPK, boolean retrieveFromCache)
          Finds the password policy rel where classNameId = ? and classPK = ? or returns null if it could not be found, optionally using the finder cache.
 PasswordPolicyRel PasswordPolicyRelPersistenceImpl.fetchByC_C(long classNameId, long classPK, boolean retrieveFromCache)
          Finds the password policy rel where classNameId = ? and classPK = ? or returns null if it could not be found, optionally using the finder cache.
static PasswordPolicyRel PasswordPolicyRelUtil.fetchByP_C_C(long passwordPolicyId, long classNameId, long classPK)
          Finds the password policy rel where passwordPolicyId = ? and classNameId = ? and classPK = ? or returns null if it could not be found.
 PasswordPolicyRel PasswordPolicyRelPersistence.fetchByP_C_C(long passwordPolicyId, long classNameId, long classPK)
          Finds the password policy rel where passwordPolicyId = ? and classNameId = ? and classPK = ? or returns null if it could not be found.
 PasswordPolicyRel PasswordPolicyRelPersistenceImpl.fetchByP_C_C(long passwordPolicyId, long classNameId, long classPK)
          Finds the password policy rel where passwordPolicyId = ? and classNameId = ? and classPK = ? or returns null if it could not be found.
static PasswordPolicyRel PasswordPolicyRelUtil.fetchByP_C_C(long passwordPolicyId, long classNameId, long classPK, boolean retrieveFromCache)
          Finds the password policy rel where passwordPolicyId = ? and classNameId = ? and classPK = ? or returns null if it could not be found, optionally using the finder cache.
 PasswordPolicyRel PasswordPolicyRelPersistence.fetchByP_C_C(long passwordPolicyId, long classNameId, long classPK, boolean retrieveFromCache)
          Finds the password policy rel where passwordPolicyId = ? and classNameId = ? and classPK = ? or returns null if it could not be found, optionally using the finder cache.
 PasswordPolicyRel PasswordPolicyRelPersistenceImpl.fetchByP_C_C(long passwordPolicyId, long classNameId, long classPK, boolean retrieveFromCache)
          Finds the password policy rel where passwordPolicyId = ? and classNameId = ? and classPK = ? or returns null if it could not be found, optionally using the finder cache.
static PasswordPolicyRel PasswordPolicyRelUtil.fetchByPrimaryKey(long passwordPolicyRelId)
          Finds the password policy rel with the primary key or returns null if it could not be found.
 PasswordPolicyRel PasswordPolicyRelPersistence.fetchByPrimaryKey(long passwordPolicyRelId)
          Finds the password policy rel with the primary key or returns null if it could not be found.
 PasswordPolicyRel PasswordPolicyRelPersistenceImpl.fetchByPrimaryKey(long passwordPolicyRelId)
          Finds the password policy rel with the primary key or returns null if it could not be found.
 PasswordPolicyRel PasswordPolicyRelPersistenceImpl.fetchByPrimaryKey(Serializable primaryKey)
          Finds the password policy rel with the primary key or returns null if it could not be found.
static PasswordPolicyRel PasswordPolicyRelUtil.findByC_C(long classNameId, long classPK)
          Finds the password policy rel where classNameId = ? and classPK = ? or throws a NoSuchPasswordPolicyRelException if it could not be found.
 PasswordPolicyRel PasswordPolicyRelPersistence.findByC_C(long classNameId, long classPK)
          Finds the password policy rel where classNameId = ? and classPK = ? or throws a NoSuchPasswordPolicyRelException if it could not be found.
 PasswordPolicyRel PasswordPolicyRelPersistenceImpl.findByC_C(long classNameId, long classPK)
          Finds the password policy rel where classNameId = ? and classPK = ? or throws a NoSuchPasswordPolicyRelException if it could not be found.
static PasswordPolicyRel PasswordPolicyRelUtil.findByP_C_C(long passwordPolicyId, long classNameId, long classPK)
          Finds the password policy rel where passwordPolicyId = ? and classNameId = ? and classPK = ? or throws a NoSuchPasswordPolicyRelException if it could not be found.
 PasswordPolicyRel PasswordPolicyRelPersistence.findByP_C_C(long passwordPolicyId, long classNameId, long classPK)
          Finds the password policy rel where passwordPolicyId = ? and classNameId = ? and classPK = ? or throws a NoSuchPasswordPolicyRelException if it could not be found.
 PasswordPolicyRel PasswordPolicyRelPersistenceImpl.findByP_C_C(long passwordPolicyId, long classNameId, long classPK)
          Finds the password policy rel where passwordPolicyId = ? and classNameId = ? and classPK = ? or throws a NoSuchPasswordPolicyRelException if it could not be found.
static PasswordPolicyRel PasswordPolicyRelUtil.findByPasswordPolicyId_First(long passwordPolicyId, OrderByComparator orderByComparator)
          Finds the first password policy rel in the ordered set where passwordPolicyId = ?.
 PasswordPolicyRel PasswordPolicyRelPersistence.findByPasswordPolicyId_First(long passwordPolicyId, OrderByComparator orderByComparator)
          Finds the first password policy rel in the ordered set where passwordPolicyId = ?.
 PasswordPolicyRel PasswordPolicyRelPersistenceImpl.findByPasswordPolicyId_First(long passwordPolicyId, OrderByComparator orderByComparator)
          Finds the first password policy rel in the ordered set where passwordPolicyId = ?.
static PasswordPolicyRel PasswordPolicyRelUtil.findByPasswordPolicyId_Last(long passwordPolicyId, OrderByComparator orderByComparator)
          Finds the last password policy rel in the ordered set where passwordPolicyId = ?.
 PasswordPolicyRel PasswordPolicyRelPersistence.findByPasswordPolicyId_Last(long passwordPolicyId, OrderByComparator orderByComparator)
          Finds the last password policy rel in the ordered set where passwordPolicyId = ?.
 PasswordPolicyRel PasswordPolicyRelPersistenceImpl.findByPasswordPolicyId_Last(long passwordPolicyId, OrderByComparator orderByComparator)
          Finds the last password policy rel in the ordered set where passwordPolicyId = ?.
static PasswordPolicyRel[] PasswordPolicyRelUtil.findByPasswordPolicyId_PrevAndNext(long passwordPolicyRelId, long passwordPolicyId, OrderByComparator orderByComparator)
          Finds the password policy rels before and after the current password policy rel in the ordered set where passwordPolicyId = ?.
 PasswordPolicyRel[] PasswordPolicyRelPersistence.findByPasswordPolicyId_PrevAndNext(long passwordPolicyRelId, long passwordPolicyId, OrderByComparator orderByComparator)
          Finds the password policy rels before and after the current password policy rel in the ordered set where passwordPolicyId = ?.
 PasswordPolicyRel[] PasswordPolicyRelPersistenceImpl.findByPasswordPolicyId_PrevAndNext(long passwordPolicyRelId, long passwordPolicyId, OrderByComparator orderByComparator)
          Finds the password policy rels before and after the current password policy rel in the ordered set where passwordPolicyId = ?.
static PasswordPolicyRel PasswordPolicyRelUtil.findByPrimaryKey(long passwordPolicyRelId)
          Finds the password policy rel with the primary key or throws a NoSuchPasswordPolicyRelException if it could not be found.
 PasswordPolicyRel PasswordPolicyRelPersistence.findByPrimaryKey(long passwordPolicyRelId)
          Finds the password policy rel with the primary key or throws a NoSuchPasswordPolicyRelException if it could not be found.
 PasswordPolicyRel PasswordPolicyRelPersistenceImpl.findByPrimaryKey(long passwordPolicyRelId)
          Finds the password policy rel with the primary key or throws a NoSuchPasswordPolicyRelException if it could not be found.
 PasswordPolicyRel PasswordPolicyRelPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Finds the password policy rel with the primary key or throws a NoSuchModelException if it could not be found.
protected  PasswordPolicyRel PasswordPolicyRelPersistenceImpl.getByPasswordPolicyId_PrevAndNext(Session session, PasswordPolicyRel passwordPolicyRel, long passwordPolicyId, OrderByComparator orderByComparator, boolean previous)
           
static PasswordPolicyRel PasswordPolicyRelUtil.remove(long passwordPolicyRelId)
          Removes the password policy rel with the primary key from the database.
 PasswordPolicyRel PasswordPolicyRelPersistence.remove(long passwordPolicyRelId)
          Removes the password policy rel with the primary key from the database.
 PasswordPolicyRel PasswordPolicyRelPersistenceImpl.remove(long passwordPolicyRelId)
          Removes the password policy rel with the primary key from the database.
static PasswordPolicyRel PasswordPolicyRelUtil.remove(PasswordPolicyRel passwordPolicyRel)
           
 PasswordPolicyRel PasswordPolicyRelPersistenceImpl.remove(Serializable primaryKey)
          Removes the password policy rel with the primary key from the database.
protected  PasswordPolicyRel PasswordPolicyRelPersistenceImpl.removeImpl(PasswordPolicyRel passwordPolicyRel)
           
protected  PasswordPolicyRel PasswordPolicyRelPersistenceImpl.toUnwrappedModel(PasswordPolicyRel passwordPolicyRel)
           
static PasswordPolicyRel PasswordPolicyRelUtil.update(PasswordPolicyRel passwordPolicyRel, boolean merge)
           
static PasswordPolicyRel PasswordPolicyRelUtil.update(PasswordPolicyRel passwordPolicyRel, boolean merge, ServiceContext serviceContext)
           
static PasswordPolicyRel PasswordPolicyRelUtil.updateImpl(PasswordPolicyRel passwordPolicyRel, boolean merge)
           
 PasswordPolicyRel PasswordPolicyRelPersistence.updateImpl(PasswordPolicyRel passwordPolicyRel, boolean merge)
           
 PasswordPolicyRel PasswordPolicyRelPersistenceImpl.updateImpl(PasswordPolicyRel passwordPolicyRel, boolean merge)
           
 

Methods in com.liferay.portal.service.persistence that return types with arguments of type PasswordPolicyRel
static List<PasswordPolicyRel> PasswordPolicyRelUtil.findAll()
          Finds all the password policy rels.
 List<PasswordPolicyRel> PasswordPolicyRelPersistence.findAll()
          Finds all the password policy rels.
 List<PasswordPolicyRel> PasswordPolicyRelPersistenceImpl.findAll()
          Finds all the password policy rels.
static List<PasswordPolicyRel> PasswordPolicyRelUtil.findAll(int start, int end)
          Finds a range of all the password policy rels.
 List<PasswordPolicyRel> PasswordPolicyRelPersistence.findAll(int start, int end)
          Finds a range of all the password policy rels.
 List<PasswordPolicyRel> PasswordPolicyRelPersistenceImpl.findAll(int start, int end)
          Finds a range of all the password policy rels.
static List<PasswordPolicyRel> PasswordPolicyRelUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the password policy rels.
 List<PasswordPolicyRel> PasswordPolicyRelPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the password policy rels.
 List<PasswordPolicyRel> PasswordPolicyRelPersistenceImpl.findAll(int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the password policy rels.
static List<PasswordPolicyRel> PasswordPolicyRelUtil.findByPasswordPolicyId(long passwordPolicyId)
          Finds all the password policy rels where passwordPolicyId = ?.
 List<PasswordPolicyRel> PasswordPolicyRelPersistence.findByPasswordPolicyId(long passwordPolicyId)
          Finds all the password policy rels where passwordPolicyId = ?.
 List<PasswordPolicyRel> PasswordPolicyRelPersistenceImpl.findByPasswordPolicyId(long passwordPolicyId)
          Finds all the password policy rels where passwordPolicyId = ?.
static List<PasswordPolicyRel> PasswordPolicyRelUtil.findByPasswordPolicyId(long passwordPolicyId, int start, int end)
          Finds a range of all the password policy rels where passwordPolicyId = ?.
 List<PasswordPolicyRel> PasswordPolicyRelPersistence.findByPasswordPolicyId(long passwordPolicyId, int start, int end)
          Finds a range of all the password policy rels where passwordPolicyId = ?.
 List<PasswordPolicyRel> PasswordPolicyRelPersistenceImpl.findByPasswordPolicyId(long passwordPolicyId, int start, int end)
          Finds a range of all the password policy rels where passwordPolicyId = ?.
static List<PasswordPolicyRel> PasswordPolicyRelUtil.findByPasswordPolicyId(long passwordPolicyId, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the password policy rels where passwordPolicyId = ?.
 List<PasswordPolicyRel> PasswordPolicyRelPersistence.findByPasswordPolicyId(long passwordPolicyId, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the password policy rels where passwordPolicyId = ?.
 List<PasswordPolicyRel> PasswordPolicyRelPersistenceImpl.findByPasswordPolicyId(long passwordPolicyId, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the password policy rels where passwordPolicyId = ?.
static List<PasswordPolicyRel> PasswordPolicyRelUtil.findWithDynamicQuery(DynamicQuery dynamicQuery)
           
static List<PasswordPolicyRel> PasswordPolicyRelUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end)
           
static List<PasswordPolicyRel> PasswordPolicyRelUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
 

Methods in com.liferay.portal.service.persistence with parameters of type PasswordPolicyRel
static void PasswordPolicyRelUtil.cacheResult(PasswordPolicyRel passwordPolicyRel)
          Caches the password policy rel in the entity cache if it is enabled.
 void PasswordPolicyRelPersistence.cacheResult(PasswordPolicyRel passwordPolicyRel)
          Caches the password policy rel in the entity cache if it is enabled.
 void PasswordPolicyRelPersistenceImpl.cacheResult(PasswordPolicyRel passwordPolicyRel)
          Caches the password policy rel in the entity cache if it is enabled.
static void PasswordPolicyRelUtil.clearCache(PasswordPolicyRel passwordPolicyRel)
           
 void PasswordPolicyRelPersistenceImpl.clearCache(PasswordPolicyRel passwordPolicyRel)
          Clears the cache for the password policy rel.
protected  PasswordPolicyRel PasswordPolicyRelPersistenceImpl.getByPasswordPolicyId_PrevAndNext(Session session, PasswordPolicyRel passwordPolicyRel, long passwordPolicyId, OrderByComparator orderByComparator, boolean previous)
           
static PasswordPolicyRel PasswordPolicyRelUtil.remove(PasswordPolicyRel passwordPolicyRel)
           
protected  PasswordPolicyRel PasswordPolicyRelPersistenceImpl.removeImpl(PasswordPolicyRel passwordPolicyRel)
           
protected  PasswordPolicyRel PasswordPolicyRelPersistenceImpl.toUnwrappedModel(PasswordPolicyRel passwordPolicyRel)
           
static PasswordPolicyRel PasswordPolicyRelUtil.update(PasswordPolicyRel passwordPolicyRel, boolean merge)
           
static PasswordPolicyRel PasswordPolicyRelUtil.update(PasswordPolicyRel passwordPolicyRel, boolean merge, ServiceContext serviceContext)
           
static PasswordPolicyRel PasswordPolicyRelUtil.updateImpl(PasswordPolicyRel passwordPolicyRel, boolean merge)
           
 PasswordPolicyRel PasswordPolicyRelPersistence.updateImpl(PasswordPolicyRel passwordPolicyRel, boolean merge)
           
 PasswordPolicyRel PasswordPolicyRelPersistenceImpl.updateImpl(PasswordPolicyRel passwordPolicyRel, boolean merge)
           
 

Method parameters in com.liferay.portal.service.persistence with type arguments of type PasswordPolicyRel
static void PasswordPolicyRelUtil.cacheResult(List<PasswordPolicyRel> passwordPolicyRels)
          Caches the password policy rels in the entity cache if it is enabled.
 void PasswordPolicyRelPersistence.cacheResult(List<PasswordPolicyRel> passwordPolicyRels)
          Caches the password policy rels in the entity cache if it is enabled.
 void PasswordPolicyRelPersistenceImpl.cacheResult(List<PasswordPolicyRel> passwordPolicyRels)
          Caches the password policy rels in the entity cache if it is enabled.
 


Liferay 6.0.5