com.liferay.wsrp.service
Class WSRPConfiguredProducerLocalServiceUtil

java.lang.Object
  extended by com.liferay.wsrp.service.WSRPConfiguredProducerLocalServiceUtil

public class WSRPConfiguredProducerLocalServiceUtil
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.wsrp.service.WSRPConfiguredProducerLocalService 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:
WSRPConfiguredProducerLocalService

Constructor Summary
WSRPConfiguredProducerLocalServiceUtil()
           
 
Method Summary
static void addConfiguredProducer(java.lang.String name, java.lang.String portalId, java.lang.String namespace, java.lang.String producerURL, java.lang.String producerVersion, java.lang.String producerMarkupURL, int status, java.lang.String registrationData, java.lang.String registrationContext, java.lang.String serviceDescription, java.lang.String userCategoryMapping, java.lang.String customUserProfile, java.lang.String identityPropagationType, java.lang.String lifetimeTerminationTime, long sdLastModified, int entityVersion)
           
static WSRPConfiguredProducer addWSRPConfiguredProducer(WSRPConfiguredProducer wsrpConfiguredProducer)
           
static WSRPConfiguredProducer createWSRPConfiguredProducer(long configuredProducerId)
           
static void deleteWSRPConfiguredProducer(long configuredProducerId)
           
static void deleteWSRPConfiguredProducer(WSRPConfiguredProducer wsrpConfiguredProducer)
           
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 WSRPConfiguredProducer getConfiguredProducer(long configuredProducer)
           
static java.util.List<WSRPConfiguredProducer> getConfiguredProducers(java.lang.String portalId, java.lang.String namespace)
           
static WSRPConfiguredProducerLocalService getService()
           
static WSRPConfiguredProducer getWSRPConfiguredProducer(long configuredProducerId)
           
static java.util.List<WSRPConfiguredProducer> getWSRPConfiguredProducers(int start, int end)
           
static int getWSRPConfiguredProducersCount()
           
 void setService(WSRPConfiguredProducerLocalService service)
           
static WSRPConfiguredProducer updateWSRPConfiguredProducer(WSRPConfiguredProducer wsrpConfiguredProducer)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WSRPConfiguredProducerLocalServiceUtil

public WSRPConfiguredProducerLocalServiceUtil()
Method Detail

addWSRPConfiguredProducer

public static WSRPConfiguredProducer addWSRPConfiguredProducer(WSRPConfiguredProducer wsrpConfiguredProducer)
                                                        throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

createWSRPConfiguredProducer

public static WSRPConfiguredProducer createWSRPConfiguredProducer(long configuredProducerId)

deleteWSRPConfiguredProducer

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

deleteWSRPConfiguredProducer

public static void deleteWSRPConfiguredProducer(WSRPConfiguredProducer wsrpConfiguredProducer)
                                         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

getWSRPConfiguredProducer

public static WSRPConfiguredProducer getWSRPConfiguredProducer(long configuredProducerId)
                                                        throws com.liferay.portal.PortalException,
                                                               com.liferay.portal.SystemException
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

getWSRPConfiguredProducers

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

getWSRPConfiguredProducersCount

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

updateWSRPConfiguredProducer

public static WSRPConfiguredProducer updateWSRPConfiguredProducer(WSRPConfiguredProducer wsrpConfiguredProducer)
                                                           throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

addConfiguredProducer

public static void addConfiguredProducer(java.lang.String name,
                                         java.lang.String portalId,
                                         java.lang.String namespace,
                                         java.lang.String producerURL,
                                         java.lang.String producerVersion,
                                         java.lang.String producerMarkupURL,
                                         int status,
                                         java.lang.String registrationData,
                                         java.lang.String registrationContext,
                                         java.lang.String serviceDescription,
                                         java.lang.String userCategoryMapping,
                                         java.lang.String customUserProfile,
                                         java.lang.String identityPropagationType,
                                         java.lang.String lifetimeTerminationTime,
                                         long sdLastModified,
                                         int entityVersion)
                                  throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

getConfiguredProducer

public static WSRPConfiguredProducer getConfiguredProducer(long configuredProducer)
                                                    throws com.liferay.portal.PortalException,
                                                           com.liferay.portal.SystemException
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

getConfiguredProducers

public static java.util.List<WSRPConfiguredProducer> getConfiguredProducers(java.lang.String portalId,
                                                                            java.lang.String namespace)
                                                                     throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

getService

public static WSRPConfiguredProducerLocalService getService()

setService

public void setService(WSRPConfiguredProducerLocalService service)