com.liferay.portal.model.impl
Class OrganizationBaseImpl
java.lang.Object
com.liferay.portal.model.impl.BaseModelImpl<Organization>
com.liferay.portal.model.impl.OrganizationModelImpl
com.liferay.portal.model.impl.OrganizationBaseImpl
- All Implemented Interfaces:
- BaseModel<Organization>, ClassedModel, Organization, OrganizationModel, PersistedModel, Serializable, Cloneable, Comparable<Organization>
- Direct Known Subclasses:
- OrganizationImpl
public abstract class OrganizationBaseImpl
- extends OrganizationModelImpl
- implements Organization
The extended model base implementation for the Organization service. Represents a row in the "Organization_" 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 OrganizationImpl
.
- See Also:
OrganizationImpl
,
Organization
,
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.OrganizationModelImpl |
COLUMN_BITMASK_ENABLED, COMPANYID_COLUMN_BITMASK, DATA_SOURCE, ENTITY_CACHE_ENABLED, FINDER_CACHE_ENABLED, FINDER_CACHE_ENABLED_GROUPS_ORGS, FINDER_CACHE_ENABLED_USERS_ORGS, LOCK_EXPIRATION_TIME, MAPPING_TABLE_GROUPS_ORGS_COLUMNS, MAPPING_TABLE_GROUPS_ORGS_NAME, MAPPING_TABLE_GROUPS_ORGS_SQL_CREATE, MAPPING_TABLE_USERS_ORGS_COLUMNS, MAPPING_TABLE_USERS_ORGS_NAME, MAPPING_TABLE_USERS_ORGS_SQL_CREATE, NAME_COLUMN_BITMASK, ORDER_BY_JPQL, ORDER_BY_SQL, PARENTORGANIZATIONID_COLUMN_BITMASK, 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.portal.model.impl.OrganizationModelImpl |
clone, compareTo, equals, getColumnBitmask, getComments, getCompanyId, getCountryId, getExpandoBridge, getModelAttributes, getModelClass, getModelClassName, getName, getOrganizationId, getOriginalCompanyId, getOriginalName, getOriginalParentOrganizationId, getParentOrganizationId, getPrimaryKey, getPrimaryKeyObj, getRecursable, getRegionId, getStatusId, getTreePath, getType, hashCode, isRecursable, resetOriginalValues, setComments, setCompanyId, setCountryId, setExpandoBridgeAttributes, setModelAttributes, setName, setOrganizationId, setParentOrganizationId, setPrimaryKey, setPrimaryKeyObj, setRecursable, setRegionId, setStatusId, setTreePath, setType, toCacheModel, toEscapedModel, toModel, toModels, toString, toUnescapedModel, toXmlString |
Methods inherited from interface com.liferay.portal.model.Organization |
buildTreePath, getAddress, getAddresses, getAncestors, getChildrenTypes, getDescendants, getGroup, getGroupId, getLogoId, getParentOrganization, getPreferences, getPrivateLayoutsPageCount, getPublicLayoutsPageCount, getReminderQueryQuestions, getReminderQueryQuestions, getSuborganizations, getSuborganizationsSize, getTypeOrder, hasPrivateLayouts, hasPublicLayouts, hasSuborganizations, isParentable, isRoot |
Methods inherited from interface com.liferay.portal.model.OrganizationModel |
clone, compareTo, getComments, getCompanyId, getCountryId, getExpandoBridge, getName, getOrganizationId, getParentOrganizationId, getPrimaryKey, getPrimaryKeyObj, getRecursable, getRegionId, getStatusId, getTreePath, getType, hashCode, isCachedModel, isEscapedModel, isNew, isRecursable, setCachedModel, setComments, setCompanyId, setCountryId, setExpandoBridgeAttributes, setName, setNew, setOrganizationId, setParentOrganizationId, setPrimaryKey, setPrimaryKeyObj, setRecursable, setRegionId, setStatusId, setTreePath, setType, toCacheModel, toEscapedModel, toString, toUnescapedModel, toXmlString |
OrganizationBaseImpl
public OrganizationBaseImpl()
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