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.PortletItemaddPortletItem(long userId, long groupId, String name, String portletId, String className) com.liferay.portal.kernel.model.PortletItemgetPortletItem(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.PortletItemupdatePortletItem(long userId, long groupId, String name, String portletId, String className) protected voidMethods 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, updatePortletItemMethods inherited from class com.liferay.portal.kernel.service.BaseLocalServiceImpl
getClassLoader, getLocalizationMapMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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
-