Class ExpandoRowBaseImpl

Object
com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.expando.kernel.model.ExpandoRow>
com.liferay.portlet.expando.model.impl.ExpandoRowModelImpl
com.liferay.portlet.expando.model.impl.ExpandoRowBaseImpl
All Implemented Interfaces:
com.liferay.expando.kernel.model.ExpandoRow, com.liferay.expando.kernel.model.ExpandoRowModel, com.liferay.portal.kernel.model.BaseModel<com.liferay.expando.kernel.model.ExpandoRow>, com.liferay.portal.kernel.model.change.tracking.CTModel<com.liferay.expando.kernel.model.ExpandoRow>, com.liferay.portal.kernel.model.ClassedModel, com.liferay.portal.kernel.model.MVCCModel, com.liferay.portal.kernel.model.PersistedModel, com.liferay.portal.kernel.model.ShardedModel, Serializable, Cloneable, Comparable<com.liferay.expando.kernel.model.ExpandoRow>
Direct Known Subclasses:
ExpandoRowImpl

public abstract class ExpandoRowBaseImpl extends ExpandoRowModelImpl implements com.liferay.expando.kernel.model.ExpandoRow
The extended model base implementation for the ExpandoRow service. Represents a row in the "ExpandoRow" 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 ExpandoRowImpl.

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

    • ExpandoRowBaseImpl

      public ExpandoRowBaseImpl()
  • Method Details

    • persist

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