Package com.liferay.list.type.service
Class ListTypeDefinitionServiceWrapper
java.lang.Object
com.liferay.list.type.service.ListTypeDefinitionServiceWrapper
- All Implemented Interfaces:
ListTypeDefinitionService,com.liferay.portal.kernel.service.BaseService,com.liferay.portal.kernel.service.ServiceWrapper<ListTypeDefinitionService>
public class ListTypeDefinitionServiceWrapper
extends Object
implements ListTypeDefinitionService, com.liferay.portal.kernel.service.ServiceWrapper<ListTypeDefinitionService>
Provides a wrapper for
ListTypeDefinitionService.- See Also:
- Generated:
-
Constructor Summary
ConstructorsConstructorDescriptionListTypeDefinitionServiceWrapper(ListTypeDefinitionService listTypeDefinitionService) -
Method Summary
Modifier and TypeMethodDescriptionaddListTypeDefinition(String externalReferenceCode, Map<Locale, String> nameMap, boolean system, List<ListTypeEntry> listTypeEntries) deleteListTypeDefinition(long listTypeDefinitionId) deleteListTypeDefinition(ListTypeDefinition listTypeDefinition) fetchListTypeDefinitionByExternalReferenceCode(String externalReferenceCode, long companyId) getListTypeDefinition(long listTypeDefinitionId) getListTypeDefinitionByExternalReferenceCode(String externalReferenceCode, long companyId) getListTypeDefinitions(int start, int end) intReturns the OSGi service identifier.voidsetWrappedService(ListTypeDefinitionService listTypeDefinitionService) updateListTypeDefinition(String externalReferenceCode, long listTypeDefinitionId, Map<Locale, String> nameMap, List<ListTypeEntry> listTypeEntries)
-
Constructor Details
-
ListTypeDefinitionServiceWrapper
public ListTypeDefinitionServiceWrapper() -
ListTypeDefinitionServiceWrapper
-
-
Method Details
-
addListTypeDefinition
public ListTypeDefinition addListTypeDefinition(String externalReferenceCode, Map<Locale, String> nameMap, boolean system, List<ListTypeEntry> listTypeEntries) throws com.liferay.portal.kernel.exception.PortalException- Specified by:
addListTypeDefinitionin interfaceListTypeDefinitionService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
deleteListTypeDefinition
public ListTypeDefinition deleteListTypeDefinition(ListTypeDefinition listTypeDefinition) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
deleteListTypeDefinitionin interfaceListTypeDefinitionService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
deleteListTypeDefinition
public ListTypeDefinition deleteListTypeDefinition(long listTypeDefinitionId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
deleteListTypeDefinitionin interfaceListTypeDefinitionService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
fetchListTypeDefinitionByExternalReferenceCode
public ListTypeDefinition fetchListTypeDefinitionByExternalReferenceCode(String externalReferenceCode, long companyId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
fetchListTypeDefinitionByExternalReferenceCodein interfaceListTypeDefinitionService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getListTypeDefinition
public ListTypeDefinition getListTypeDefinition(long listTypeDefinitionId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getListTypeDefinitionin interfaceListTypeDefinitionService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getListTypeDefinitionByExternalReferenceCode
public ListTypeDefinition getListTypeDefinitionByExternalReferenceCode(String externalReferenceCode, long companyId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getListTypeDefinitionByExternalReferenceCodein interfaceListTypeDefinitionService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getListTypeDefinitions
- Specified by:
getListTypeDefinitionsin interfaceListTypeDefinitionService
-
getListTypeDefinitionsCount
public int getListTypeDefinitionsCount()- Specified by:
getListTypeDefinitionsCountin interfaceListTypeDefinitionService
-
getOSGiServiceIdentifier
Returns the OSGi service identifier.- Specified by:
getOSGiServiceIdentifierin interfaceListTypeDefinitionService- Returns:
- the OSGi service identifier
-
updateListTypeDefinition
public ListTypeDefinition updateListTypeDefinition(String externalReferenceCode, long listTypeDefinitionId, Map<Locale, String> nameMap, List<ListTypeEntry> listTypeEntries) throws com.liferay.portal.kernel.exception.PortalException- Specified by:
updateListTypeDefinitionin interfaceListTypeDefinitionService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getWrappedService
- Specified by:
getWrappedServicein interfacecom.liferay.portal.kernel.service.ServiceWrapper<ListTypeDefinitionService>
-
setWrappedService
- Specified by:
setWrappedServicein interfacecom.liferay.portal.kernel.service.ServiceWrapper<ListTypeDefinitionService>
-