public class ListTypeDefinitionServiceWrapper extends java.lang.Object implements ListTypeDefinitionService, com.liferay.portal.kernel.service.ServiceWrapper<ListTypeDefinitionService>
ListTypeDefinitionService.ListTypeDefinitionService| Constructor and Description |
|---|
ListTypeDefinitionServiceWrapper() |
ListTypeDefinitionServiceWrapper(ListTypeDefinitionService listTypeDefinitionService) |
| Modifier and Type | Method and Description |
|---|---|
ListTypeDefinition |
addListTypeDefinition(java.util.Map<java.util.Locale,java.lang.String> nameMap) |
ListTypeDefinition |
deleteListTypeDefinition(ListTypeDefinition listTypeDefinition) |
ListTypeDefinition |
deleteListTypeDefinition(long listTypeDefinitionId) |
ListTypeDefinition |
getListTypeDefinition(long listTypeDefinitionId) |
java.util.List<ListTypeDefinition> |
getListTypeDefinitions(int start,
int end) |
int |
getListTypeDefinitionsCount() |
java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
ListTypeDefinitionService |
getWrappedService() |
void |
setWrappedService(ListTypeDefinitionService listTypeDefinitionService) |
ListTypeDefinition |
updateListTypeDefinition(long listTypeDefinitionId,
java.util.Map<java.util.Locale,java.lang.String> nameMap) |
public ListTypeDefinitionServiceWrapper()
public ListTypeDefinitionServiceWrapper(ListTypeDefinitionService listTypeDefinitionService)
public ListTypeDefinition addListTypeDefinition(java.util.Map<java.util.Locale,java.lang.String> nameMap) throws com.liferay.portal.kernel.exception.PortalException
addListTypeDefinition in interface ListTypeDefinitionServicecom.liferay.portal.kernel.exception.PortalExceptionpublic ListTypeDefinition deleteListTypeDefinition(ListTypeDefinition listTypeDefinition) throws com.liferay.portal.kernel.exception.PortalException
deleteListTypeDefinition in interface ListTypeDefinitionServicecom.liferay.portal.kernel.exception.PortalExceptionpublic ListTypeDefinition deleteListTypeDefinition(long listTypeDefinitionId) throws com.liferay.portal.kernel.exception.PortalException
deleteListTypeDefinition in interface ListTypeDefinitionServicecom.liferay.portal.kernel.exception.PortalExceptionpublic ListTypeDefinition getListTypeDefinition(long listTypeDefinitionId) throws com.liferay.portal.kernel.exception.PortalException
getListTypeDefinition in interface ListTypeDefinitionServicecom.liferay.portal.kernel.exception.PortalExceptionpublic java.util.List<ListTypeDefinition> getListTypeDefinitions(int start, int end)
getListTypeDefinitions in interface ListTypeDefinitionServicepublic int getListTypeDefinitionsCount()
getListTypeDefinitionsCount in interface ListTypeDefinitionServicepublic java.lang.String getOSGiServiceIdentifier()
getOSGiServiceIdentifier in interface ListTypeDefinitionServicepublic ListTypeDefinition updateListTypeDefinition(long listTypeDefinitionId, java.util.Map<java.util.Locale,java.lang.String> nameMap) throws com.liferay.portal.kernel.exception.PortalException
updateListTypeDefinition in interface ListTypeDefinitionServicecom.liferay.portal.kernel.exception.PortalExceptionpublic ListTypeDefinitionService getWrappedService()
getWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<ListTypeDefinitionService>public void setWrappedService(ListTypeDefinitionService listTypeDefinitionService)
setWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<ListTypeDefinitionService>