com.liferay.portal.service.impl
Class PortletItemLocalServiceImpl
java.lang.Object
com.liferay.portal.service.BaseLocalServiceImpl
com.liferay.portal.service.base.PortletItemLocalServiceBaseImpl
com.liferay.portal.service.impl.PortletItemLocalServiceImpl
- All Implemented Interfaces:
- IdentifiableOSGiService, BaseLocalService, PersistedModelLocalService, PortletItemLocalService
public class PortletItemLocalServiceImpl
- extends PortletItemLocalServiceBaseImpl
|
Method Summary |
PortletItem |
addPortletItem(long userId,
long groupId,
String name,
String portletId,
String className)
|
PortletItem |
getPortletItem(long groupId,
String name,
String portletId,
String className)
|
List<PortletItem> |
getPortletItems(long groupId,
String className)
|
List<PortletItem> |
getPortletItems(long groupId,
String portletId,
String className)
|
PortletItem |
updatePortletItem(long userId,
long groupId,
String name,
String portletId,
String className)
|
protected void |
validate(String name)
|
| Methods inherited from class com.liferay.portal.service.base.PortletItemLocalServiceBaseImpl |
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, updatePortletItem |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PortletItemLocalServiceImpl
public PortletItemLocalServiceImpl()
addPortletItem
public PortletItem addPortletItem(long userId,
long groupId,
String name,
String portletId,
String className)
throws PortalException
- Throws:
PortalException
getPortletItem
public PortletItem getPortletItem(long groupId,
String name,
String portletId,
String className)
throws PortalException
- Throws:
PortalException
getPortletItems
public List<PortletItem> getPortletItems(long groupId,
String className)
getPortletItems
public List<PortletItem> getPortletItems(long groupId,
String portletId,
String className)
updatePortletItem
public PortletItem updatePortletItem(long userId,
long groupId,
String name,
String portletId,
String className)
throws PortalException
- Throws:
PortalException
validate
protected void validate(String name)
throws PortalException
- Throws:
PortalException