Liferay 6.1.2-ce-ga3

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

Packages that use PasswordPolicyRel
com.liferay.portal.model This package defines the portal model interfaces, classes, utilities, wrappers, and annotated types. 
com.liferay.portal.model.impl This package defines the portal model implementation base classes. 
com.liferay.portal.service This package defines the portal service interfaces and classes. 
com.liferay.portal.service.base This package defines the portal service local and remote base classes. 
com.liferay.portal.service.impl This package defines the portal service local and remote implementations. 
com.liferay.portal.service.persistence This package defines the portal service persistence interfaces, classes, and utilities. 
 

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.getWrappedModel()
           
 PasswordPolicyRel PasswordPolicyRelWrapper.getWrappedPasswordPolicyRel()
          Deprecated. Renamed to PasswordPolicyRelWrapper.getWrappedModel()
 PasswordPolicyRel PasswordPolicyRelWrapper.toEscapedModel()
           
 PasswordPolicyRel PasswordPolicyRelModel.toEscapedModel()
           
 PasswordPolicyRel PasswordPolicyRelWrapper.toUnescapedModel()
           
 PasswordPolicyRel PasswordPolicyRelModel.toUnescapedModel()
           
 

Methods in com.liferay.portal.model that return types with arguments of type PasswordPolicyRel
 CacheModel<PasswordPolicyRel> PasswordPolicyRelWrapper.toCacheModel()
           
 CacheModel<PasswordPolicyRel> PasswordPolicyRelModel.toCacheModel()
           
 

Methods in com.liferay.portal.model with parameters of type PasswordPolicyRel
 int PasswordPolicyRelWrapper.compareTo(PasswordPolicyRel passwordPolicyRel)
           
 int PasswordPolicyRelModel.compareTo(PasswordPolicyRel passwordPolicyRel)
           
static PasswordPolicyRelSoap PasswordPolicyRelSoap.toSoapModel(PasswordPolicyRel model)
           
static PasswordPolicyRelSoap[] PasswordPolicyRelSoap.toSoapModels(PasswordPolicyRel[] models)
           
static PasswordPolicyRelSoap[][] PasswordPolicyRelSoap.toSoapModels(PasswordPolicyRel[][] models)
           
 

Method parameters in com.liferay.portal.model with type arguments of type PasswordPolicyRel
static PasswordPolicyRelSoap[] PasswordPolicyRelSoap.toSoapModels(List<PasswordPolicyRel> models)
           
 

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 PasswordPolicyRelBaseImpl
          The extended model base implementation for the PasswordPolicyRel service.
 class PasswordPolicyRelImpl
           
 

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

Methods in com.liferay.portal.model.impl that return types with arguments of type PasswordPolicyRel
 CacheModel<PasswordPolicyRel> PasswordPolicyRelModelImpl.toCacheModel()
           
 

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
static PasswordPolicyRel PasswordPolicyRelLocalServiceUtil.addPasswordPolicyRel(long passwordPolicyId, String className, long classPK)
           
 PasswordPolicyRel PasswordPolicyRelLocalServiceWrapper.addPasswordPolicyRel(long passwordPolicyId, String className, long classPK)
           
 PasswordPolicyRel PasswordPolicyRelLocalService.addPasswordPolicyRel(long passwordPolicyId, String className, long classPK)
           
static PasswordPolicyRel PasswordPolicyRelLocalServiceUtil.addPasswordPolicyRel(PasswordPolicyRel passwordPolicyRel)
          Adds the password policy rel to the database.
 PasswordPolicyRel PasswordPolicyRelLocalServiceWrapper.addPasswordPolicyRel(PasswordPolicyRel passwordPolicyRel)
          Adds the password policy rel to the database.
 PasswordPolicyRel PasswordPolicyRelLocalService.addPasswordPolicyRel(PasswordPolicyRel passwordPolicyRel)
          Adds the password policy rel to the database.
static PasswordPolicyRel PasswordPolicyRelLocalServiceUtil.createPasswordPolicyRel(long passwordPolicyRelId)
          Creates a new password policy rel with the primary key.
 PasswordPolicyRel PasswordPolicyRelLocalServiceWrapper.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.
static PasswordPolicyRel PasswordPolicyRelLocalServiceUtil.deletePasswordPolicyRel(long passwordPolicyRelId)
          Deletes the password policy rel with the primary key from the database.
 PasswordPolicyRel PasswordPolicyRelLocalServiceWrapper.deletePasswordPolicyRel(long passwordPolicyRelId)
          Deletes the password policy rel with the primary key from the database.
 PasswordPolicyRel PasswordPolicyRelLocalService.deletePasswordPolicyRel(long passwordPolicyRelId)
          Deletes the password policy rel with the primary key from the database.
static PasswordPolicyRel PasswordPolicyRelLocalServiceUtil.deletePasswordPolicyRel(PasswordPolicyRel passwordPolicyRel)
          Deletes the password policy rel from the database.
 PasswordPolicyRel PasswordPolicyRelLocalServiceWrapper.deletePasswordPolicyRel(PasswordPolicyRel passwordPolicyRel)
          Deletes the password policy rel from the database.
 PasswordPolicyRel PasswordPolicyRelLocalService.deletePasswordPolicyRel(PasswordPolicyRel passwordPolicyRel)
          Deletes the password policy rel from the database.
static PasswordPolicyRel PasswordPolicyRelLocalServiceUtil.fetchPasswordPolicyRel(long passwordPolicyRelId)
           
 PasswordPolicyRel PasswordPolicyRelLocalServiceWrapper.fetchPasswordPolicyRel(long passwordPolicyRelId)
           
 PasswordPolicyRel PasswordPolicyRelLocalService.fetchPasswordPolicyRel(long passwordPolicyRelId)
           
static PasswordPolicyRel PasswordPolicyRelLocalServiceUtil.fetchPasswordPolicyRel(String className, long classPK)
           
 PasswordPolicyRel PasswordPolicyRelLocalServiceWrapper.fetchPasswordPolicyRel(String className, long classPK)
           
 PasswordPolicyRel PasswordPolicyRelLocalService.fetchPasswordPolicyRel(String className, long classPK)
           
static PasswordPolicyRel PasswordPolicyRelLocalServiceUtil.getPasswordPolicyRel(long passwordPolicyRelId)
          Returns the password policy rel with the primary key.
 PasswordPolicyRel PasswordPolicyRelLocalServiceWrapper.getPasswordPolicyRel(long passwordPolicyRelId)
          Returns the password policy rel with the primary key.
 PasswordPolicyRel PasswordPolicyRelLocalService.getPasswordPolicyRel(long passwordPolicyRelId)
          Returns the password policy rel with the primary key.
static PasswordPolicyRel PasswordPolicyRelLocalServiceUtil.getPasswordPolicyRel(long passwordPolicyId, String className, long classPK)
           
 PasswordPolicyRel PasswordPolicyRelLocalServiceWrapper.getPasswordPolicyRel(long passwordPolicyId, String className, long classPK)
           
 PasswordPolicyRel PasswordPolicyRelLocalService.getPasswordPolicyRel(long passwordPolicyId, String className, long classPK)
           
static PasswordPolicyRel PasswordPolicyRelLocalServiceUtil.getPasswordPolicyRel(String className, long classPK)
           
 PasswordPolicyRel PasswordPolicyRelLocalServiceWrapper.getPasswordPolicyRel(String className, long classPK)
           
 PasswordPolicyRel PasswordPolicyRelLocalService.getPasswordPolicyRel(String className, long classPK)
           
static PasswordPolicyRel PasswordPolicyRelLocalServiceUtil.updatePasswordPolicyRel(PasswordPolicyRel passwordPolicyRel)
          Updates the password policy rel in the database or adds it if it does not yet exist.
 PasswordPolicyRel PasswordPolicyRelLocalServiceWrapper.updatePasswordPolicyRel(PasswordPolicyRel passwordPolicyRel)
          Updates the password policy rel in the database or adds it if it does not yet exist.
 PasswordPolicyRel PasswordPolicyRelLocalService.updatePasswordPolicyRel(PasswordPolicyRel passwordPolicyRel)
          Updates the password policy rel in the database or adds it if it does not yet exist.
static PasswordPolicyRel PasswordPolicyRelLocalServiceUtil.updatePasswordPolicyRel(PasswordPolicyRel passwordPolicyRel, boolean merge)
          Updates the password policy rel in the database or adds it if it does not yet exist.
 PasswordPolicyRel PasswordPolicyRelLocalServiceWrapper.updatePasswordPolicyRel(PasswordPolicyRel passwordPolicyRel, boolean merge)
          Updates the password policy rel in the database or adds it if it does not yet exist.
 PasswordPolicyRel PasswordPolicyRelLocalService.updatePasswordPolicyRel(PasswordPolicyRel passwordPolicyRel, boolean merge)
          Updates the password policy rel in the database or adds it if it does not yet exist.
 

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

Methods in com.liferay.portal.service with parameters of type PasswordPolicyRel
static PasswordPolicyRel PasswordPolicyRelLocalServiceUtil.addPasswordPolicyRel(PasswordPolicyRel passwordPolicyRel)
          Adds the password policy rel to the database.
 PasswordPolicyRel PasswordPolicyRelLocalServiceWrapper.addPasswordPolicyRel(PasswordPolicyRel passwordPolicyRel)
          Adds the password policy rel to the database.
 PasswordPolicyRel PasswordPolicyRelLocalService.addPasswordPolicyRel(PasswordPolicyRel passwordPolicyRel)
          Adds the password policy rel to the database.
static PasswordPolicyRel PasswordPolicyRelLocalServiceUtil.deletePasswordPolicyRel(PasswordPolicyRel passwordPolicyRel)
          Deletes the password policy rel from the database.
 PasswordPolicyRel PasswordPolicyRelLocalServiceWrapper.deletePasswordPolicyRel(PasswordPolicyRel passwordPolicyRel)
          Deletes the password policy rel from the database.
 PasswordPolicyRel PasswordPolicyRelLocalService.deletePasswordPolicyRel(PasswordPolicyRel passwordPolicyRel)
          Deletes the password policy rel from the database.
static PasswordPolicyRel PasswordPolicyRelLocalServiceUtil.updatePasswordPolicyRel(PasswordPolicyRel passwordPolicyRel)
          Updates the password policy rel in the database or adds it if it does not yet exist.
 PasswordPolicyRel PasswordPolicyRelLocalServiceWrapper.updatePasswordPolicyRel(PasswordPolicyRel passwordPolicyRel)
          Updates the password policy rel in the database or adds it if it does not yet exist.
 PasswordPolicyRel PasswordPolicyRelLocalService.updatePasswordPolicyRel(PasswordPolicyRel passwordPolicyRel)
          Updates the password policy rel in the database or adds it if it does not yet exist.
static PasswordPolicyRel PasswordPolicyRelLocalServiceUtil.updatePasswordPolicyRel(PasswordPolicyRel passwordPolicyRel, boolean merge)
          Updates the password policy rel in the database or adds it if it does not yet exist.
 PasswordPolicyRel PasswordPolicyRelLocalServiceWrapper.updatePasswordPolicyRel(PasswordPolicyRel passwordPolicyRel, boolean merge)
          Updates the password policy rel in the database or adds it if it does not yet exist.
 PasswordPolicyRel PasswordPolicyRelLocalService.updatePasswordPolicyRel(PasswordPolicyRel passwordPolicyRel, boolean merge)
          Updates the password policy rel in the database or adds it if it does not yet exist.
 

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.deletePasswordPolicyRel(long passwordPolicyRelId)
          Deletes the password policy rel with the primary key from the database.
 PasswordPolicyRel PasswordPolicyRelLocalServiceBaseImpl.deletePasswordPolicyRel(PasswordPolicyRel passwordPolicyRel)
          Deletes the password policy rel from the database.
 PasswordPolicyRel PasswordPolicyRelLocalServiceBaseImpl.fetchPasswordPolicyRel(long passwordPolicyRelId)
           
 PasswordPolicyRel PasswordPolicyRelLocalServiceBaseImpl.getPasswordPolicyRel(long passwordPolicyRelId)
          Returns the password policy rel with the primary key.
 PasswordPolicyRel PasswordPolicyRelLocalServiceBaseImpl.updatePasswordPolicyRel(PasswordPolicyRel passwordPolicyRel)
          Updates the password policy rel in the database or adds it if it does not yet exist.
 PasswordPolicyRel PasswordPolicyRelLocalServiceBaseImpl.updatePasswordPolicyRel(PasswordPolicyRel passwordPolicyRel, boolean merge)
          Updates the password policy rel in the database or adds it if it does not yet exist.
 

Methods in com.liferay.portal.service.base that return types with arguments of type PasswordPolicyRel
 List<PasswordPolicyRel> PasswordPolicyRelLocalServiceBaseImpl.getPasswordPolicyRels(int start, int end)
          Returns 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.
 PasswordPolicyRel 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 or adds it if it does not yet exist.
 PasswordPolicyRel PasswordPolicyRelLocalServiceBaseImpl.updatePasswordPolicyRel(PasswordPolicyRel passwordPolicyRel, boolean merge)
          Updates the password policy rel in the database or adds it if it does not yet exist.
 

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.fetchPasswordPolicyRel(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)
          Returns 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)
          Returns 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)
          Returns 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)
          Returns 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)
          Returns 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)
          Returns 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)
          Returns 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)
          Returns 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)
          Returns 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)
          Returns 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)
          Returns 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)
          Returns 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.fetchByPasswordPolicyId_First(long passwordPolicyId, OrderByComparator orderByComparator)
          Returns the first password policy rel in the ordered set where passwordPolicyId = ?.
 PasswordPolicyRel PasswordPolicyRelPersistence.fetchByPasswordPolicyId_First(long passwordPolicyId, OrderByComparator orderByComparator)
          Returns the first password policy rel in the ordered set where passwordPolicyId = ?.
 PasswordPolicyRel PasswordPolicyRelPersistenceImpl.fetchByPasswordPolicyId_First(long passwordPolicyId, OrderByComparator orderByComparator)
          Returns the first password policy rel in the ordered set where passwordPolicyId = ?.
static PasswordPolicyRel PasswordPolicyRelUtil.fetchByPasswordPolicyId_Last(long passwordPolicyId, OrderByComparator orderByComparator)
          Returns the last password policy rel in the ordered set where passwordPolicyId = ?.
 PasswordPolicyRel PasswordPolicyRelPersistence.fetchByPasswordPolicyId_Last(long passwordPolicyId, OrderByComparator orderByComparator)
          Returns the last password policy rel in the ordered set where passwordPolicyId = ?.
 PasswordPolicyRel PasswordPolicyRelPersistenceImpl.fetchByPasswordPolicyId_Last(long passwordPolicyId, OrderByComparator orderByComparator)
          Returns the last password policy rel in the ordered set where passwordPolicyId = ?.
static PasswordPolicyRel PasswordPolicyRelUtil.fetchByPrimaryKey(long passwordPolicyRelId)
          Returns the password policy rel with the primary key or returns null if it could not be found.
 PasswordPolicyRel PasswordPolicyRelPersistence.fetchByPrimaryKey(long passwordPolicyRelId)
          Returns the password policy rel with the primary key or returns null if it could not be found.
 PasswordPolicyRel PasswordPolicyRelPersistenceImpl.fetchByPrimaryKey(long passwordPolicyRelId)
          Returns the password policy rel with the primary key or returns null if it could not be found.
 PasswordPolicyRel PasswordPolicyRelPersistenceImpl.fetchByPrimaryKey(Serializable primaryKey)
          Returns 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)
          Returns 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)
          Returns 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)
          Returns 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)
          Returns 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)
          Returns 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)
          Returns 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)
          Returns the first password policy rel in the ordered set where passwordPolicyId = ?.
 PasswordPolicyRel PasswordPolicyRelPersistence.findByPasswordPolicyId_First(long passwordPolicyId, OrderByComparator orderByComparator)
          Returns the first password policy rel in the ordered set where passwordPolicyId = ?.
 PasswordPolicyRel PasswordPolicyRelPersistenceImpl.findByPasswordPolicyId_First(long passwordPolicyId, OrderByComparator orderByComparator)
          Returns the first password policy rel in the ordered set where passwordPolicyId = ?.
static PasswordPolicyRel PasswordPolicyRelUtil.findByPasswordPolicyId_Last(long passwordPolicyId, OrderByComparator orderByComparator)
          Returns the last password policy rel in the ordered set where passwordPolicyId = ?.
 PasswordPolicyRel PasswordPolicyRelPersistence.findByPasswordPolicyId_Last(long passwordPolicyId, OrderByComparator orderByComparator)
          Returns the last password policy rel in the ordered set where passwordPolicyId = ?.
 PasswordPolicyRel PasswordPolicyRelPersistenceImpl.findByPasswordPolicyId_Last(long passwordPolicyId, OrderByComparator orderByComparator)
          Returns the last password policy rel in the ordered set where passwordPolicyId = ?.
static PasswordPolicyRel[] PasswordPolicyRelUtil.findByPasswordPolicyId_PrevAndNext(long passwordPolicyRelId, long passwordPolicyId, OrderByComparator orderByComparator)
          Returns 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)
          Returns 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)
          Returns the password policy rels before and after the current password policy rel in the ordered set where passwordPolicyId = ?.
static PasswordPolicyRel PasswordPolicyRelUtil.findByPrimaryKey(long passwordPolicyRelId)
          Returns the password policy rel with the primary key or throws a NoSuchPasswordPolicyRelException if it could not be found.
 PasswordPolicyRel PasswordPolicyRelPersistence.findByPrimaryKey(long passwordPolicyRelId)
          Returns the password policy rel with the primary key or throws a NoSuchPasswordPolicyRelException if it could not be found.
 PasswordPolicyRel PasswordPolicyRelPersistenceImpl.findByPrimaryKey(long passwordPolicyRelId)
          Returns the password policy rel with the primary key or throws a NoSuchPasswordPolicyRelException if it could not be found.
 PasswordPolicyRel PasswordPolicyRelPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Returns 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.
 PasswordPolicyRel PasswordPolicyRelPersistenceImpl.remove(Serializable primaryKey)
          Removes the password policy rel with the primary key from the database.
static PasswordPolicyRel PasswordPolicyRelUtil.removeByC_C(long classNameId, long classPK)
          Removes the password policy rel where classNameId = ? and classPK = ? from the database.
 PasswordPolicyRel PasswordPolicyRelPersistence.removeByC_C(long classNameId, long classPK)
          Removes the password policy rel where classNameId = ? and classPK = ? from the database.
 PasswordPolicyRel PasswordPolicyRelPersistenceImpl.removeByC_C(long classNameId, long classPK)
          Removes the password policy rel where classNameId = ? and classPK = ? from the database.
static PasswordPolicyRel PasswordPolicyRelUtil.removeByP_C_C(long passwordPolicyId, long classNameId, long classPK)
          Removes the password policy rel where passwordPolicyId = ? and classNameId = ? and classPK = ? from the database.
 PasswordPolicyRel PasswordPolicyRelPersistence.removeByP_C_C(long passwordPolicyId, long classNameId, long classPK)
          Removes the password policy rel where passwordPolicyId = ? and classNameId = ? and classPK = ? from the database.
 PasswordPolicyRel PasswordPolicyRelPersistenceImpl.removeByP_C_C(long passwordPolicyId, long classNameId, long classPK)
          Removes the password policy rel where passwordPolicyId = ? and classNameId = ? and classPK = ? 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()
          Returns all the password policy rels.
 List<PasswordPolicyRel> PasswordPolicyRelPersistence.findAll()
          Returns all the password policy rels.
 List<PasswordPolicyRel> PasswordPolicyRelPersistenceImpl.findAll()
          Returns all the password policy rels.
static List<PasswordPolicyRel> PasswordPolicyRelUtil.findAll(int start, int end)
          Returns a range of all the password policy rels.
 List<PasswordPolicyRel> PasswordPolicyRelPersistence.findAll(int start, int end)
          Returns a range of all the password policy rels.
 List<PasswordPolicyRel> PasswordPolicyRelPersistenceImpl.findAll(int start, int end)
          Returns a range of all the password policy rels.
static List<PasswordPolicyRel> PasswordPolicyRelUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the password policy rels.
 List<PasswordPolicyRel> PasswordPolicyRelPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the password policy rels.
 List<PasswordPolicyRel> PasswordPolicyRelPersistenceImpl.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the password policy rels.
static List<PasswordPolicyRel> PasswordPolicyRelUtil.findByPasswordPolicyId(long passwordPolicyId)
          Returns all the password policy rels where passwordPolicyId = ?.
 List<PasswordPolicyRel> PasswordPolicyRelPersistence.findByPasswordPolicyId(long passwordPolicyId)
          Returns all the password policy rels where passwordPolicyId = ?.
 List<PasswordPolicyRel> PasswordPolicyRelPersistenceImpl.findByPasswordPolicyId(long passwordPolicyId)
          Returns all the password policy rels where passwordPolicyId = ?.
static List<PasswordPolicyRel> PasswordPolicyRelUtil.findByPasswordPolicyId(long passwordPolicyId, int start, int end)
          Returns a range of all the password policy rels where passwordPolicyId = ?.
 List<PasswordPolicyRel> PasswordPolicyRelPersistence.findByPasswordPolicyId(long passwordPolicyId, int start, int end)
          Returns a range of all the password policy rels where passwordPolicyId = ?.
 List<PasswordPolicyRel> PasswordPolicyRelPersistenceImpl.findByPasswordPolicyId(long passwordPolicyId, int start, int end)
          Returns a range of all the password policy rels where passwordPolicyId = ?.
static List<PasswordPolicyRel> PasswordPolicyRelUtil.findByPasswordPolicyId(long passwordPolicyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the password policy rels where passwordPolicyId = ?.
 List<PasswordPolicyRel> PasswordPolicyRelPersistence.findByPasswordPolicyId(long passwordPolicyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the password policy rels where passwordPolicyId = ?.
 List<PasswordPolicyRel> PasswordPolicyRelPersistenceImpl.findByPasswordPolicyId(long passwordPolicyId, int start, int end, OrderByComparator orderByComparator)
          Returns 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.
protected  void PasswordPolicyRelPersistenceImpl.cacheUniqueFindersCache(PasswordPolicyRel passwordPolicyRel)
           
static void PasswordPolicyRelUtil.clearCache(PasswordPolicyRel passwordPolicyRel)
           
 void PasswordPolicyRelPersistenceImpl.clearCache(PasswordPolicyRel passwordPolicyRel)
          Clears the cache for the password policy rel.
protected  void PasswordPolicyRelPersistenceImpl.clearUniqueFindersCache(PasswordPolicyRel passwordPolicyRel)
           
protected  PasswordPolicyRel PasswordPolicyRelPersistenceImpl.getByPasswordPolicyId_PrevAndNext(Session session, PasswordPolicyRel passwordPolicyRel, long passwordPolicyId, OrderByComparator orderByComparator, boolean previous)
           
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.
 void PasswordPolicyRelPersistenceImpl.clearCache(List<PasswordPolicyRel> passwordPolicyRels)
           
 


Liferay 6.1.2-ce-ga3