@ProviderType public class ListTypeServiceWrapper extends java.lang.Object implements ListTypeService, ServiceWrapper<ListTypeService>
ListTypeService.ListTypeService| Constructor and Description |
|---|
ListTypeServiceWrapper(ListTypeService listTypeService) |
| Modifier and Type | Method and Description |
|---|---|
ListType |
getListType(long listTypeId) |
java.util.List<ListType> |
getListTypes(java.lang.String type) |
java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
ListTypeService |
getWrappedListTypeService()
Deprecated.
As of 6.1.0, replaced by
getWrappedService() |
ListTypeService |
getWrappedService() |
void |
setWrappedListTypeService(ListTypeService listTypeService)
Deprecated.
As of 6.1.0, replaced by
setWrappedService(com.liferay.portal.service.ListTypeService) |
void |
setWrappedService(ListTypeService listTypeService) |
void |
validate(long listTypeId,
long classNameId,
java.lang.String type) |
void |
validate(long listTypeId,
java.lang.String type) |
public ListTypeServiceWrapper(ListTypeService listTypeService)
public ListType getListType(long listTypeId) throws PortalException
getListType in interface ListTypeServicePortalExceptionpublic java.util.List<ListType> getListTypes(java.lang.String type)
getListTypes in interface ListTypeServicepublic java.lang.String getOSGiServiceIdentifier()
getOSGiServiceIdentifier in interface ListTypeServicepublic void validate(long listTypeId,
long classNameId,
java.lang.String type)
throws PortalException
validate in interface ListTypeServicePortalExceptionpublic void validate(long listTypeId,
java.lang.String type)
throws PortalException
validate in interface ListTypeServicePortalException@Deprecated public ListTypeService getWrappedListTypeService()
getWrappedService()@Deprecated public void setWrappedListTypeService(ListTypeService listTypeService)
setWrappedService(com.liferay.portal.service.ListTypeService)public ListTypeService getWrappedService()
getWrappedService in interface ServiceWrapper<ListTypeService>public void setWrappedService(ListTypeService listTypeService)
setWrappedService in interface ServiceWrapper<ListTypeService>