Package com.liferay.portal.model.impl
Class AddressBaseImpl
Object
com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.portal.kernel.model.Address>
com.liferay.portal.model.impl.AddressModelImpl
com.liferay.portal.model.impl.AddressBaseImpl
- All Implemented Interfaces:
com.liferay.portal.kernel.model.Address,com.liferay.portal.kernel.model.AddressModel,com.liferay.portal.kernel.model.AttachedModel,com.liferay.portal.kernel.model.AuditedModel,com.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.Address>,com.liferay.portal.kernel.model.change.tracking.CTModel<com.liferay.portal.kernel.model.Address>,com.liferay.portal.kernel.model.ClassedModel,com.liferay.portal.kernel.model.ExternalReferenceCodeModel,com.liferay.portal.kernel.model.MVCCModel,com.liferay.portal.kernel.model.PersistedModel,com.liferay.portal.kernel.model.ShardedModel,com.liferay.portal.kernel.model.StagedAuditedModel,com.liferay.portal.kernel.model.StagedModel,com.liferay.portal.kernel.model.TypedModel,Serializable,Cloneable,Comparable<com.liferay.portal.kernel.model.Address>
- Direct Known Subclasses:
AddressImpl
public abstract class AddressBaseImpl
extends AddressModelImpl
implements com.liferay.portal.kernel.model.Address
The extended model base implementation for the Address service. Represents a row in the "Address" 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 AddressImpl.
- Author:
- Brian Wing Shun Chan
- See Also:
-
AddressImplAddress- Serialized Form
- {$generated.description}
-
Field Summary
Fields inherited from class com.liferay.portal.model.impl.AddressModelImpl
CLASSNAMEID_COLUMN_BITMASK, CLASSPK_COLUMN_BITMASK, COLUMN_BITMASK_ENABLED, COMPANYID_COLUMN_BITMASK, COUNTRYID_COLUMN_BITMASK, CREATEDATE_COLUMN_BITMASK, DATA_SOURCE, ENTITY_CACHE_ENABLED, EXTERNALREFERENCECODE_COLUMN_BITMASK, FINDER_CACHE_ENABLED, LISTTYPEID_COLUMN_BITMASK, LOCK_EXPIRATION_TIME, MAILING_COLUMN_BITMASK, ORDER_BY_JPQL, ORDER_BY_SQL, PRIMARY_COLUMN_BITMASK, REGIONID_COLUMN_BITMASK, SESSION_FACTORY, TABLE_COLUMNS, TABLE_COLUMNS_MAP, TABLE_NAME, TABLE_SQL_CREATE, TABLE_SQL_DROP, TX_MANAGER, USERID_COLUMN_BITMASK, UUID_COLUMN_BITMASKFields inherited from interface com.liferay.portal.kernel.model.Address
ADDRESS_ID_ACCESSOR -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.liferay.portal.model.impl.AddressModelImpl
clone, cloneWithOriginalValues, compareTo, equals, getAddressId, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getCity, getClassName, getClassNameId, getClassPK, getColumnBitmask, getColumnBitmask, getColumnOriginalValue, getColumnValue, getCompanyId, getCountryId, getCreateDate, getCtCollectionId, getDescription, getExpandoBridge, getExternalReferenceCode, getLatitude, getListTypeId, getLongitude, getMailing, getModelAttributes, getModelClass, getModelClassName, getModifiedDate, getMvccVersion, getName, getOriginalClassNameId, getOriginalClassPK, getOriginalCompanyId, getOriginalCountryId, getOriginalExternalReferenceCode, getOriginalListTypeId, getOriginalMailing, getOriginalPrimary, getOriginalRegionId, getOriginalUserId, getOriginalUuid, getPrimary, getPrimaryKey, getPrimaryKeyObj, getRegionId, getStagedModelType, getStreet1, getStreet2, getStreet3, getUserId, getUserName, getUserUuid, getUuid, getValidationDate, getValidationStatus, getZip, hashCode, hasSetModifiedDate, isEntityCacheEnabled, isFinderCacheEnabled, isMailing, isPrimary, resetOriginalValues, setAddressId, setCity, setClassName, setClassNameId, setClassPK, setCompanyId, setCountryId, setCreateDate, setCtCollectionId, setDescription, setExpandoBridgeAttributes, setExternalReferenceCode, setLatitude, setListTypeId, setLongitude, setMailing, setModelAttributes, setModifiedDate, setMvccVersion, setName, setPrimary, setPrimaryKey, setPrimaryKeyObj, setRegionId, setStreet1, setStreet2, setStreet3, setUserId, setUserName, setUserUuid, setUuid, setValidationDate, setValidationStatus, setZip, toCacheModel, toEscapedModel, toStringMethods inherited from class com.liferay.portal.kernel.model.impl.BaseModelImpl
getLocale, isCachedModel, isEscapedModel, isNew, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, toUnescapedModelMethods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface com.liferay.portal.kernel.model.Address
getCountry, getListType, getPhoneNumber, getRegionMethods inherited from interface com.liferay.portal.kernel.model.AddressModel
cloneWithOriginalValues, getAddressId, getCity, getClassName, getClassNameId, getClassPK, getCompanyId, getCountryId, getCreateDate, getCtCollectionId, getDescription, getExternalReferenceCode, getLatitude, getListTypeId, getLongitude, getMailing, getModifiedDate, getMvccVersion, getName, getPrimary, getPrimaryKey, getRegionId, getStreet1, getStreet2, getStreet3, getUserId, getUserName, getUserUuid, getUuid, getValidationDate, getValidationStatus, getZip, isMailing, isPrimary, setAddressId, setCity, setClassName, setClassNameId, setClassPK, setCompanyId, setCountryId, setCreateDate, setCtCollectionId, setDescription, setExternalReferenceCode, setLatitude, setListTypeId, setLongitude, setMailing, setModifiedDate, setMvccVersion, setName, setPrimary, setPrimaryKey, setRegionId, setStreet1, setStreet2, setStreet3, setUserId, setUserName, setUserUuid, setUuid, setValidationDate, setValidationStatus, setZip, toXmlStringMethods 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, toUnescapedModelMethods inherited from interface com.liferay.portal.kernel.model.ClassedModel
getModelClass, getModelClassNameMethods inherited from interface java.lang.Comparable
compareToMethods inherited from interface com.liferay.portal.kernel.model.StagedModel
clone, getStagedModelType
-
Constructor Details
-
AddressBaseImpl
public AddressBaseImpl()
-
-
Method Details
-
persist
public void persist()- Specified by:
persistin interfacecom.liferay.portal.kernel.model.PersistedModel
-