com.liferay.wsrp.service
Interface WSRPPortletLocalService


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

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.WSRPPortletLocalServiceImpl. 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:
WSRPPortletLocalServiceUtil

Method Summary
 WSRPPortlet addWSRPPortlet(WSRPPortlet wsrpPortlet)
           
 WSRPPortlet createWSRPPortlet(long portletId)
           
 void deleteWSRPPortlet(long portletId)
           
 void deleteWSRPPortlet(WSRPPortlet wsrpPortlet)
           
 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)
           
 WSRPPortlet getPortlet(java.lang.String portletName)
           
 java.util.List<WSRPPortlet> getPortlets()
           
 java.util.List<WSRPPortlet> getPortlets(java.lang.String producerEntityId)
           
 java.util.List<WSRPPortlet> getPortlets(java.lang.String producerEntityId, java.lang.String portletHandle)
           
 WSRPPortlet getWSRPPortlet(long portletId)
           
 java.util.List<WSRPPortlet> getWSRPPortlets(int start, int end)
           
 int getWSRPPortletsCount()
           
 WSRPPortlet updateWSRPPortlet(WSRPPortlet wsrpPortlet)
           
 

Method Detail

addWSRPPortlet

WSRPPortlet addWSRPPortlet(WSRPPortlet wsrpPortlet)
                           throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

createWSRPPortlet

WSRPPortlet createWSRPPortlet(long portletId)

deleteWSRPPortlet

void deleteWSRPPortlet(long portletId)
                       throws com.liferay.portal.SystemException,
                              com.liferay.portal.PortalException
Throws:
com.liferay.portal.SystemException
com.liferay.portal.PortalException

deleteWSRPPortlet

void deleteWSRPPortlet(WSRPPortlet wsrpPortlet)
                       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

getWSRPPortlet

@Transactional(propagation=SUPPORTS,
               readOnly=true)
WSRPPortlet getWSRPPortlet(long portletId)
                           throws com.liferay.portal.SystemException,
                                  com.liferay.portal.PortalException
Throws:
com.liferay.portal.SystemException
com.liferay.portal.PortalException

getWSRPPortlets

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

getWSRPPortletsCount

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

updateWSRPPortlet

WSRPPortlet updateWSRPPortlet(WSRPPortlet wsrpPortlet)
                              throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

getPortlet

@Transactional(propagation=SUPPORTS,
               readOnly=true)
WSRPPortlet getPortlet(java.lang.String portletName)
                       throws com.liferay.portal.SystemException,
                              NoSuchPortletException
Throws:
com.liferay.portal.SystemException
NoSuchPortletException

getPortlets

@Transactional(propagation=SUPPORTS,
               readOnly=true)
java.util.List<WSRPPortlet> getPortlets()
                                        throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

getPortlets

@Transactional(propagation=SUPPORTS,
               readOnly=true)
java.util.List<WSRPPortlet> getPortlets(java.lang.String producerEntityId)
                                        throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

getPortlets

@Transactional(propagation=SUPPORTS,
               readOnly=true)
java.util.List<WSRPPortlet> getPortlets(java.lang.String producerEntityId,
                                                      java.lang.String portletHandle)
                                        throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException