com.liferay.portal.service.base
Class PortletLocalServiceBaseImpl
java.lang.Object
com.liferay.portal.service.base.PortletLocalServiceBaseImpl
- All Implemented Interfaces:
- com.liferay.portal.service.PortletLocalService
- Direct Known Subclasses:
- PortletLocalServiceImpl
- public abstract class PortletLocalServiceBaseImpl
- extends java.lang.Object
- implements com.liferay.portal.service.PortletLocalService
View Source
- Author:
- Brian Wing Shun Chan
Method Summary |
com.liferay.portal.model.Portlet |
addPortlet(com.liferay.portal.model.Portlet model)
|
java.util.List |
dynamicQuery(com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer)
|
java.util.List |
dynamicQuery(com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer,
int begin,
int end)
|
com.liferay.portal.model.Portlet |
updatePortlet(com.liferay.portal.model.Portlet model)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.liferay.portal.service.PortletLocalService |
getEARDisplay, getFriendlyURLMappers, getPortletById, getPortletByStrutsPath, getPortlets, getPortlets, getWARDisplay, hasPortlet, initEAR, initWAR, updatePortlet |
PortletLocalServiceBaseImpl
public PortletLocalServiceBaseImpl()
addPortlet
public com.liferay.portal.model.Portlet addPortlet(com.liferay.portal.model.Portlet model)
throws com.liferay.portal.SystemException
- Specified by:
addPortlet
in interface com.liferay.portal.service.PortletLocalService
- Throws:
com.liferay.portal.SystemException
dynamicQuery
public java.util.List dynamicQuery(com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer)
throws com.liferay.portal.SystemException
- Specified by:
dynamicQuery
in interface com.liferay.portal.service.PortletLocalService
- Throws:
com.liferay.portal.SystemException
dynamicQuery
public java.util.List dynamicQuery(com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer,
int begin,
int end)
throws com.liferay.portal.SystemException
- Specified by:
dynamicQuery
in interface com.liferay.portal.service.PortletLocalService
- Throws:
com.liferay.portal.SystemException
updatePortlet
public com.liferay.portal.model.Portlet updatePortlet(com.liferay.portal.model.Portlet model)
throws com.liferay.portal.SystemException
- Specified by:
updatePortlet
in interface com.liferay.portal.service.PortletLocalService
- Throws:
com.liferay.portal.SystemException