public class PortletItemLocalServiceImpl extends PortletItemLocalServiceBaseImpl
classNameLocalService, classNamePersistence, counterLocalService, persistedModelLocalServiceRegistry, portletItemLocalService, portletItemPersistence, userFinder, userLocalService, userPersistence| Constructor and Description |
|---|
PortletItemLocalServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
com.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 |
validate(String name) |
addPortletItem, afterPropertiesSet, createPortletItem, deletePersistedModel, deletePortletItem, deletePortletItem, destroy, dynamicQuery, dynamicQuery, dynamicQuery, dynamicQuery, dynamicQueryCount, dynamicQueryCount, fetchPortletItem, getActionableDynamicQuery, getClassNameLocalService, getClassNamePersistence, getCounterLocalService, getIndexableActionableDynamicQuery, getModelClass, getModelClassName, getOSGiServiceIdentifier, getPersistedModel, getPortletItem, getPortletItemLocalService, getPortletItemPersistence, getPortletItems, getPortletItemsCount, getUserFinder, getUserLocalService, getUserPersistence, initActionableDynamicQuery, runSQL, setClassNameLocalService, setClassNamePersistence, setCounterLocalService, setPortletItemLocalService, setPortletItemPersistence, setUserFinder, setUserLocalService, setUserPersistence, updatePortletItempublic com.liferay.portal.kernel.model.PortletItem addPortletItem(long userId,
long groupId,
String name,
String portletId,
String className)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic com.liferay.portal.kernel.model.PortletItem getPortletItem(long groupId,
String name,
String portletId,
String className)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic List<com.liferay.portal.kernel.model.PortletItem> getPortletItems(long groupId,
String className)
public List<com.liferay.portal.kernel.model.PortletItem> getPortletItems(long groupId,
String portletId,
String className)
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
com.liferay.portal.kernel.exception.PortalExceptionprotected void validate(String name)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException