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(long companyId,
String name,
String type) |
long |
getListTypeId(long companyId,
String name,
String type) |
List<ListType> |
getListTypes(long companyId,
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(long companyId, String name, String type)
getListType in interface ListTypeServicepublic long getListTypeId(long companyId,
String name,
String type)
getListTypeId in interface ListTypeServicepublic List<ListType> getListTypes(long companyId, 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>