Liferay 6.1.2-ce-ga3

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

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

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

Subinterfaces of ExpandoColumnModel in com.liferay.portlet.expando.model
 interface ExpandoColumn
          The extended model interface for the ExpandoColumn service.
 

Classes in com.liferay.portlet.expando.model that implement ExpandoColumnModel
 class ExpandoColumnWrapper
           This class is a wrapper for ExpandoColumn.
 

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

Classes in com.liferay.portlet.expando.model.impl that implement ExpandoColumnModel
 class ExpandoColumnBaseImpl
          The extended model base implementation for the ExpandoColumn service.
 class ExpandoColumnImpl
           
 class ExpandoColumnModelImpl
          The base model implementation for the ExpandoColumn service.
 


Liferay 6.1.2-ce-ga3