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 ListTypeDefinitionService
com.liferay.portal.kernel.exception.PortalException
public ListTypeDefinition deleteListTypeDefinition(ListTypeDefinition listTypeDefinition) throws com.liferay.portal.kernel.exception.PortalException
deleteListTypeDefinition
in interface ListTypeDefinitionService
com.liferay.portal.kernel.exception.PortalException
public ListTypeDefinition deleteListTypeDefinition(long listTypeDefinitionId) throws com.liferay.portal.kernel.exception.PortalException
deleteListTypeDefinition
in interface ListTypeDefinitionService
com.liferay.portal.kernel.exception.PortalException
public ListTypeDefinition getListTypeDefinition(long listTypeDefinitionId) throws com.liferay.portal.kernel.exception.PortalException
getListTypeDefinition
in interface ListTypeDefinitionService
com.liferay.portal.kernel.exception.PortalException
public java.util.List<ListTypeDefinition> getListTypeDefinitions(int start, int end)
getListTypeDefinitions
in interface ListTypeDefinitionService
public int getListTypeDefinitionsCount()
getListTypeDefinitionsCount
in interface ListTypeDefinitionService
public java.lang.String getOSGiServiceIdentifier()
getOSGiServiceIdentifier
in interface ListTypeDefinitionService
public ListTypeDefinition updateListTypeDefinition(long listTypeDefinitionId, java.util.Map<java.util.Locale,java.lang.String> nameMap) throws com.liferay.portal.kernel.exception.PortalException
updateListTypeDefinition
in interface ListTypeDefinitionService
com.liferay.portal.kernel.exception.PortalException
public 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>