com.liferay.portlet.shopping.model.impl
Class ShoppingItemFieldBaseImpl
java.lang.Object
com.liferay.portal.model.impl.BaseModelImpl<ShoppingItemField>
com.liferay.portlet.shopping.model.impl.ShoppingItemFieldModelImpl
com.liferay.portlet.shopping.model.impl.ShoppingItemFieldBaseImpl
- All Implemented Interfaces:
- BaseModel<ShoppingItemField>, ClassedModel, PersistedModel, ShoppingItemField, ShoppingItemFieldModel, Serializable, Cloneable, Comparable<ShoppingItemField>
- Direct Known Subclasses:
- ShoppingItemFieldImpl
public abstract class ShoppingItemFieldBaseImpl
- extends ShoppingItemFieldModelImpl
- implements ShoppingItemField
The extended model base implementation for the ShoppingItemField service. Represents a row in the "ShoppingItemField" 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 ShoppingItemFieldImpl
.
- See Also:
ShoppingItemFieldImpl
,
ShoppingItemField
,
Serialized Form- ServiceBuilder generated this class. Modifications in this class will be overwritten the next time it is generated.
Fields inherited from class com.liferay.portlet.shopping.model.impl.ShoppingItemFieldModelImpl |
COLUMN_BITMASK_ENABLED, DATA_SOURCE, ENTITY_CACHE_ENABLED, FINDER_CACHE_ENABLED, ITEMID_COLUMN_BITMASK, LOCK_EXPIRATION_TIME, ORDER_BY_JPQL, ORDER_BY_SQL, SESSION_FACTORY, TABLE_COLUMNS, TABLE_NAME, TABLE_SQL_CREATE, TABLE_SQL_DROP, TX_MANAGER |
Method Summary |
void |
persist()
Updates this model instance in the database or adds it if it does not yet
exist. |
Methods inherited from class com.liferay.portlet.shopping.model.impl.ShoppingItemFieldModelImpl |
clone, compareTo, equals, getColumnBitmask, getDescription, getExpandoBridge, getItemFieldId, getItemId, getModelAttributes, getModelClass, getModelClassName, getName, getOriginalItemId, getPrimaryKey, getPrimaryKeyObj, getValues, hashCode, resetOriginalValues, setDescription, setExpandoBridgeAttributes, setItemFieldId, setItemId, setModelAttributes, setName, setPrimaryKey, setPrimaryKeyObj, setValues, toCacheModel, toEscapedModel, toString, toUnescapedModel, toXmlString |
Methods inherited from interface com.liferay.portlet.shopping.model.ShoppingItemFieldModel |
clone, compareTo, getDescription, getExpandoBridge, getItemFieldId, getItemId, getName, getPrimaryKey, getPrimaryKeyObj, getValues, hashCode, isCachedModel, isEscapedModel, isNew, setCachedModel, setDescription, setExpandoBridgeAttributes, setItemFieldId, setItemId, setName, setNew, setPrimaryKey, setPrimaryKeyObj, toCacheModel, toEscapedModel, toString, toUnescapedModel, toXmlString |
ShoppingItemFieldBaseImpl
public ShoppingItemFieldBaseImpl()
persist
public void persist()
throws SystemException
- Description copied from interface:
PersistedModel
- Updates this model instance in the database or adds it if it does not yet
exist. Also notifies the appropriate model listeners.
- Specified by:
persist
in interface PersistedModel
- Throws:
SystemException
- if a system exception occurred