com.liferay.wsrp.service
Interface WSRPConfiguredProducerLocalService


@Transactional(rollbackFor={com.liferay.portal.PortalException.class,com.liferay.portal.SystemException.class})
public interface WSRPConfiguredProducerLocalService

View Source

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

This interface defines the service. The default implementation is com.liferay.wsrp.service.impl.WSRPConfiguredProducerLocalServiceImpl. Modify methods in that class and rerun ServiceBuilder to populate this class and all other generated classes.

This is a local service. Methods of this service will not have security checks based on the propagated JAAS credentials because this service can only be accessed from within the same VM.

Author:
Brian Wing Shun Chan
See Also:
WSRPConfiguredProducerLocalServiceUtil

Method Summary
 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)
           
 WSRPConfiguredProducer addWSRPConfiguredProducer(WSRPConfiguredProducer wsrpConfiguredProducer)
           
 WSRPConfiguredProducer createWSRPConfiguredProducer(long configuredProducerId)
           
 void deleteWSRPConfiguredProducer(long configuredProducerId)
           
 void deleteWSRPConfiguredProducer(WSRPConfiguredProducer wsrpConfiguredProducer)
           
 java.util.List<java.lang.Object> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
           
 java.util.List<java.lang.Object> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end)
           
 WSRPConfiguredProducer getConfiguredProducer(long configuredProducer)
           
 java.util.List<WSRPConfiguredProducer> getConfiguredProducers(java.lang.String portalId, java.lang.String namespace)
           
 WSRPConfiguredProducer getWSRPConfiguredProducer(long configuredProducerId)
           
 java.util.List<WSRPConfiguredProducer> getWSRPConfiguredProducers(int start, int end)
           
 int getWSRPConfiguredProducersCount()
           
 WSRPConfiguredProducer updateWSRPConfiguredProducer(WSRPConfiguredProducer wsrpConfiguredProducer)
           
 

Method Detail

addWSRPConfiguredProducer

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

createWSRPConfiguredProducer

WSRPConfiguredProducer createWSRPConfiguredProducer(long configuredProducerId)

deleteWSRPConfiguredProducer

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

deleteWSRPConfiguredProducer

void deleteWSRPConfiguredProducer(WSRPConfiguredProducer wsrpConfiguredProducer)
                                  throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

dynamicQuery

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

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

@Transactional(propagation=SUPPORTS,
               readOnly=true)
WSRPConfiguredProducer getWSRPConfiguredProducer(long configuredProducerId)
                                                 throws com.liferay.portal.SystemException,
                                                        com.liferay.portal.PortalException
Throws:
com.liferay.portal.SystemException
com.liferay.portal.PortalException

getWSRPConfiguredProducers

@Transactional(propagation=SUPPORTS,
               readOnly=true)
java.util.List<WSRPConfiguredProducer> getWSRPConfiguredProducers(int start,
                                                                                int end)
                                                                  throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

getWSRPConfiguredProducersCount

@Transactional(propagation=SUPPORTS,
               readOnly=true)
int getWSRPConfiguredProducersCount()
                                    throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

updateWSRPConfiguredProducer

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

addConfiguredProducer

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

@Transactional(propagation=SUPPORTS,
               readOnly=true)
WSRPConfiguredProducer getConfiguredProducer(long configuredProducer)
                                             throws com.liferay.portal.PortalException,
                                                    com.liferay.portal.SystemException
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

getConfiguredProducers

@Transactional(propagation=SUPPORTS,
               readOnly=true)
java.util.List<WSRPConfiguredProducer> getConfiguredProducers(java.lang.String portalId,
                                                                            java.lang.String namespace)
                                                              throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException