Liferay 7.0-ce-b4

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. 
com.liferay.portal.service.persistence.impl This package defines the portal service persistence implementation base classes. 
 

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.
 

Fields in com.liferay.portal.model with type parameters of type PasswordPolicyRel
static Accessor<PasswordPolicyRel,Long> PasswordPolicyRel.PASSWORD_POLICY_REL_ID_ACCESSOR
           
 

Methods in com.liferay.portal.model that return PasswordPolicyRel
 PasswordPolicyRel PasswordPolicyRelWrapper.getWrappedModel()
           
 PasswordPolicyRel PasswordPolicyRelModel.toEscapedModel()
           
 PasswordPolicyRel PasswordPolicyRelWrapper.toEscapedModel()
           
 PasswordPolicyRel PasswordPolicyRelModel.toUnescapedModel()
           
 PasswordPolicyRel PasswordPolicyRelWrapper.toUnescapedModel()
           
 

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

Methods in com.liferay.portal.model with parameters of type PasswordPolicyRel
 int PasswordPolicyRelModel.compareTo(PasswordPolicyRel passwordPolicyRel)
           
 int PasswordPolicyRelWrapper.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()
           
 

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
 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.deletePasswordPolicyRel(long passwordPolicyRelId)
          Deletes the password policy rel with the primary key from the database.
static PasswordPolicyRel PasswordPolicyRelLocalServiceUtil.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.
 PasswordPolicyRel PasswordPolicyRelLocalServiceWrapper.deletePasswordPolicyRel(PasswordPolicyRel passwordPolicyRel)
          Deletes the password policy rel from the database.
static PasswordPolicyRel PasswordPolicyRelLocalServiceUtil.deletePasswordPolicyRel(PasswordPolicyRel passwordPolicyRel)
          Deletes the password policy rel from the database.
 PasswordPolicyRel PasswordPolicyRelLocalService.deletePasswordPolicyRel(PasswordPolicyRel passwordPolicyRel)
          Deletes the password policy rel from the database.
 PasswordPolicyRel PasswordPolicyRelLocalServiceWrapper.fetchPasswordPolicyRel(long passwordPolicyRelId)
           
static PasswordPolicyRel PasswordPolicyRelLocalServiceUtil.fetchPasswordPolicyRel(long passwordPolicyRelId)
           
 PasswordPolicyRel PasswordPolicyRelLocalService.fetchPasswordPolicyRel(long passwordPolicyRelId)
           
 PasswordPolicyRel PasswordPolicyRelLocalServiceWrapper.fetchPasswordPolicyRel(String className, long classPK)
           
static PasswordPolicyRel PasswordPolicyRelLocalServiceUtil.fetchPasswordPolicyRel(String className, long classPK)
           
 PasswordPolicyRel PasswordPolicyRelLocalService.fetchPasswordPolicyRel(String className, long classPK)
           
 PasswordPolicyRel PasswordPolicyRelLocalServiceWrapper.getPasswordPolicyRel(long passwordPolicyRelId)
          Returns the password policy rel with the primary key.
static PasswordPolicyRel PasswordPolicyRelLocalServiceUtil.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.
 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 or adds it if it does not yet exist.
static PasswordPolicyRel PasswordPolicyRelLocalServiceUtil.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.
 

Methods in com.liferay.portal.service that return types with arguments of type PasswordPolicyRel
 List<PasswordPolicyRel> PasswordPolicyRelLocalServiceWrapper.getPasswordPolicyRels(int start, int end)
          Returns a range of all the password policy rels.
static List<PasswordPolicyRel> PasswordPolicyRelLocalServiceUtil.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
 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.deletePasswordPolicyRel(PasswordPolicyRel passwordPolicyRel)
          Deletes the password policy rel from the database.
static PasswordPolicyRel PasswordPolicyRelLocalServiceUtil.deletePasswordPolicyRel(PasswordPolicyRel passwordPolicyRel)
          Deletes the password policy rel from the database.
 PasswordPolicyRel 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 or adds it if it does not yet exist.
static PasswordPolicyRel PasswordPolicyRelLocalServiceUtil.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.
 

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.
 

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.
 

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
 PasswordPolicyRel PasswordPolicyRelPersistence.create(long passwordPolicyRelId)
          Creates a new password policy rel with the primary key.
static PasswordPolicyRel PasswordPolicyRelUtil.create(long passwordPolicyRelId)
          Creates a new password policy rel with the primary key.
 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.
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, 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.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.fetchByPasswordPolicyId_First(long passwordPolicyId, OrderByComparator<PasswordPolicyRel> orderByComparator)
          Returns the first password policy rel in the ordered set where passwordPolicyId = ?.
static PasswordPolicyRel PasswordPolicyRelUtil.fetchByPasswordPolicyId_First(long passwordPolicyId, OrderByComparator<PasswordPolicyRel> orderByComparator)
          Returns the first password policy rel in the ordered set where passwordPolicyId = ?.
 PasswordPolicyRel PasswordPolicyRelPersistence.fetchByPasswordPolicyId_Last(long passwordPolicyId, OrderByComparator<PasswordPolicyRel> orderByComparator)
          Returns the last password policy rel in the ordered set where passwordPolicyId = ?.
static PasswordPolicyRel PasswordPolicyRelUtil.fetchByPasswordPolicyId_Last(long passwordPolicyId, OrderByComparator<PasswordPolicyRel> orderByComparator)
          Returns the last password policy rel in the ordered set where passwordPolicyId = ?.
 PasswordPolicyRel PasswordPolicyRelPersistence.fetchByPrimaryKey(long passwordPolicyRelId)
          Returns the password policy rel with the primary key or returns null if it could not be found.
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.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.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.findByPasswordPolicyId_First(long passwordPolicyId, OrderByComparator<PasswordPolicyRel> orderByComparator)
          Returns the first password policy rel in the ordered set where passwordPolicyId = ?.
static PasswordPolicyRel PasswordPolicyRelUtil.findByPasswordPolicyId_First(long passwordPolicyId, OrderByComparator<PasswordPolicyRel> orderByComparator)
          Returns the first password policy rel in the ordered set where passwordPolicyId = ?.
 PasswordPolicyRel PasswordPolicyRelPersistence.findByPasswordPolicyId_Last(long passwordPolicyId, OrderByComparator<PasswordPolicyRel> orderByComparator)
          Returns the last password policy rel in the ordered set where passwordPolicyId = ?.
static PasswordPolicyRel PasswordPolicyRelUtil.findByPasswordPolicyId_Last(long passwordPolicyId, OrderByComparator<PasswordPolicyRel> orderByComparator)
          Returns the last password policy rel in the ordered set where passwordPolicyId = ?.
 PasswordPolicyRel[] PasswordPolicyRelPersistence.findByPasswordPolicyId_PrevAndNext(long passwordPolicyRelId, long passwordPolicyId, OrderByComparator<PasswordPolicyRel> orderByComparator)
          Returns the password policy rels before and after the current password policy rel in the ordered set where passwordPolicyId = ?.
static PasswordPolicyRel[] PasswordPolicyRelUtil.findByPasswordPolicyId_PrevAndNext(long passwordPolicyRelId, long passwordPolicyId, OrderByComparator<PasswordPolicyRel> orderByComparator)
          Returns the password policy rels before and after the current password policy rel in the ordered set where passwordPolicyId = ?.
 PasswordPolicyRel PasswordPolicyRelPersistence.findByPrimaryKey(long passwordPolicyRelId)
          Returns the password policy rel with the primary key or throws a NoSuchPasswordPolicyRelException if it could not be found.
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.remove(long passwordPolicyRelId)
          Removes the password policy rel with the primary key from the database.
static PasswordPolicyRel PasswordPolicyRelUtil.remove(long passwordPolicyRelId)
          Removes the password policy rel with the primary key from the database.
 PasswordPolicyRel PasswordPolicyRelPersistence.removeByC_C(long classNameId, long classPK)
          Removes the password policy rel where classNameId = ? and classPK = ? from the database.
static PasswordPolicyRel PasswordPolicyRelUtil.removeByC_C(long classNameId, long classPK)
          Removes the password policy rel where classNameId = ? and classPK = ? from the database.
static PasswordPolicyRel PasswordPolicyRelUtil.update(PasswordPolicyRel passwordPolicyRel)
           
static PasswordPolicyRel PasswordPolicyRelUtil.update(PasswordPolicyRel passwordPolicyRel, ServiceContext serviceContext)
           
 PasswordPolicyRel PasswordPolicyRelPersistence.updateImpl(PasswordPolicyRel passwordPolicyRel)
           
static PasswordPolicyRel PasswordPolicyRelUtil.updateImpl(PasswordPolicyRel passwordPolicyRel)
           
 

Methods in com.liferay.portal.service.persistence that return types with arguments of type PasswordPolicyRel
 Map<Serializable,PasswordPolicyRel> PasswordPolicyRelPersistence.fetchByPrimaryKeys(Set<Serializable> primaryKeys)
           
static Map<Serializable,PasswordPolicyRel> PasswordPolicyRelUtil.fetchByPrimaryKeys(Set<Serializable> primaryKeys)
           
 List<PasswordPolicyRel> PasswordPolicyRelPersistence.findAll()
          Returns all the password policy rels.
static List<PasswordPolicyRel> PasswordPolicyRelUtil.findAll()
          Returns all the password policy rels.
 List<PasswordPolicyRel> PasswordPolicyRelPersistence.findAll(int start, int end)
          Returns a range of 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, OrderByComparator<PasswordPolicyRel> orderByComparator)
          Returns an ordered range of all the password policy rels.
static List<PasswordPolicyRel> PasswordPolicyRelUtil.findAll(int start, int end, OrderByComparator<PasswordPolicyRel> orderByComparator)
          Returns an ordered range of all the password policy rels.
 List<PasswordPolicyRel> PasswordPolicyRelPersistence.findAll(int start, int end, OrderByComparator<PasswordPolicyRel> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the password policy rels.
static List<PasswordPolicyRel> PasswordPolicyRelUtil.findAll(int start, int end, OrderByComparator<PasswordPolicyRel> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the password policy rels.
 List<PasswordPolicyRel> PasswordPolicyRelPersistence.findByPasswordPolicyId(long passwordPolicyId)
          Returns all the password policy rels where passwordPolicyId = ?.
static List<PasswordPolicyRel> PasswordPolicyRelUtil.findByPasswordPolicyId(long passwordPolicyId)
          Returns 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 = ?.
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, OrderByComparator<PasswordPolicyRel> orderByComparator)
          Returns an ordered range of all the password policy rels where passwordPolicyId = ?.
static List<PasswordPolicyRel> PasswordPolicyRelUtil.findByPasswordPolicyId(long passwordPolicyId, int start, int end, OrderByComparator<PasswordPolicyRel> orderByComparator)
          Returns an ordered range of all the password policy rels where passwordPolicyId = ?.
 List<PasswordPolicyRel> PasswordPolicyRelPersistence.findByPasswordPolicyId(long passwordPolicyId, int start, int end, OrderByComparator<PasswordPolicyRel> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the password policy rels where passwordPolicyId = ?.
static List<PasswordPolicyRel> PasswordPolicyRelUtil.findByPasswordPolicyId(long passwordPolicyId, int start, int end, OrderByComparator<PasswordPolicyRel> orderByComparator, boolean retrieveFromCache)
          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<PasswordPolicyRel> orderByComparator)
           
 

Methods in com.liferay.portal.service.persistence with parameters of type PasswordPolicyRel
 void PasswordPolicyRelPersistence.cacheResult(PasswordPolicyRel passwordPolicyRel)
          Caches the password policy rel in the entity cache if it is enabled.
static void PasswordPolicyRelUtil.cacheResult(PasswordPolicyRel passwordPolicyRel)
          Caches the password policy rel in the entity cache if it is enabled.
static void PasswordPolicyRelUtil.clearCache(PasswordPolicyRel passwordPolicyRel)
           
static PasswordPolicyRel PasswordPolicyRelUtil.update(PasswordPolicyRel passwordPolicyRel)
           
static PasswordPolicyRel PasswordPolicyRelUtil.update(PasswordPolicyRel passwordPolicyRel, ServiceContext serviceContext)
           
 PasswordPolicyRel PasswordPolicyRelPersistence.updateImpl(PasswordPolicyRel passwordPolicyRel)
           
static PasswordPolicyRel PasswordPolicyRelUtil.updateImpl(PasswordPolicyRel passwordPolicyRel)
           
 

Method parameters in com.liferay.portal.service.persistence with type arguments of type PasswordPolicyRel
 void PasswordPolicyRelPersistence.cacheResult(List<PasswordPolicyRel> passwordPolicyRels)
          Caches the password policy rels in the entity cache if it is enabled.
static void PasswordPolicyRelUtil.cacheResult(List<PasswordPolicyRel> passwordPolicyRels)
          Caches the password policy rels in the entity cache if it is enabled.
 PasswordPolicyRel PasswordPolicyRelPersistence.fetchByPasswordPolicyId_First(long passwordPolicyId, OrderByComparator<PasswordPolicyRel> orderByComparator)
          Returns the first password policy rel in the ordered set where passwordPolicyId = ?.
static PasswordPolicyRel PasswordPolicyRelUtil.fetchByPasswordPolicyId_First(long passwordPolicyId, OrderByComparator<PasswordPolicyRel> orderByComparator)
          Returns the first password policy rel in the ordered set where passwordPolicyId = ?.
 PasswordPolicyRel PasswordPolicyRelPersistence.fetchByPasswordPolicyId_Last(long passwordPolicyId, OrderByComparator<PasswordPolicyRel> orderByComparator)
          Returns the last password policy rel in the ordered set where passwordPolicyId = ?.
static PasswordPolicyRel PasswordPolicyRelUtil.fetchByPasswordPolicyId_Last(long passwordPolicyId, OrderByComparator<PasswordPolicyRel> orderByComparator)
          Returns the last password policy rel in the ordered set where passwordPolicyId = ?.
 List<PasswordPolicyRel> PasswordPolicyRelPersistence.findAll(int start, int end, OrderByComparator<PasswordPolicyRel> orderByComparator)
          Returns an ordered range of all the password policy rels.
static List<PasswordPolicyRel> PasswordPolicyRelUtil.findAll(int start, int end, OrderByComparator<PasswordPolicyRel> orderByComparator)
          Returns an ordered range of all the password policy rels.
 List<PasswordPolicyRel> PasswordPolicyRelPersistence.findAll(int start, int end, OrderByComparator<PasswordPolicyRel> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the password policy rels.
static List<PasswordPolicyRel> PasswordPolicyRelUtil.findAll(int start, int end, OrderByComparator<PasswordPolicyRel> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the password policy rels.
 PasswordPolicyRel PasswordPolicyRelPersistence.findByPasswordPolicyId_First(long passwordPolicyId, OrderByComparator<PasswordPolicyRel> orderByComparator)
          Returns the first password policy rel in the ordered set where passwordPolicyId = ?.
static PasswordPolicyRel PasswordPolicyRelUtil.findByPasswordPolicyId_First(long passwordPolicyId, OrderByComparator<PasswordPolicyRel> orderByComparator)
          Returns the first password policy rel in the ordered set where passwordPolicyId = ?.
 PasswordPolicyRel PasswordPolicyRelPersistence.findByPasswordPolicyId_Last(long passwordPolicyId, OrderByComparator<PasswordPolicyRel> orderByComparator)
          Returns the last password policy rel in the ordered set where passwordPolicyId = ?.
static PasswordPolicyRel PasswordPolicyRelUtil.findByPasswordPolicyId_Last(long passwordPolicyId, OrderByComparator<PasswordPolicyRel> orderByComparator)
          Returns the last password policy rel in the ordered set where passwordPolicyId = ?.
 PasswordPolicyRel[] PasswordPolicyRelPersistence.findByPasswordPolicyId_PrevAndNext(long passwordPolicyRelId, long passwordPolicyId, OrderByComparator<PasswordPolicyRel> orderByComparator)
          Returns the password policy rels before and after the current password policy rel in the ordered set where passwordPolicyId = ?.
static PasswordPolicyRel[] PasswordPolicyRelUtil.findByPasswordPolicyId_PrevAndNext(long passwordPolicyRelId, long passwordPolicyId, OrderByComparator<PasswordPolicyRel> orderByComparator)
          Returns the password policy rels before and after the current password policy rel in the ordered set where passwordPolicyId = ?.
 List<PasswordPolicyRel> PasswordPolicyRelPersistence.findByPasswordPolicyId(long passwordPolicyId, int start, int end, OrderByComparator<PasswordPolicyRel> orderByComparator)
          Returns an ordered range of all the password policy rels where passwordPolicyId = ?.
static List<PasswordPolicyRel> PasswordPolicyRelUtil.findByPasswordPolicyId(long passwordPolicyId, int start, int end, OrderByComparator<PasswordPolicyRel> orderByComparator)
          Returns an ordered range of all the password policy rels where passwordPolicyId = ?.
 List<PasswordPolicyRel> PasswordPolicyRelPersistence.findByPasswordPolicyId(long passwordPolicyId, int start, int end, OrderByComparator<PasswordPolicyRel> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the password policy rels where passwordPolicyId = ?.
static List<PasswordPolicyRel> PasswordPolicyRelUtil.findByPasswordPolicyId(long passwordPolicyId, int start, int end, OrderByComparator<PasswordPolicyRel> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the password policy rels where passwordPolicyId = ?.
static List<PasswordPolicyRel> PasswordPolicyRelUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<PasswordPolicyRel> orderByComparator)
           
 

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

Methods in com.liferay.portal.service.persistence.impl that return PasswordPolicyRel
 PasswordPolicyRel PasswordPolicyRelPersistenceImpl.create(long passwordPolicyRelId)
          Creates a new password policy rel with the primary key.
 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.
 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.
 PasswordPolicyRel PasswordPolicyRelPersistenceImpl.fetchByPasswordPolicyId_First(long passwordPolicyId, OrderByComparator<PasswordPolicyRel> orderByComparator)
          Returns the first password policy rel in the ordered set where passwordPolicyId = ?.
 PasswordPolicyRel PasswordPolicyRelPersistenceImpl.fetchByPasswordPolicyId_Last(long passwordPolicyId, OrderByComparator<PasswordPolicyRel> orderByComparator)
          Returns the last password policy rel in the ordered set where passwordPolicyId = ?.
 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.
 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.
 PasswordPolicyRel PasswordPolicyRelPersistenceImpl.findByPasswordPolicyId_First(long passwordPolicyId, OrderByComparator<PasswordPolicyRel> orderByComparator)
          Returns the first password policy rel in the ordered set where passwordPolicyId = ?.
 PasswordPolicyRel PasswordPolicyRelPersistenceImpl.findByPasswordPolicyId_Last(long passwordPolicyId, OrderByComparator<PasswordPolicyRel> orderByComparator)
          Returns the last password policy rel in the ordered set where passwordPolicyId = ?.
 PasswordPolicyRel[] PasswordPolicyRelPersistenceImpl.findByPasswordPolicyId_PrevAndNext(long passwordPolicyRelId, long passwordPolicyId, OrderByComparator<PasswordPolicyRel> orderByComparator)
          Returns the password policy rels before and after the current password policy rel in the ordered set where passwordPolicyId = ?.
 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<PasswordPolicyRel> orderByComparator, boolean previous)
           
 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.
 PasswordPolicyRel PasswordPolicyRelPersistenceImpl.removeByC_C(long classNameId, long classPK)
          Removes the password policy rel where classNameId = ? and classPK = ? from the database.
protected  PasswordPolicyRel PasswordPolicyRelPersistenceImpl.removeImpl(PasswordPolicyRel passwordPolicyRel)
           
protected  PasswordPolicyRel PasswordPolicyRelPersistenceImpl.toUnwrappedModel(PasswordPolicyRel passwordPolicyRel)
           
 PasswordPolicyRel PasswordPolicyRelPersistenceImpl.updateImpl(PasswordPolicyRel passwordPolicyRel)
           
 

Methods in com.liferay.portal.service.persistence.impl that return types with arguments of type PasswordPolicyRel
 Map<Serializable,PasswordPolicyRel> PasswordPolicyRelPersistenceImpl.fetchByPrimaryKeys(Set<Serializable> primaryKeys)
           
 List<PasswordPolicyRel> PasswordPolicyRelPersistenceImpl.findAll()
          Returns all the password policy rels.
 List<PasswordPolicyRel> PasswordPolicyRelPersistenceImpl.findAll(int start, int end)
          Returns a range of all the password policy rels.
 List<PasswordPolicyRel> PasswordPolicyRelPersistenceImpl.findAll(int start, int end, OrderByComparator<PasswordPolicyRel> orderByComparator)
          Returns an ordered range of all the password policy rels.
 List<PasswordPolicyRel> PasswordPolicyRelPersistenceImpl.findAll(int start, int end, OrderByComparator<PasswordPolicyRel> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the password policy rels.
 List<PasswordPolicyRel> PasswordPolicyRelPersistenceImpl.findByPasswordPolicyId(long passwordPolicyId)
          Returns 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 = ?.
 List<PasswordPolicyRel> PasswordPolicyRelPersistenceImpl.findByPasswordPolicyId(long passwordPolicyId, int start, int end, OrderByComparator<PasswordPolicyRel> orderByComparator)
          Returns an ordered range of all the password policy rels where passwordPolicyId = ?.
 List<PasswordPolicyRel> PasswordPolicyRelPersistenceImpl.findByPasswordPolicyId(long passwordPolicyId, int start, int end, OrderByComparator<PasswordPolicyRel> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the password policy rels where passwordPolicyId = ?.
 

Methods in com.liferay.portal.service.persistence.impl with parameters of type PasswordPolicyRel
 void PasswordPolicyRelPersistenceImpl.cacheResult(PasswordPolicyRel passwordPolicyRel)
          Caches the password policy rel in the entity cache if it is enabled.
 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<PasswordPolicyRel> orderByComparator, boolean previous)
           
protected  PasswordPolicyRel PasswordPolicyRelPersistenceImpl.removeImpl(PasswordPolicyRel passwordPolicyRel)
           
protected  PasswordPolicyRel PasswordPolicyRelPersistenceImpl.toUnwrappedModel(PasswordPolicyRel passwordPolicyRel)
           
 PasswordPolicyRel PasswordPolicyRelPersistenceImpl.updateImpl(PasswordPolicyRel passwordPolicyRel)
           
 

Method parameters in com.liferay.portal.service.persistence.impl with type arguments of type PasswordPolicyRel
 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)
           
 PasswordPolicyRel PasswordPolicyRelPersistenceImpl.fetchByPasswordPolicyId_First(long passwordPolicyId, OrderByComparator<PasswordPolicyRel> orderByComparator)
          Returns the first password policy rel in the ordered set where passwordPolicyId = ?.
 PasswordPolicyRel PasswordPolicyRelPersistenceImpl.fetchByPasswordPolicyId_Last(long passwordPolicyId, OrderByComparator<PasswordPolicyRel> orderByComparator)
          Returns the last password policy rel in the ordered set where passwordPolicyId = ?.
 List<PasswordPolicyRel> PasswordPolicyRelPersistenceImpl.findAll(int start, int end, OrderByComparator<PasswordPolicyRel> orderByComparator)
          Returns an ordered range of all the password policy rels.
 List<PasswordPolicyRel> PasswordPolicyRelPersistenceImpl.findAll(int start, int end, OrderByComparator<PasswordPolicyRel> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the password policy rels.
 PasswordPolicyRel PasswordPolicyRelPersistenceImpl.findByPasswordPolicyId_First(long passwordPolicyId, OrderByComparator<PasswordPolicyRel> orderByComparator)
          Returns the first password policy rel in the ordered set where passwordPolicyId = ?.
 PasswordPolicyRel PasswordPolicyRelPersistenceImpl.findByPasswordPolicyId_Last(long passwordPolicyId, OrderByComparator<PasswordPolicyRel> orderByComparator)
          Returns the last password policy rel in the ordered set where passwordPolicyId = ?.
 PasswordPolicyRel[] PasswordPolicyRelPersistenceImpl.findByPasswordPolicyId_PrevAndNext(long passwordPolicyRelId, long passwordPolicyId, OrderByComparator<PasswordPolicyRel> orderByComparator)
          Returns the password policy rels before and after the current password policy rel in the ordered set where passwordPolicyId = ?.
 List<PasswordPolicyRel> PasswordPolicyRelPersistenceImpl.findByPasswordPolicyId(long passwordPolicyId, int start, int end, OrderByComparator<PasswordPolicyRel> orderByComparator)
          Returns an ordered range of all the password policy rels where passwordPolicyId = ?.
 List<PasswordPolicyRel> PasswordPolicyRelPersistenceImpl.findByPasswordPolicyId(long passwordPolicyId, int start, int end, OrderByComparator<PasswordPolicyRel> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the password policy rels where passwordPolicyId = ?.
protected  PasswordPolicyRel PasswordPolicyRelPersistenceImpl.getByPasswordPolicyId_PrevAndNext(Session session, PasswordPolicyRel passwordPolicyRel, long passwordPolicyId, OrderByComparator<PasswordPolicyRel> orderByComparator, boolean previous)
           
 


Liferay 7.0-ce-b4