|
Liferay 6.2.0-ce-m4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.portal.service.ListTypeServiceWrapper
public class ListTypeServiceWrapper
This class is a wrapper for ListTypeService.
ListTypeService| 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. Renamed to getWrappedService() |
ListTypeService |
getWrappedService()
|
void |
setBeanIdentifier(String beanIdentifier)
Sets the Spring bean ID for this bean. |
void |
setWrappedListTypeService(ListTypeService listTypeService)
Deprecated. Renamed to 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 |
|---|
public ListTypeServiceWrapper(ListTypeService listTypeService)
| Method Detail |
|---|
public String getBeanIdentifier()
getBeanIdentifier in interface ListTypeServicepublic void setBeanIdentifier(String beanIdentifier)
setBeanIdentifier in interface ListTypeServicebeanIdentifier - the Spring bean ID for this bean
public ListType getListType(int listTypeId)
throws PortalException,
SystemException
getListType in interface ListTypeServicePortalException
SystemException
public List<ListType> getListTypes(String type)
throws SystemException
getListTypes in interface ListTypeServiceSystemException
public void validate(int listTypeId,
long classNameId,
String type)
throws PortalException,
SystemException
validate in interface ListTypeServicePortalException
SystemException
public void validate(int listTypeId,
String type)
throws PortalException,
SystemException
validate in interface ListTypeServicePortalException
SystemExceptionpublic 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>
|
Liferay 6.2.0-ce-m4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||