Package com.liferay.portal.service.impl
Class PortletItemLocalServiceImpl
Object
com.liferay.portal.kernel.service.BaseLocalServiceImpl
com.liferay.portal.service.base.PortletItemLocalServiceBaseImpl
com.liferay.portal.service.impl.PortletItemLocalServiceImpl
- All Implemented Interfaces:
com.liferay.portal.kernel.module.framework.service.IdentifiableOSGiService
,com.liferay.portal.kernel.service.BaseLocalService
,com.liferay.portal.kernel.service.PersistedModelLocalService
,com.liferay.portal.kernel.service.PortletItemLocalService
- Author:
- Jorge Ferrer
-
Field Summary
Fields inherited from class com.liferay.portal.service.base.PortletItemLocalServiceBaseImpl
counterLocalService, portletItemLocalService, portletItemPersistence
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.liferay.portal.kernel.model.PortletItem
addPortletItem
(long userId, long groupId, String name, String portletId, String className) com.liferay.portal.kernel.model.PortletItem
getPortletItem
(long groupId, String name, String portletId, String className) List<com.liferay.portal.kernel.model.PortletItem>
getPortletItems
(long groupId, String className) List<com.liferay.portal.kernel.model.PortletItem>
getPortletItems
(long groupId, String portletId, String className) com.liferay.portal.kernel.model.PortletItem
updatePortletItem
(long userId, long groupId, String name, String portletId, String className) protected void
Methods inherited from class com.liferay.portal.service.base.PortletItemLocalServiceBaseImpl
addPortletItem, afterPropertiesSet, createPersistedModel, createPortletItem, deletePersistedModel, deletePortletItem, deletePortletItem, destroy, dslQuery, dslQueryCount, dynamicQuery, dynamicQuery, dynamicQuery, dynamicQuery, dynamicQueryCount, dynamicQueryCount, fetchPortletItem, getActionableDynamicQuery, getBasePersistence, getCounterLocalService, getIndexableActionableDynamicQuery, getModelClass, getModelClassName, getOSGiServiceIdentifier, getPersistedModel, getPortletItem, getPortletItemLocalService, getPortletItemPersistence, getPortletItems, getPortletItemsCount, initActionableDynamicQuery, runSQL, setCounterLocalService, setPortletItemLocalService, setPortletItemPersistence, updatePortletItem
Methods inherited from class com.liferay.portal.kernel.service.BaseLocalServiceImpl
getClassLoader, getLocalizationMap
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.kernel.service.PersistedModelLocalService
fetchPersistedModel
-
Constructor Details
-
PortletItemLocalServiceImpl
public PortletItemLocalServiceImpl()
-
-
Method Details
-
addPortletItem
public com.liferay.portal.kernel.model.PortletItem addPortletItem(long userId, long groupId, String name, String portletId, String className) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getPortletItem
public com.liferay.portal.kernel.model.PortletItem getPortletItem(long groupId, String name, String portletId, String className) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getPortletItems
-
getPortletItems
-
updatePortletItem
public com.liferay.portal.kernel.model.PortletItem updatePortletItem(long userId, long groupId, String name, String portletId, String className) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
validate
- Throws:
com.liferay.portal.kernel.exception.PortalException
-