com.liferay.portal.model.impl
Class EmailAddressBaseImpl
java.lang.Object
com.liferay.portal.model.impl.BaseModelImpl<EmailAddress>
com.liferay.portal.model.impl.EmailAddressModelImpl
com.liferay.portal.model.impl.EmailAddressBaseImpl
- All Implemented Interfaces:
- AttachedModel, AuditedModel, BaseModel<EmailAddress>, ClassedModel, EmailAddress, EmailAddressModel, PersistedModel, Serializable, Cloneable, Comparable<EmailAddress>
- Direct Known Subclasses:
- EmailAddressImpl
public abstract class EmailAddressBaseImpl
- extends EmailAddressModelImpl
- implements EmailAddress
The extended model base implementation for the EmailAddress service. Represents a row in the "EmailAddress" 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 EmailAddressImpl
.
- See Also:
EmailAddressImpl
,
EmailAddress
,
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.portal.model.impl.EmailAddressModelImpl |
CLASSNAMEID_COLUMN_BITMASK, CLASSPK_COLUMN_BITMASK, COLUMN_BITMASK_ENABLED, COMPANYID_COLUMN_BITMASK, DATA_SOURCE, ENTITY_CACHE_ENABLED, FINDER_CACHE_ENABLED, LOCK_EXPIRATION_TIME, ORDER_BY_JPQL, ORDER_BY_SQL, PRIMARY_COLUMN_BITMASK, SESSION_FACTORY, TABLE_COLUMNS, TABLE_NAME, TABLE_SQL_CREATE, TABLE_SQL_DROP, TX_MANAGER, USERID_COLUMN_BITMASK |
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.portal.model.impl.EmailAddressModelImpl |
clone, compareTo, equals, getAddress, getClassName, getClassNameId, getClassPK, getColumnBitmask, getCompanyId, getCreateDate, getEmailAddressId, getExpandoBridge, getModelClass, getModelClassName, getModifiedDate, getOriginalClassNameId, getOriginalClassPK, getOriginalCompanyId, getOriginalPrimary, getOriginalUserId, getPrimary, getPrimaryKey, getPrimaryKeyObj, getTypeId, getUserId, getUserName, getUserUuid, hashCode, isPrimary, resetOriginalValues, setAddress, setClassNameId, setClassPK, setCompanyId, setCreateDate, setEmailAddressId, setExpandoBridgeAttributes, setModifiedDate, setPrimary, setPrimaryKey, setPrimaryKeyObj, setTypeId, setUserId, setUserName, setUserUuid, toCacheModel, toEscapedModel, toModel, toModels, toString, toXmlString |
Methods inherited from interface com.liferay.portal.model.EmailAddressModel |
clone, compareTo, getAddress, getClassName, getClassNameId, getClassPK, getCompanyId, getCreateDate, getEmailAddressId, getExpandoBridge, getModifiedDate, getPrimary, getPrimaryKey, getPrimaryKeyObj, getTypeId, getUserId, getUserName, getUserUuid, hashCode, isCachedModel, isEscapedModel, isNew, isPrimary, setAddress, setCachedModel, setClassNameId, setClassPK, setCompanyId, setCreateDate, setEmailAddressId, setExpandoBridgeAttributes, setModifiedDate, setNew, setPrimary, setPrimaryKey, setPrimaryKeyObj, setTypeId, setUserId, setUserName, setUserUuid, toCacheModel, toEscapedModel, toString, toXmlString |
EmailAddressBaseImpl
public EmailAddressBaseImpl()
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