Class ExpandoValueBaseImpl

Object
com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.expando.kernel.model.ExpandoValue>
com.liferay.portlet.expando.model.impl.ExpandoValueModelImpl
com.liferay.portlet.expando.model.impl.ExpandoValueBaseImpl
All Implemented Interfaces:
com.liferay.expando.kernel.model.ExpandoValue, com.liferay.expando.kernel.model.ExpandoValueModel, com.liferay.portal.kernel.model.AttachedModel, com.liferay.portal.kernel.model.BaseModel<com.liferay.expando.kernel.model.ExpandoValue>, com.liferay.portal.kernel.model.change.tracking.CTModel<com.liferay.expando.kernel.model.ExpandoValue>, com.liferay.portal.kernel.model.ClassedModel, com.liferay.portal.kernel.model.MVCCModel, com.liferay.portal.kernel.model.PersistedModel, com.liferay.portal.kernel.model.ShardedModel, com.liferay.portal.kernel.model.TypedModel, Serializable, Cloneable, Comparable<com.liferay.expando.kernel.model.ExpandoValue>
Direct Known Subclasses:
ExpandoValueImpl

public abstract class ExpandoValueBaseImpl extends ExpandoValueModelImpl implements com.liferay.expando.kernel.model.ExpandoValue
The extended model base implementation for the ExpandoValue service. Represents a row in the "ExpandoValue" database table, with each column mapped to a property of this class.

This class exists only as a container for the default extended model level methods generated by ServiceBuilder. Helper methods and all application logic should be put in ExpandoValueImpl.

Author:
Brian Wing Shun Chan
See Also:
{$generated.description}
  • Constructor Details

    • ExpandoValueBaseImpl

      public ExpandoValueBaseImpl()
  • Method Details

    • persist

      public void persist()
      Specified by:
      persist in interface com.liferay.portal.kernel.model.PersistedModel