|
Liferay 7.0-ce-m6 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.portal.service.ListTypeServiceWrapper
@ProviderType public class ListTypeServiceWrapper
Provides a wrapper for ListTypeService.
ListTypeService| Constructor Summary | |
|---|---|
ListTypeServiceWrapper(ListTypeService listTypeService)
|
|
| Method Summary | |
|---|---|
String |
getBeanIdentifier()
Returns the Spring bean ID for this bean. |
ListType |
getListType(long 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(long listTypeId,
long classNameId,
String type)
|
void |
validate(long listTypeId,
String type)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ListTypeServiceWrapper(ListTypeService listTypeService)
| Method Detail |
|---|
public String getBeanIdentifier()
getBeanIdentifier in interface ListTypeService
public ListType getListType(long listTypeId)
throws PortalException
getListType in interface ListTypeServicePortalExceptionpublic List<ListType> getListTypes(String type)
getListTypes in interface ListTypeServicepublic void setBeanIdentifier(String beanIdentifier)
setBeanIdentifier in interface ListTypeServicebeanIdentifier - the Spring bean ID for this bean
public void validate(long listTypeId,
long classNameId,
String type)
throws PortalException
validate in interface ListTypeServicePortalException
public void validate(long listTypeId,
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>
|
Liferay 7.0-ce-m6 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||