com.liferay.portal.service
Class PasswordPolicyRelLocalServiceUtil

java.lang.Object
  extended by com.liferay.portal.service.PasswordPolicyRelLocalServiceUtil

public class PasswordPolicyRelLocalServiceUtil
extends java.lang.Object

View Source

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

This class provides static methods for the com.liferay.portal.service.PasswordPolicyRelLocalService bean. The static methods of this class calls the same methods of the bean instance. It's convenient to be able to just write one line to call a method on a bean instead of writing a lookup call and a method call.

Author:
Brian Wing Shun Chan
See Also:
PasswordPolicyRelLocalService

Constructor Summary
PasswordPolicyRelLocalServiceUtil()
           
 
Method Summary
static PasswordPolicyRel addPasswordPolicyRel(long passwordPolicyId, java.lang.String className, long classPK)
           
static PasswordPolicyRel addPasswordPolicyRel(PasswordPolicyRel passwordPolicyRel)
           
static void addPasswordPolicyRels(long passwordPolicyId, java.lang.String className, long[] classPKs)
           
static PasswordPolicyRel createPasswordPolicyRel(long passwordPolicyRelId)
           
static void deletePasswordPolicyRel(long passwordPolicyRelId)
           
static void deletePasswordPolicyRel(long passwordPolicyId, java.lang.String className, long classPK)
           
static void deletePasswordPolicyRel(PasswordPolicyRel passwordPolicyRel)
           
static void deletePasswordPolicyRel(java.lang.String className, long classPK)
           
static void deletePasswordPolicyRels(long passwordPolicyId, java.lang.String className, long[] classPKs)
           
static java.util.List<java.lang.Object> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
           
static java.util.List<java.lang.Object> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end)
           
static PasswordPolicyRel getPasswordPolicyRel(long passwordPolicyRelId)
           
static PasswordPolicyRel getPasswordPolicyRel(long passwordPolicyId, java.lang.String className, long classPK)
           
static PasswordPolicyRel getPasswordPolicyRel(java.lang.String className, long classPK)
           
static java.util.List<PasswordPolicyRel> getPasswordPolicyRels(int start, int end)
           
static int getPasswordPolicyRelsCount()
           
static PasswordPolicyRelLocalService getService()
           
static boolean hasPasswordPolicyRel(long passwordPolicyId, java.lang.String className, long classPK)
           
 void setService(PasswordPolicyRelLocalService service)
           
static PasswordPolicyRel updatePasswordPolicyRel(PasswordPolicyRel passwordPolicyRel)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PasswordPolicyRelLocalServiceUtil

public PasswordPolicyRelLocalServiceUtil()
Method Detail

addPasswordPolicyRel

public static PasswordPolicyRel addPasswordPolicyRel(PasswordPolicyRel passwordPolicyRel)
                                              throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

createPasswordPolicyRel

public static PasswordPolicyRel createPasswordPolicyRel(long passwordPolicyRelId)

deletePasswordPolicyRel

public static void deletePasswordPolicyRel(long passwordPolicyRelId)
                                    throws com.liferay.portal.PortalException,
                                           com.liferay.portal.SystemException
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

deletePasswordPolicyRel

public static void deletePasswordPolicyRel(PasswordPolicyRel passwordPolicyRel)
                                    throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

dynamicQuery

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

dynamicQuery

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

getPasswordPolicyRel

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

getPasswordPolicyRels

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

getPasswordPolicyRelsCount

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

updatePasswordPolicyRel

public static PasswordPolicyRel updatePasswordPolicyRel(PasswordPolicyRel passwordPolicyRel)
                                                 throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

addPasswordPolicyRel

public static PasswordPolicyRel addPasswordPolicyRel(long passwordPolicyId,
                                                     java.lang.String className,
                                                     long classPK)
                                              throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

addPasswordPolicyRels

public static void addPasswordPolicyRels(long passwordPolicyId,
                                         java.lang.String className,
                                         long[] classPKs)
                                  throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

deletePasswordPolicyRel

public static void deletePasswordPolicyRel(java.lang.String className,
                                           long classPK)
                                    throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

deletePasswordPolicyRel

public static void deletePasswordPolicyRel(long passwordPolicyId,
                                           java.lang.String className,
                                           long classPK)
                                    throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

deletePasswordPolicyRels

public static void deletePasswordPolicyRels(long passwordPolicyId,
                                            java.lang.String className,
                                            long[] classPKs)
                                     throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

getPasswordPolicyRel

public static PasswordPolicyRel getPasswordPolicyRel(java.lang.String className,
                                                     long classPK)
                                              throws com.liferay.portal.PortalException,
                                                     com.liferay.portal.SystemException
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

getPasswordPolicyRel

public static PasswordPolicyRel getPasswordPolicyRel(long passwordPolicyId,
                                                     java.lang.String className,
                                                     long classPK)
                                              throws com.liferay.portal.PortalException,
                                                     com.liferay.portal.SystemException
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

hasPasswordPolicyRel

public static boolean hasPasswordPolicyRel(long passwordPolicyId,
                                           java.lang.String className,
                                           long classPK)
                                    throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

getService

public static PasswordPolicyRelLocalService getService()

setService

public void setService(PasswordPolicyRelLocalService service)