Package com.liferay.list.type.service
Class ListTypeEntryServiceWrapper
java.lang.Object
com.liferay.list.type.service.ListTypeEntryServiceWrapper
- All Implemented Interfaces:
ListTypeEntryService,com.liferay.portal.kernel.service.BaseService,com.liferay.portal.kernel.service.ServiceWrapper<ListTypeEntryService>
public class ListTypeEntryServiceWrapper
extends Object
implements ListTypeEntryService, com.liferay.portal.kernel.service.ServiceWrapper<ListTypeEntryService>
Provides a wrapper for
ListTypeEntryService.- See Also:
- Generated:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddListTypeEntry(String externalReferenceCode, long listTypeDefinitionId, String key, Map<Locale, String> nameMap) deleteListTypeEntry(long listTypeEntryId) getListTypeEntries(long listTypeDefinitionId, int start, int end) intgetListTypeEntriesCount(long listTypeDefinitionId) getListTypeEntry(long listTypeEntryId) getListTypeEntryByExternalReferenceCode(String externalReferenceCode, long companyId, long listTypeDefinitionId) Returns the OSGi service identifier.voidsetWrappedService(ListTypeEntryService listTypeEntryService) updateListTypeEntry(String externalReferenceCode, long listTypeEntryId, Map<Locale, String> nameMap)
-
Constructor Details
-
ListTypeEntryServiceWrapper
public ListTypeEntryServiceWrapper() -
ListTypeEntryServiceWrapper
-
-
Method Details
-
addListTypeEntry
public ListTypeEntry addListTypeEntry(String externalReferenceCode, long listTypeDefinitionId, String key, Map<Locale, String> nameMap) throws com.liferay.portal.kernel.exception.PortalException- Specified by:
addListTypeEntryin interfaceListTypeEntryService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
deleteListTypeEntry
public ListTypeEntry deleteListTypeEntry(long listTypeEntryId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
deleteListTypeEntryin interfaceListTypeEntryService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getListTypeEntries
public List<ListTypeEntry> getListTypeEntries(long listTypeDefinitionId, int start, int end) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getListTypeEntriesin interfaceListTypeEntryService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getListTypeEntriesCount
public int getListTypeEntriesCount(long listTypeDefinitionId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getListTypeEntriesCountin interfaceListTypeEntryService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getListTypeEntry
public ListTypeEntry getListTypeEntry(long listTypeEntryId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getListTypeEntryin interfaceListTypeEntryService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getListTypeEntryByExternalReferenceCode
public ListTypeEntry getListTypeEntryByExternalReferenceCode(String externalReferenceCode, long companyId, long listTypeDefinitionId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getListTypeEntryByExternalReferenceCodein interfaceListTypeEntryService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getOSGiServiceIdentifier
Returns the OSGi service identifier.- Specified by:
getOSGiServiceIdentifierin interfaceListTypeEntryService- Returns:
- the OSGi service identifier
-
updateListTypeEntry
public ListTypeEntry updateListTypeEntry(String externalReferenceCode, long listTypeEntryId, Map<Locale, String> nameMap) throws com.liferay.portal.kernel.exception.PortalException- Specified by:
updateListTypeEntryin interfaceListTypeEntryService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getWrappedService
- Specified by:
getWrappedServicein interfacecom.liferay.portal.kernel.service.ServiceWrapper<ListTypeEntryService>
-
setWrappedService
- Specified by:
setWrappedServicein interfacecom.liferay.portal.kernel.service.ServiceWrapper<ListTypeEntryService>
-