com.liferay.portal.service
Class ListTypeServiceWrapper
java.lang.Object
com.liferay.portal.service.ListTypeServiceWrapper
- All Implemented Interfaces:
- ListTypeService
public class ListTypeServiceWrapper
- extends java.lang.Object
- implements ListTypeService
View Source
ServiceBuilder generated this class. Modifications in this class will be
overwritten the next time is generated.
This class is a wrapper for ListTypeService
.
- Author:
- Brian Wing Shun Chan
- See Also:
ListTypeService
- 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 com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Specified by:
getListType
in interface ListTypeService
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
getListTypes
public java.util.List<ListType> getListTypes(java.lang.String type)
throws com.liferay.portal.SystemException
- Specified by:
getListTypes
in interface ListTypeService
- Throws:
com.liferay.portal.SystemException
validate
public void validate(int listTypeId,
java.lang.String type)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Specified by:
validate
in interface ListTypeService
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
validate
public void validate(int listTypeId,
long classNameId,
java.lang.String type)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Specified by:
validate
in interface ListTypeService
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
getWrappedListTypeService
public ListTypeService getWrappedListTypeService()