Package com.liferay.portal.model.impl
Class ContactBaseImpl
Object
com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.portal.kernel.model.Contact>
com.liferay.portal.model.impl.ContactModelImpl
com.liferay.portal.model.impl.ContactBaseImpl
- All Implemented Interfaces:
com.liferay.portal.kernel.model.AttachedModel
,com.liferay.portal.kernel.model.AuditedModel
,com.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.Contact>
,com.liferay.portal.kernel.model.ClassedModel
,com.liferay.portal.kernel.model.Contact
,com.liferay.portal.kernel.model.ContactModel
,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.portal.kernel.model.Contact>
- Direct Known Subclasses:
ContactImpl
public abstract class ContactBaseImpl
extends ContactModelImpl
implements com.liferay.portal.kernel.model.Contact
The extended model base implementation for the Contact service. Represents a row in the "Contact_" 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 ContactImpl
.
- Author:
- Brian Wing Shun Chan
- See Also:
-
ContactImpl
Contact
- Serialized Form
- {$generated.description}
-
Field Summary
Fields inherited from class com.liferay.portal.model.impl.ContactModelImpl
CLASSNAMEID_COLUMN_BITMASK, CLASSPK_COLUMN_BITMASK, COLUMN_BITMASK_ENABLED, COMPANYID_COLUMN_BITMASK, CONTACTID_COLUMN_BITMASK, DATA_SOURCE, ENTITY_CACHE_ENABLED, FINDER_CACHE_ENABLED, LOCK_EXPIRATION_TIME, ORDER_BY_JPQL, ORDER_BY_SQL, SESSION_FACTORY, TABLE_COLUMNS, TABLE_COLUMNS_MAP, TABLE_NAME, TABLE_SQL_CREATE, TABLE_SQL_DROP, TX_MANAGER, USERID_COLUMN_BITMASK
Fields inherited from interface com.liferay.portal.kernel.model.Contact
CONTACT_ID_ACCESSOR
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.liferay.portal.model.impl.ContactModelImpl
clone, cloneWithOriginalValues, compareTo, equals, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getBirthday, getClassName, getClassNameId, getClassPK, getColumnBitmask, getColumnBitmask, getColumnOriginalValue, getColumnValue, getCompanyId, getContactId, getCreateDate, getEmailAddress, getEmployeeNumber, getEmployeeStatusId, getExpandoBridge, getFacebookSn, getFirstName, getHoursOfOperation, getJabberSn, getJobClass, getJobTitle, getLastName, getMale, getMiddleName, getModelAttributes, getModelClass, getModelClassName, getModifiedDate, getMvccVersion, getOriginalClassNameId, getOriginalClassPK, getOriginalCompanyId, getOriginalUserId, getParentContactId, getPrefixListTypeId, getPrimaryKey, getPrimaryKeyObj, getSkypeSn, getSmsSn, getSuffixListTypeId, getTwitterSn, getUserId, getUserName, getUserUuid, hashCode, hasSetModifiedDate, isEntityCacheEnabled, isFinderCacheEnabled, isMale, resetOriginalValues, setBirthday, setClassName, setClassNameId, setClassPK, setCompanyId, setContactId, setCreateDate, setEmailAddress, setEmployeeNumber, setEmployeeStatusId, setExpandoBridgeAttributes, setFacebookSn, setFirstName, setHoursOfOperation, setJabberSn, setJobClass, setJobTitle, setLastName, setMale, setMiddleName, setModelAttributes, setModifiedDate, setMvccVersion, setParentContactId, setPrefixListTypeId, setPrimaryKey, setPrimaryKeyObj, setSkypeSn, setSmsSn, setSuffixListTypeId, setTwitterSn, setUserId, setUserName, setUserUuid, toCacheModel, toEscapedModel, toString
Methods inherited from class com.liferay.portal.kernel.model.impl.BaseModelImpl
getLocale, isCachedModel, isEscapedModel, isNew, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, toUnescapedModel
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface com.liferay.portal.kernel.model.BaseModel
clone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getModelAttributes, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setModelAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModel
Methods inherited from interface com.liferay.portal.kernel.model.ClassedModel
getModelClass, getModelClassName
Methods inherited from interface java.lang.Comparable
compareTo
Methods inherited from interface com.liferay.portal.kernel.model.Contact
getFullName, isUser
Methods inherited from interface com.liferay.portal.kernel.model.ContactModel
cloneWithOriginalValues, getBirthday, getClassName, getClassNameId, getClassPK, getCompanyId, getContactId, getCreateDate, getEmailAddress, getEmployeeNumber, getEmployeeStatusId, getFacebookSn, getFirstName, getHoursOfOperation, getJabberSn, getJobClass, getJobTitle, getLastName, getMale, getMiddleName, getModifiedDate, getMvccVersion, getParentContactId, getPrefixListTypeId, getPrimaryKey, getSkypeSn, getSmsSn, getSuffixListTypeId, getTwitterSn, getUserId, getUserName, getUserUuid, isMale, setBirthday, setClassName, setClassNameId, setClassPK, setCompanyId, setContactId, setCreateDate, setEmailAddress, setEmployeeNumber, setEmployeeStatusId, setFacebookSn, setFirstName, setHoursOfOperation, setJabberSn, setJobClass, setJobTitle, setLastName, setMale, setMiddleName, setModifiedDate, setMvccVersion, setParentContactId, setPrefixListTypeId, setPrimaryKey, setSkypeSn, setSmsSn, setSuffixListTypeId, setTwitterSn, setUserId, setUserName, setUserUuid, toXmlString
-
Constructor Details
-
ContactBaseImpl
public ContactBaseImpl()
-
-
Method Details
-
persist
public void persist()- Specified by:
persist
in interfacecom.liferay.portal.kernel.model.PersistedModel
-