@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(long 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(long listTypeId,
long classNameId,
java.lang.String type) |
void |
validate(long listTypeId,
java.lang.String type) |
public ListTypeServiceWrapper(ListTypeService listTypeService)
public java.lang.String getBeanIdentifier()
getBeanIdentifier in interface ListTypeServicepublic ListType getListType(long listTypeId) throws PortalException
getListType in interface ListTypeServicePortalExceptionpublic java.util.List<ListType> getListTypes(java.lang.String type)
getListTypes in interface ListTypeServicepublic void setBeanIdentifier(java.lang.String beanIdentifier)
setBeanIdentifier in interface ListTypeServicebeanIdentifier - the Spring bean ID for this beanpublic void validate(long listTypeId,
long classNameId,
java.lang.String type)
throws PortalException
validate in interface ListTypeServicePortalExceptionpublic void validate(long listTypeId,
java.lang.String type)
throws PortalException
validate in interface ListTypeServicePortalException@Deprecated public ListTypeService getWrappedListTypeService()
getWrappedService()@Deprecated 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>