Package com.liferay.portal.model.impl
Class CountryBaseImpl
Object
com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.portal.kernel.model.Country>
com.liferay.portal.model.impl.CountryModelImpl
com.liferay.portal.model.impl.CountryBaseImpl
- All Implemented Interfaces:
com.liferay.portal.kernel.model.AuditedModel,com.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.Country>,com.liferay.portal.kernel.model.change.tracking.CTModel<com.liferay.portal.kernel.model.Country>,com.liferay.portal.kernel.model.ClassedModel,com.liferay.portal.kernel.model.Country,com.liferay.portal.kernel.model.CountryModel,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,Serializable,Cloneable,Comparable<com.liferay.portal.kernel.model.Country>
- Direct Known Subclasses:
CountryImpl
public abstract class CountryBaseImpl
extends CountryModelImpl
implements com.liferay.portal.kernel.model.Country
The extended model base implementation for the Country service. Represents a row in the "Country" 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 CountryImpl.
- Author:
- Brian Wing Shun Chan
- See Also:
-
CountryImplCountry- Serialized Form
- {$generated.description}
-
Field Summary
Fields inherited from class com.liferay.portal.model.impl.CountryModelImpl
A2_COLUMN_BITMASK, A3_COLUMN_BITMASK, ACTIVE_COLUMN_BITMASK, BILLINGALLOWED_COLUMN_BITMASK, COLUMN_BITMASK_ENABLED, COMPANYID_COLUMN_BITMASK, DATA_SOURCE, ENTITY_CACHE_ENABLED, FINDER_CACHE_ENABLED, LOCK_EXPIRATION_TIME, NAME_COLUMN_BITMASK, NUMBER_COLUMN_BITMASK, ORDER_BY_JPQL, ORDER_BY_SQL, SESSION_FACTORY, SHIPPINGALLOWED_COLUMN_BITMASK, TABLE_COLUMNS, TABLE_COLUMNS_MAP, TABLE_NAME, TABLE_SQL_CREATE, TABLE_SQL_DROP, TX_MANAGER, UUID_COLUMN_BITMASKFields inherited from interface com.liferay.portal.kernel.model.Country
COUNTRY_ID_ACCESSOR -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.liferay.portal.model.impl.CountryModelImpl
clone, cloneWithOriginalValues, compareTo, equals, getA2, getA3, getActive, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getAvailableLanguageIds, getBillingAllowed, getColumnBitmask, getColumnBitmask, getColumnOriginalValue, getColumnValue, getCompanyId, getCountryId, getCreateDate, getCtCollectionId, getDefaultLanguageId, getExpandoBridge, getGroupFilterEnabled, getIdd, getLanguageIdToTitleMap, getLastPublishDate, getModelAttributes, getModelClass, getModelClassName, getModifiedDate, getMvccVersion, getName, getNumber, getOriginalA2, getOriginalA3, getOriginalActive, getOriginalBillingAllowed, getOriginalCompanyId, getOriginalName, getOriginalNumber, getOriginalShippingAllowed, getOriginalUuid, getPosition, getPrimaryKey, getPrimaryKeyObj, getShippingAllowed, getStagedModelType, getSubjectToVAT, getTitle, getTitle, getTitle, getTitleMapAsXML, getUserId, getUserName, getUserUuid, getUuid, getZipRequired, hashCode, hasSetModifiedDate, isActive, isBillingAllowed, isEntityCacheEnabled, isFinderCacheEnabled, isGroupFilterEnabled, isShippingAllowed, isSubjectToVAT, isZipRequired, resetOriginalValues, setA2, setA3, setActive, setBillingAllowed, setCompanyId, setCountryId, setCreateDate, setCtCollectionId, setDefaultLanguageId, setExpandoBridgeAttributes, setGroupFilterEnabled, setIdd, setLastPublishDate, setModelAttributes, setModifiedDate, setMvccVersion, setName, setNumber, setPosition, setPrimaryKey, setPrimaryKeyObj, setShippingAllowed, setSubjectToVAT, setUserId, setUserName, setUserUuid, setUuid, setZipRequired, 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.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.Country
getName, getNameCurrentLanguageId, getNameCurrentValue, getTitle, setNameCurrentLanguageIdMethods inherited from interface com.liferay.portal.kernel.model.CountryModel
cloneWithOriginalValues, getA2, getA3, getActive, getAvailableLanguageIds, getBillingAllowed, getCompanyId, getCountryId, getCreateDate, getCtCollectionId, getDefaultLanguageId, getGroupFilterEnabled, getIdd, getLanguageIdToTitleMap, getLastPublishDate, getModifiedDate, getMvccVersion, getName, getNumber, getPosition, getPrimaryKey, getShippingAllowed, getSubjectToVAT, getTitle, getTitle, getTitle, getTitleMapAsXML, getUserId, getUserName, getUserUuid, getUuid, getZipRequired, isActive, isBillingAllowed, isGroupFilterEnabled, isShippingAllowed, isSubjectToVAT, isZipRequired, setA2, setA3, setActive, setBillingAllowed, setCompanyId, setCountryId, setCreateDate, setCtCollectionId, setDefaultLanguageId, setGroupFilterEnabled, setIdd, setLastPublishDate, setModifiedDate, setMvccVersion, setName, setNumber, setPosition, setPrimaryKey, setShippingAllowed, setSubjectToVAT, setUserId, setUserName, setUserUuid, setUuid, setZipRequired, toXmlStringMethods inherited from interface com.liferay.portal.kernel.model.StagedModel
clone, getStagedModelType
-
Constructor Details
-
CountryBaseImpl
public CountryBaseImpl()
-
-
Method Details
-
persist
public void persist()- Specified by:
persistin interfacecom.liferay.portal.kernel.model.PersistedModel
-