public class ListTypeEntryServiceWrapper extends java.lang.Object implements ListTypeEntryService, com.liferay.portal.kernel.service.ServiceWrapper<ListTypeEntryService>
ListTypeEntryService
.ListTypeEntryService
Constructor and Description |
---|
ListTypeEntryServiceWrapper() |
ListTypeEntryServiceWrapper(ListTypeEntryService listTypeEntryService) |
Modifier and Type | Method and Description |
---|---|
ListTypeEntry |
addListTypeEntry(long listTypeDefinitionId,
java.lang.String key,
java.util.Map<java.util.Locale,java.lang.String> nameMap) |
ListTypeEntry |
deleteListTypeEntry(long listTypeEntryId) |
java.util.List<ListTypeEntry> |
getListTypeEntries(long listTypeDefinitionId,
int start,
int end) |
int |
getListTypeEntriesCount(long listTypeDefinitionId) |
ListTypeEntry |
getListTypeEntry(long listTypeEntryId) |
java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
ListTypeEntryService |
getWrappedService() |
void |
setWrappedService(ListTypeEntryService listTypeEntryService) |
ListTypeEntry |
updateListTypeEntry(long listTypeEntryId,
java.util.Map<java.util.Locale,java.lang.String> nameMap) |
public ListTypeEntryServiceWrapper()
public ListTypeEntryServiceWrapper(ListTypeEntryService listTypeEntryService)
public ListTypeEntry addListTypeEntry(long listTypeDefinitionId, java.lang.String key, java.util.Map<java.util.Locale,java.lang.String> nameMap) throws com.liferay.portal.kernel.exception.PortalException
addListTypeEntry
in interface ListTypeEntryService
com.liferay.portal.kernel.exception.PortalException
public ListTypeEntry deleteListTypeEntry(long listTypeEntryId) throws com.liferay.portal.kernel.exception.PortalException
deleteListTypeEntry
in interface ListTypeEntryService
com.liferay.portal.kernel.exception.PortalException
public java.util.List<ListTypeEntry> getListTypeEntries(long listTypeDefinitionId, int start, int end) throws com.liferay.portal.kernel.exception.PortalException
getListTypeEntries
in interface ListTypeEntryService
com.liferay.portal.kernel.exception.PortalException
public int getListTypeEntriesCount(long listTypeDefinitionId) throws com.liferay.portal.kernel.exception.PortalException
getListTypeEntriesCount
in interface ListTypeEntryService
com.liferay.portal.kernel.exception.PortalException
public ListTypeEntry getListTypeEntry(long listTypeEntryId) throws com.liferay.portal.kernel.exception.PortalException
getListTypeEntry
in interface ListTypeEntryService
com.liferay.portal.kernel.exception.PortalException
public java.lang.String getOSGiServiceIdentifier()
getOSGiServiceIdentifier
in interface ListTypeEntryService
public ListTypeEntry updateListTypeEntry(long listTypeEntryId, java.util.Map<java.util.Locale,java.lang.String> nameMap) throws com.liferay.portal.kernel.exception.PortalException
updateListTypeEntry
in interface ListTypeEntryService
com.liferay.portal.kernel.exception.PortalException
public ListTypeEntryService getWrappedService()
getWrappedService
in interface com.liferay.portal.kernel.service.ServiceWrapper<ListTypeEntryService>
public void setWrappedService(ListTypeEntryService listTypeEntryService)
setWrappedService
in interface com.liferay.portal.kernel.service.ServiceWrapper<ListTypeEntryService>