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) int
Returns the OSGi service identifier.void
setWrappedService
(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:
addListTypeDefinition
in interfaceListTypeDefinitionService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
deleteListTypeDefinition
public ListTypeDefinition deleteListTypeDefinition(ListTypeDefinition listTypeDefinition) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
deleteListTypeDefinition
in interfaceListTypeDefinitionService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
deleteListTypeDefinition
public ListTypeDefinition deleteListTypeDefinition(long listTypeDefinitionId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
deleteListTypeDefinition
in 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:
fetchListTypeDefinitionByExternalReferenceCode
in interfaceListTypeDefinitionService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getListTypeDefinition
public ListTypeDefinition getListTypeDefinition(long listTypeDefinitionId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getListTypeDefinition
in 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:
getListTypeDefinitionByExternalReferenceCode
in interfaceListTypeDefinitionService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getListTypeDefinitions
- Specified by:
getListTypeDefinitions
in interfaceListTypeDefinitionService
-
getListTypeDefinitionsCount
public int getListTypeDefinitionsCount()- Specified by:
getListTypeDefinitionsCount
in interfaceListTypeDefinitionService
-
getOSGiServiceIdentifier
Returns the OSGi service identifier.- Specified by:
getOSGiServiceIdentifier
in 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:
updateListTypeDefinition
in interfaceListTypeDefinitionService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getWrappedService
- Specified by:
getWrappedService
in interfacecom.liferay.portal.kernel.service.ServiceWrapper<ListTypeDefinitionService>
-
setWrappedService
- Specified by:
setWrappedService
in interfacecom.liferay.portal.kernel.service.ServiceWrapper<ListTypeDefinitionService>
-