Liferay 6.1.2-ce-ga3

Uses of Interface
com.liferay.portlet.expando.model.ExpandoValueModel

Packages that use ExpandoValueModel
com.liferay.portlet.expando.model   
com.liferay.portlet.expando.model.impl   
 

Uses of ExpandoValueModel in com.liferay.portlet.expando.model
 

Subinterfaces of ExpandoValueModel in com.liferay.portlet.expando.model
 interface ExpandoValue
          The extended model interface for the ExpandoValue service.
 

Classes in com.liferay.portlet.expando.model that implement ExpandoValueModel
 class ExpandoValueWrapper
           This class is a wrapper for ExpandoValue.
 

Uses of ExpandoValueModel in com.liferay.portlet.expando.model.impl
 

Classes in com.liferay.portlet.expando.model.impl that implement ExpandoValueModel
 class ExpandoValueBaseImpl
          The extended model base implementation for the ExpandoValue service.
 class ExpandoValueImpl
           
 class ExpandoValueModelImpl
          The base model implementation for the ExpandoValue service.
 


Liferay 6.1.2-ce-ga3