Liferay 7.0-ce-m3

com.liferay.portal.service
Class ListTypeServiceWrapper

java.lang.Object
  extended by com.liferay.portal.service.ListTypeServiceWrapper
All Implemented Interfaces:
BaseService, ListTypeService, ServiceWrapper<ListTypeService>

@ProviderType
public class ListTypeServiceWrapper
extends Object
implements ListTypeService, ServiceWrapper<ListTypeService>

Provides a wrapper for ListTypeService.

See Also:
ListTypeService
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time it is generated.

Constructor Summary
ListTypeServiceWrapper(ListTypeService listTypeService)
           
 
Method Summary
 String getBeanIdentifier()
          Returns the Spring bean ID for this bean.
 ListType getListType(int listTypeId)
           
 List<ListType> getListTypes(String type)
           
 ListTypeService getWrappedListTypeService()
          Deprecated. As of 6.1.0, replaced by getWrappedService()
 ListTypeService getWrappedService()
           
 void setBeanIdentifier(String beanIdentifier)
          Sets the Spring bean ID for this bean.
 void setWrappedListTypeService(ListTypeService listTypeService)
          Deprecated. As of 6.1.0, replaced by setWrappedService(com.liferay.portal.service.ListTypeService)
 void setWrappedService(ListTypeService listTypeService)
           
 void validate(int listTypeId, long classNameId, String type)
           
 void validate(int listTypeId, 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

getBeanIdentifier

public String getBeanIdentifier()
Returns the Spring bean ID for this bean.

Specified by:
getBeanIdentifier in interface ListTypeService
Returns:
the Spring bean ID for this bean

getListType

public ListType getListType(int listTypeId)
                     throws PortalException
Specified by:
getListType in interface ListTypeService
Throws:
PortalException

getListTypes

public List<ListType> getListTypes(String type)
Specified by:
getListTypes in interface ListTypeService

setBeanIdentifier

public void setBeanIdentifier(String beanIdentifier)
Sets the Spring bean ID for this bean.

Specified by:
setBeanIdentifier in interface ListTypeService
Parameters:
beanIdentifier - the Spring bean ID for this bean

validate

public void validate(int listTypeId,
                     long classNameId,
                     String type)
              throws PortalException
Specified by:
validate in interface ListTypeService
Throws:
PortalException

validate

public void validate(int listTypeId,
                     String type)
              throws PortalException
Specified by:
validate in interface ListTypeService
Throws:
PortalException

getWrappedListTypeService

@Deprecated
public ListTypeService getWrappedListTypeService()
Deprecated. As of 6.1.0, replaced by getWrappedService()


setWrappedListTypeService

@Deprecated
public void setWrappedListTypeService(ListTypeService listTypeService)
Deprecated. As of 6.1.0, replaced by 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>

Liferay 7.0-ce-m3