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) int
getListTypeEntriesCount
(long listTypeDefinitionId) getListTypeEntry
(long listTypeEntryId) getListTypeEntryByExternalReferenceCode
(String externalReferenceCode, long companyId, long listTypeDefinitionId) Returns the OSGi service identifier.void
setWrappedService
(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:
addListTypeEntry
in interfaceListTypeEntryService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
deleteListTypeEntry
public ListTypeEntry deleteListTypeEntry(long listTypeEntryId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
deleteListTypeEntry
in 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:
getListTypeEntries
in interfaceListTypeEntryService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getListTypeEntriesCount
public int getListTypeEntriesCount(long listTypeDefinitionId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getListTypeEntriesCount
in interfaceListTypeEntryService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getListTypeEntry
public ListTypeEntry getListTypeEntry(long listTypeEntryId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getListTypeEntry
in 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:
getListTypeEntryByExternalReferenceCode
in interfaceListTypeEntryService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getOSGiServiceIdentifier
Returns the OSGi service identifier.- Specified by:
getOSGiServiceIdentifier
in 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:
updateListTypeEntry
in interfaceListTypeEntryService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getWrappedService
- Specified by:
getWrappedService
in interfacecom.liferay.portal.kernel.service.ServiceWrapper<ListTypeEntryService>
-
setWrappedService
- Specified by:
setWrappedService
in interfacecom.liferay.portal.kernel.service.ServiceWrapper<ListTypeEntryService>
-