com.liferay.portal.service.persistence
Class PasswordPolicyRelUtil

java.lang.Object
  extended by com.liferay.portal.service.persistence.PasswordPolicyRelUtil

public class PasswordPolicyRelUtil
extends java.lang.Object

View Source

ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.

Author:
Brian Wing Shun Chan
See Also:
PasswordPolicyRelPersistence, PasswordPolicyRelPersistenceImpl
Generated:

Constructor Summary
PasswordPolicyRelUtil()
           
 
Method Summary
static void cacheResult(java.util.List<PasswordPolicyRel> passwordPolicyRels)
           
static void cacheResult(PasswordPolicyRel passwordPolicyRel)
           
static void clearCache()
           
static void clearCache(PasswordPolicyRel passwordPolicyRel)
           
static int countAll()
           
static int countByC_C(long classNameId, long classPK)
           
static int countByP_C_C(long passwordPolicyId, long classNameId, long classPK)
           
static int countByPasswordPolicyId(long passwordPolicyId)
           
 int countWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
           
static PasswordPolicyRel create(long passwordPolicyRelId)
           
static PasswordPolicyRel fetchByC_C(long classNameId, long classPK)
           
static PasswordPolicyRel fetchByC_C(long classNameId, long classPK, boolean retrieveFromCache)
           
static PasswordPolicyRel fetchByP_C_C(long passwordPolicyId, long classNameId, long classPK)
           
static PasswordPolicyRel fetchByP_C_C(long passwordPolicyId, long classNameId, long classPK, boolean retrieveFromCache)
           
static PasswordPolicyRel fetchByPrimaryKey(long passwordPolicyRelId)
           
static java.util.List<PasswordPolicyRel> findAll()
           
static java.util.List<PasswordPolicyRel> findAll(int start, int end)
           
static java.util.List<PasswordPolicyRel> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
           
static PasswordPolicyRel findByC_C(long classNameId, long classPK)
           
static PasswordPolicyRel findByP_C_C(long passwordPolicyId, long classNameId, long classPK)
           
static PasswordPolicyRel findByPasswordPolicyId_First(long passwordPolicyId, com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
           
static PasswordPolicyRel findByPasswordPolicyId_Last(long passwordPolicyId, com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
           
static PasswordPolicyRel[] findByPasswordPolicyId_PrevAndNext(long passwordPolicyRelId, long passwordPolicyId, com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
           
static java.util.List<PasswordPolicyRel> findByPasswordPolicyId(long passwordPolicyId)
           
static java.util.List<PasswordPolicyRel> findByPasswordPolicyId(long passwordPolicyId, int start, int end)
           
static java.util.List<PasswordPolicyRel> findByPasswordPolicyId(long passwordPolicyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
           
static PasswordPolicyRel findByPrimaryKey(long passwordPolicyRelId)
           
static java.util.List<java.lang.Object> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
           
static java.util.List<java.lang.Object> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end)
           
static PasswordPolicyRelPersistence getPersistence()
           
static PasswordPolicyRel remove(long passwordPolicyRelId)
           
static PasswordPolicyRel remove(PasswordPolicyRel passwordPolicyRel)
           
static void removeAll()
           
static void removeByC_C(long classNameId, long classPK)
           
static void removeByP_C_C(long passwordPolicyId, long classNameId, long classPK)
           
static void removeByPasswordPolicyId(long passwordPolicyId)
           
 void setPersistence(PasswordPolicyRelPersistence persistence)
           
static PasswordPolicyRel update(PasswordPolicyRel passwordPolicyRel)
          Deprecated. Use com.liferay.portal.service.persistence.BasePersistence.#update(com.liferay.portal.model.BaseModel, boolean).
static PasswordPolicyRel update(PasswordPolicyRel passwordPolicyRel, boolean merge)
           
static PasswordPolicyRel updateImpl(PasswordPolicyRel passwordPolicyRel, boolean merge)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PasswordPolicyRelUtil

public PasswordPolicyRelUtil()
Method Detail

clearCache

public static void clearCache()
See Also:
BasePersistence.clearCache()

clearCache

public static void clearCache(PasswordPolicyRel passwordPolicyRel)
See Also:
com.liferay.portal.service.persistence.BasePersistence#clearCache(PasswordPolicyRel)

countWithDynamicQuery

public int countWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
                          throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException
See Also:
BasePersistence.countWithDynamicQuery(DynamicQuery)

findWithDynamicQuery

public static java.util.List<java.lang.Object> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
                                                             throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException
See Also:
BasePersistence.findWithDynamicQuery(DynamicQuery)

findWithDynamicQuery

public static java.util.List<java.lang.Object> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
                                                                    int start,
                                                                    int end)
                                                             throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException
See Also:
BasePersistence.findWithDynamicQuery(DynamicQuery, int, int)

remove

public static PasswordPolicyRel remove(PasswordPolicyRel passwordPolicyRel)
                                throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException
See Also:
BasePersistence.remove(com.liferay.portal.model.BaseModel)

update

public static PasswordPolicyRel update(PasswordPolicyRel passwordPolicyRel,
                                       boolean merge)
                                throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException
See Also:
BasePersistence.update(com.liferay.portal.model.BaseModel, boolean)

cacheResult

public static void cacheResult(PasswordPolicyRel passwordPolicyRel)

cacheResult

public static void cacheResult(java.util.List<PasswordPolicyRel> passwordPolicyRels)

create

public static PasswordPolicyRel create(long passwordPolicyRelId)

remove

public static PasswordPolicyRel remove(long passwordPolicyRelId)
                                throws NoSuchPasswordPolicyRelException,
                                       com.liferay.portal.SystemException
Throws:
NoSuchPasswordPolicyRelException
com.liferay.portal.SystemException

update

public static PasswordPolicyRel update(PasswordPolicyRel passwordPolicyRel)
                                throws com.liferay.portal.SystemException
Deprecated. Use com.liferay.portal.service.persistence.BasePersistence.#update(com.liferay.portal.model.BaseModel, boolean).

Throws:
com.liferay.portal.SystemException

updateImpl

public static PasswordPolicyRel updateImpl(PasswordPolicyRel passwordPolicyRel,
                                           boolean merge)
                                    throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

findByPrimaryKey

public static PasswordPolicyRel findByPrimaryKey(long passwordPolicyRelId)
                                          throws NoSuchPasswordPolicyRelException,
                                                 com.liferay.portal.SystemException
Throws:
NoSuchPasswordPolicyRelException
com.liferay.portal.SystemException

fetchByPrimaryKey

public static PasswordPolicyRel fetchByPrimaryKey(long passwordPolicyRelId)
                                           throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

findByPasswordPolicyId

public static java.util.List<PasswordPolicyRel> findByPasswordPolicyId(long passwordPolicyId)
                                                                throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

findByPasswordPolicyId

public static java.util.List<PasswordPolicyRel> findByPasswordPolicyId(long passwordPolicyId,
                                                                       int start,
                                                                       int end)
                                                                throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

findByPasswordPolicyId

public static java.util.List<PasswordPolicyRel> findByPasswordPolicyId(long passwordPolicyId,
                                                                       int start,
                                                                       int end,
                                                                       com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
                                                                throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

findByPasswordPolicyId_First

public static PasswordPolicyRel findByPasswordPolicyId_First(long passwordPolicyId,
                                                             com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
                                                      throws NoSuchPasswordPolicyRelException,
                                                             com.liferay.portal.SystemException
Throws:
NoSuchPasswordPolicyRelException
com.liferay.portal.SystemException

findByPasswordPolicyId_Last

public static PasswordPolicyRel findByPasswordPolicyId_Last(long passwordPolicyId,
                                                            com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
                                                     throws NoSuchPasswordPolicyRelException,
                                                            com.liferay.portal.SystemException
Throws:
NoSuchPasswordPolicyRelException
com.liferay.portal.SystemException

findByPasswordPolicyId_PrevAndNext

public static PasswordPolicyRel[] findByPasswordPolicyId_PrevAndNext(long passwordPolicyRelId,
                                                                     long passwordPolicyId,
                                                                     com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
                                                              throws NoSuchPasswordPolicyRelException,
                                                                     com.liferay.portal.SystemException
Throws:
NoSuchPasswordPolicyRelException
com.liferay.portal.SystemException

findByC_C

public static PasswordPolicyRel findByC_C(long classNameId,
                                          long classPK)
                                   throws NoSuchPasswordPolicyRelException,
                                          com.liferay.portal.SystemException
Throws:
NoSuchPasswordPolicyRelException
com.liferay.portal.SystemException

fetchByC_C

public static PasswordPolicyRel fetchByC_C(long classNameId,
                                           long classPK)
                                    throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

fetchByC_C

public static PasswordPolicyRel fetchByC_C(long classNameId,
                                           long classPK,
                                           boolean retrieveFromCache)
                                    throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

findByP_C_C

public static PasswordPolicyRel findByP_C_C(long passwordPolicyId,
                                            long classNameId,
                                            long classPK)
                                     throws NoSuchPasswordPolicyRelException,
                                            com.liferay.portal.SystemException
Throws:
NoSuchPasswordPolicyRelException
com.liferay.portal.SystemException

fetchByP_C_C

public static PasswordPolicyRel fetchByP_C_C(long passwordPolicyId,
                                             long classNameId,
                                             long classPK)
                                      throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

fetchByP_C_C

public static PasswordPolicyRel fetchByP_C_C(long passwordPolicyId,
                                             long classNameId,
                                             long classPK,
                                             boolean retrieveFromCache)
                                      throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

findAll

public static java.util.List<PasswordPolicyRel> findAll()
                                                 throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

findAll

public static java.util.List<PasswordPolicyRel> findAll(int start,
                                                        int end)
                                                 throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

findAll

public static java.util.List<PasswordPolicyRel> findAll(int start,
                                                        int end,
                                                        com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
                                                 throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

removeByPasswordPolicyId

public static void removeByPasswordPolicyId(long passwordPolicyId)
                                     throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

removeByC_C

public static void removeByC_C(long classNameId,
                               long classPK)
                        throws NoSuchPasswordPolicyRelException,
                               com.liferay.portal.SystemException
Throws:
NoSuchPasswordPolicyRelException
com.liferay.portal.SystemException

removeByP_C_C

public static void removeByP_C_C(long passwordPolicyId,
                                 long classNameId,
                                 long classPK)
                          throws NoSuchPasswordPolicyRelException,
                                 com.liferay.portal.SystemException
Throws:
NoSuchPasswordPolicyRelException
com.liferay.portal.SystemException

removeAll

public static void removeAll()
                      throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

countByPasswordPolicyId

public static int countByPasswordPolicyId(long passwordPolicyId)
                                   throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

countByC_C

public static int countByC_C(long classNameId,
                             long classPK)
                      throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

countByP_C_C

public static int countByP_C_C(long passwordPolicyId,
                               long classNameId,
                               long classPK)
                        throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

countAll

public static int countAll()
                    throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

getPersistence

public static PasswordPolicyRelPersistence getPersistence()

setPersistence

public void setPersistence(PasswordPolicyRelPersistence persistence)