com.liferay.portal.service
Class ListTypeServiceWrapper
java.lang.Object
com.liferay.portal.service.ListTypeServiceWrapper
- All Implemented Interfaces:
- ListTypeService, ServiceWrapper<ListTypeService>
public class ListTypeServiceWrapper
- extends Object
- implements ListTypeService, ServiceWrapper<ListTypeService>
This class is 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(int listTypeId)
throws PortalException,
SystemException
- Specified by:
getListType
in interface ListTypeService
- Throws:
PortalException
SystemException
getListTypes
public List<ListType> getListTypes(String type)
throws SystemException
- Specified by:
getListTypes
in interface ListTypeService
- Throws:
SystemException
validate
public void validate(int listTypeId,
long classNameId,
String type)
throws PortalException,
SystemException
- Specified by:
validate
in interface ListTypeService
- Throws:
PortalException
SystemException
validate
public void validate(int listTypeId,
String type)
throws PortalException,
SystemException
- Specified by:
validate
in interface ListTypeService
- Throws:
PortalException
SystemException
getWrappedListTypeService
public ListTypeService getWrappedListTypeService()
- Deprecated. Renamed to
getWrappedService()
setWrappedListTypeService
public void setWrappedListTypeService(ListTypeService listTypeService)
- Deprecated. Renamed to
setWrappedService(com.liferay.portal.service.ListTypeService)
getWrappedService
public ListTypeService getWrappedService()
- Specified by:
getWrappedService
in interface ServiceWrapper<ListTypeService>
setWrappedService
public void setWrappedService(ListTypeService listTypeService)
- Specified by:
setWrappedService
in interface ServiceWrapper<ListTypeService>