com.liferay.portal.service
Class ListTypeServiceWrapper

java.lang.Object
  extended by 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:

Constructor Summary
ListTypeServiceWrapper(ListTypeService listTypeService)
           
 
Method Summary
 ListType getListType(int listTypeId)
           
 java.util.List<ListType> getListTypes(java.lang.String type)
           
 ListTypeService getWrappedListTypeService()
           
 void validate(int listTypeId, long classNameId, java.lang.String type)
           
 void validate(int listTypeId, java.lang.String type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ListTypeServiceWrapper

public ListTypeServiceWrapper(ListTypeService listTypeService)
Method Detail

getListType

public ListType getListType(int listTypeId)
                     throws com.liferay.portal.kernel.exception.PortalException,
                            com.liferay.portal.kernel.exception.SystemException
Specified by:
getListType in interface ListTypeService
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

getListTypes

public java.util.List<ListType> getListTypes(java.lang.String type)
                                      throws com.liferay.portal.kernel.exception.SystemException
Specified by:
getListTypes in interface ListTypeService
Throws:
com.liferay.portal.kernel.exception.SystemException

validate

public void validate(int listTypeId,
                     java.lang.String type)
              throws com.liferay.portal.kernel.exception.PortalException,
                     com.liferay.portal.kernel.exception.SystemException
Specified by:
validate in interface ListTypeService
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

validate

public void validate(int listTypeId,
                     long classNameId,
                     java.lang.String type)
              throws com.liferay.portal.kernel.exception.PortalException,
                     com.liferay.portal.kernel.exception.SystemException
Specified by:
validate in interface ListTypeService
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

getWrappedListTypeService

public ListTypeService getWrappedListTypeService()