com.liferay.portal.service.persistence
Interface PasswordPolicyRelPersistence


public interface PasswordPolicyRelPersistence

View Source

Author:
Brian Wing Shun Chan

Method Summary
 int countAll()
           
 int countByC_C(long classNameId, long classPK)
           
 int countByP_C_C(long passwordPolicyId, long classNameId, long classPK)
           
 PasswordPolicyRel create(long passwordPolicyRelId)
           
 PasswordPolicyRel fetchByC_C(long classNameId, long classPK)
           
 PasswordPolicyRel fetchByP_C_C(long passwordPolicyId, long classNameId, long classPK)
           
 PasswordPolicyRel fetchByPrimaryKey(long passwordPolicyRelId)
           
 java.util.List<PasswordPolicyRel> findAll()
           
 java.util.List<PasswordPolicyRel> findAll(int begin, int end)
           
 java.util.List<PasswordPolicyRel> findAll(int begin, int end, com.liferay.portal.kernel.util.OrderByComparator obc)
           
 PasswordPolicyRel findByC_C(long classNameId, long classPK)
           
 PasswordPolicyRel findByP_C_C(long passwordPolicyId, long classNameId, long classPK)
           
 PasswordPolicyRel findByPrimaryKey(long passwordPolicyRelId)
           
 java.util.List<PasswordPolicyRel> findWithDynamicQuery(com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer)
           
 java.util.List<PasswordPolicyRel> findWithDynamicQuery(com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer, int begin, int end)
           
 PasswordPolicyRel remove(long passwordPolicyRelId)
           
 PasswordPolicyRel remove(PasswordPolicyRel passwordPolicyRel)
           
 void removeAll()
           
 void removeByC_C(long classNameId, long classPK)
           
 void removeByP_C_C(long passwordPolicyId, long classNameId, long classPK)
           
 PasswordPolicyRel update(PasswordPolicyRel passwordPolicyRel)
          Deprecated. Use update(PasswordPolicyRel passwordPolicyRel, boolean merge).
 PasswordPolicyRel update(PasswordPolicyRel passwordPolicyRel, boolean merge)
          Add, update, or merge, the entity.
 PasswordPolicyRel updateImpl(PasswordPolicyRel passwordPolicyRel, boolean merge)
           
 

Method Detail

create

PasswordPolicyRel create(long passwordPolicyRelId)

remove

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

remove

PasswordPolicyRel remove(PasswordPolicyRel passwordPolicyRel)
                         throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

update

PasswordPolicyRel update(PasswordPolicyRel passwordPolicyRel)
                         throws com.liferay.portal.SystemException
Deprecated. Use update(PasswordPolicyRel passwordPolicyRel, boolean merge).

Throws:
com.liferay.portal.SystemException

update

PasswordPolicyRel update(PasswordPolicyRel passwordPolicyRel,
                         boolean merge)
                         throws com.liferay.portal.SystemException
Add, update, or merge, the entity. This method also calls the model listeners to trigger the proper events associated with adding, deleting, or updating an entity.

Parameters:
passwordPolicyRel - the entity to add, update, or merge
merge - boolean value for whether to merge the entity. The default value is false. Setting merge to true is more expensive and should only be true when passwordPolicyRel is transient. See LEP-5473 for a detailed discussion of this method.
Returns:
true if the portlet can be displayed via Ajax
Throws:
com.liferay.portal.SystemException

updateImpl

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

findByPrimaryKey

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

fetchByPrimaryKey

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

findByC_C

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

fetchByC_C

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

findByP_C_C

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

fetchByP_C_C

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

findWithDynamicQuery

java.util.List<PasswordPolicyRel> findWithDynamicQuery(com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer)
                                                       throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

findWithDynamicQuery

java.util.List<PasswordPolicyRel> findWithDynamicQuery(com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer,
                                                       int begin,
                                                       int end)
                                                       throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

findAll

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

findAll

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

findAll

java.util.List<PasswordPolicyRel> findAll(int begin,
                                          int end,
                                          com.liferay.portal.kernel.util.OrderByComparator obc)
                                          throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

removeByC_C

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

removeByP_C_C

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

removeAll

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

countByC_C

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

countByP_C_C

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

countAll

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