|
Liferay 7.0-ce-b1 | |||||||||
| 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 | |
|---|---|
ListType |
getListType(long listTypeId)
|
List<ListType> |
getListTypes(String type)
|
String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier. |
ListTypeService |
getWrappedListTypeService()
Deprecated. As of 6.1.0, replaced by getWrappedService() |
ListTypeService |
getWrappedService()
|
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 ListType getListType(long listTypeId)
throws PortalException
getListType in interface ListTypeServicePortalExceptionpublic List<ListType> getListTypes(String type)
getListTypes in interface ListTypeServicepublic String getOSGiServiceIdentifier()
getOSGiServiceIdentifier in interface ListTypeService
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-b1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||