com.liferay.portal.service
Class ListTypeServiceWrapper
java.lang.Object
com.liferay.portal.service.ListTypeServiceWrapper
- All Implemented Interfaces:
- BaseService, ListTypeService, ServiceWrapper<ListTypeService>
@ProviderType
public class ListTypeServiceWrapper
- extends Object
- implements ListTypeService, ServiceWrapper<ListTypeService>
Provides a wrapper for ListTypeService.
- See Also:
ListTypeService- ServiceBuilder generated this class. Modifications in this class will be overwritten the next time it is generated.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ListTypeServiceWrapper
public ListTypeServiceWrapper(ListTypeService listTypeService)
getListType
public ListType getListType(long listTypeId)
throws PortalException
- Specified by:
getListType in interface ListTypeService
- Throws:
PortalException
getListTypes
public List<ListType> getListTypes(String type)
- Specified by:
getListTypes in interface ListTypeService
getOSGiServiceIdentifier
public String getOSGiServiceIdentifier()
- Returns the OSGi service identifier.
- Specified by:
getOSGiServiceIdentifier in interface ListTypeService
- Returns:
- the OSGi service identifier
validate
public void validate(long listTypeId,
long classNameId,
String type)
throws PortalException
- Specified by:
validate in interface ListTypeService
- Throws:
PortalException
validate
public void validate(long listTypeId,
String type)
throws PortalException
- Specified by:
validate in interface ListTypeService
- Throws:
PortalException
getWrappedService
public ListTypeService getWrappedService()
- Specified by:
getWrappedService in interface ServiceWrapper<ListTypeService>
setWrappedService
public void setWrappedService(ListTypeService listTypeService)
- Specified by:
setWrappedService in interface ServiceWrapper<ListTypeService>