@ProviderType public class ListTypeServiceWrapper extends java.lang.Object implements ListTypeService, ServiceWrapper<ListTypeService>
ListTypeService.ListTypeService| Constructor and Description |
|---|
ListTypeServiceWrapper(ListTypeService listTypeService) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getBeanIdentifier()
Returns the Spring bean ID for this bean.
|
ListType |
getListType(int listTypeId) |
java.util.List<ListType> |
getListTypes(java.lang.String type) |
ListTypeService |
getWrappedListTypeService()
Deprecated.
As of 6.1.0, replaced by
getWrappedService() |
ListTypeService |
getWrappedService() |
void |
setBeanIdentifier(java.lang.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,
java.lang.String type) |
void |
validate(int listTypeId,
java.lang.String type) |
public ListTypeServiceWrapper(ListTypeService listTypeService)
public java.lang.String getBeanIdentifier()
getBeanIdentifier in interface ListTypeServicepublic void setBeanIdentifier(java.lang.String beanIdentifier)
setBeanIdentifier in interface ListTypeServicebeanIdentifier - the Spring bean ID for this beanpublic ListType getListType(int listTypeId) throws PortalException, SystemException
getListType in interface ListTypeServicePortalExceptionSystemExceptionpublic java.util.List<ListType> getListTypes(java.lang.String type) throws SystemException
getListTypes in interface ListTypeServiceSystemExceptionpublic void validate(int listTypeId,
long classNameId,
java.lang.String type)
throws PortalException,
SystemException
validate in interface ListTypeServicePortalExceptionSystemExceptionpublic void validate(int listTypeId,
java.lang.String type)
throws PortalException,
SystemException
validate in interface ListTypeServicePortalExceptionSystemExceptionpublic ListTypeService getWrappedListTypeService()
getWrappedService()public void setWrappedListTypeService(ListTypeService listTypeService)
setWrappedService(com.liferay.portal.service.ListTypeService)public ListTypeService getWrappedService()
getWrappedService in interface ServiceWrapper<ListTypeService>public void setWrappedService(ListTypeService listTypeService)
setWrappedService in interface ServiceWrapper<ListTypeService>