public class ListTypeServiceWrapper extends Object implements ListTypeService, ServiceWrapper<ListTypeService>
ListTypeService.ListTypeService| Constructor and Description |
|---|
ListTypeServiceWrapper() |
ListTypeServiceWrapper(ListTypeService listTypeService) |
| Modifier and Type | Method and Description |
|---|---|
ListType |
getListType(long listTypeId) |
ListType |
getListType(String name,
String type) |
List<ListType> |
getListTypes(String type) |
String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
ListTypeService |
getWrappedService() |
void |
setWrappedService(ListTypeService listTypeService) |
void |
validate(long listTypeId,
long classNameId,
String type) |
void |
validate(long listTypeId,
String type) |
public ListTypeServiceWrapper()
public ListTypeServiceWrapper(ListTypeService listTypeService)
public ListType getListType(long listTypeId) throws PortalException
getListType in interface ListTypeServicePortalExceptionpublic ListType getListType(String name, String type)
getListType in interface ListTypeServicepublic List<ListType> getListTypes(String type)
getListTypes in interface ListTypeServicepublic String getOSGiServiceIdentifier()
getOSGiServiceIdentifier in interface ListTypeServicepublic void validate(long listTypeId,
long classNameId,
String type)
throws PortalException
validate in interface ListTypeServicePortalExceptionpublic void validate(long listTypeId,
String type)
throws PortalException
validate in interface ListTypeServicePortalExceptionpublic ListTypeService getWrappedService()
getWrappedService in interface ServiceWrapper<ListTypeService>public void setWrappedService(ListTypeService listTypeService)
setWrappedService in interface ServiceWrapper<ListTypeService>