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(java.lang.String externalReferenceCode,
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) |
ListTypeEntry |
getListTypeEntryByExternalReferenceCode(java.lang.String externalReferenceCode,
long companyId,
long listTypeDefinitionId) |
java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
ListTypeEntryService |
getWrappedService() |
void |
setWrappedService(ListTypeEntryService listTypeEntryService) |
ListTypeEntry |
updateListTypeEntry(java.lang.String externalReferenceCode,
long listTypeEntryId,
java.util.Map<java.util.Locale,java.lang.String> nameMap) |
public ListTypeEntryServiceWrapper()
public ListTypeEntryServiceWrapper(ListTypeEntryService listTypeEntryService)
public ListTypeEntry addListTypeEntry(java.lang.String externalReferenceCode, 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 ListTypeEntryServicecom.liferay.portal.kernel.exception.PortalExceptionpublic ListTypeEntry deleteListTypeEntry(long listTypeEntryId) throws com.liferay.portal.kernel.exception.PortalException
deleteListTypeEntry in interface ListTypeEntryServicecom.liferay.portal.kernel.exception.PortalExceptionpublic java.util.List<ListTypeEntry> getListTypeEntries(long listTypeDefinitionId, int start, int end) throws com.liferay.portal.kernel.exception.PortalException
getListTypeEntries in interface ListTypeEntryServicecom.liferay.portal.kernel.exception.PortalExceptionpublic int getListTypeEntriesCount(long listTypeDefinitionId)
throws com.liferay.portal.kernel.exception.PortalException
getListTypeEntriesCount in interface ListTypeEntryServicecom.liferay.portal.kernel.exception.PortalExceptionpublic ListTypeEntry getListTypeEntry(long listTypeEntryId) throws com.liferay.portal.kernel.exception.PortalException
getListTypeEntry in interface ListTypeEntryServicecom.liferay.portal.kernel.exception.PortalExceptionpublic ListTypeEntry getListTypeEntryByExternalReferenceCode(java.lang.String externalReferenceCode, long companyId, long listTypeDefinitionId) throws com.liferay.portal.kernel.exception.PortalException
getListTypeEntryByExternalReferenceCode in interface ListTypeEntryServicecom.liferay.portal.kernel.exception.PortalExceptionpublic java.lang.String getOSGiServiceIdentifier()
getOSGiServiceIdentifier in interface ListTypeEntryServicepublic ListTypeEntry updateListTypeEntry(java.lang.String externalReferenceCode, long listTypeEntryId, java.util.Map<java.util.Locale,java.lang.String> nameMap) throws com.liferay.portal.kernel.exception.PortalException
updateListTypeEntry in interface ListTypeEntryServicecom.liferay.portal.kernel.exception.PortalExceptionpublic 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>