Liferay 7.0-ce-b7 portal-impl

com.liferay.portal.model.impl
Class OrganizationBaseImpl

java.lang.Object
  extended by com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.portal.kernel.model.Organization>
      extended by com.liferay.portal.model.impl.OrganizationModelImpl
          extended by com.liferay.portal.model.impl.OrganizationBaseImpl
All Implemented Interfaces:
com.liferay.portal.kernel.model.AuditedModel, com.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.Organization>, com.liferay.portal.kernel.model.ClassedModel, com.liferay.portal.kernel.model.MVCCModel, com.liferay.portal.kernel.model.Organization, com.liferay.portal.kernel.model.OrganizationModel, 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.TreeModel, Serializable, Cloneable, Comparable<com.liferay.portal.kernel.model.Organization>
Direct Known Subclasses:
OrganizationImpl

@ProviderType
public abstract class OrganizationBaseImpl
extends OrganizationModelImpl
implements com.liferay.portal.kernel.model.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
{$generated.description}

Field Summary
 
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, ORGANIZATIONID_COLUMN_BITMASK, PARENTORGANIZATIONID_COLUMN_BITMASK, SESSION_FACTORY, TABLE_COLUMNS, TABLE_COLUMNS_MAP, TABLE_NAME, TABLE_SQL_CREATE, TABLE_SQL_DROP, TREEPATH_COLUMN_BITMASK, TX_MANAGER, UUID_COLUMN_BITMASK
 
Fields inherited from interface com.liferay.portal.kernel.model.Organization
NAME_ACCESSOR, ORGANIZATION_ID_ACCESSOR
 
Constructor Summary
OrganizationBaseImpl()
           
 
Method Summary
 String buildTreePath()
           
 void persist()
           
 void updateTreePath(String treePath)
           
 
Methods inherited from class com.liferay.portal.model.impl.OrganizationModelImpl
clone, compareTo, equals, getColumnBitmask, getComments, getCompanyId, getCountryId, getCreateDate, getExpandoBridge, getLogoId, getModelAttributes, getModelClass, getModelClassName, getModifiedDate, getMvccVersion, getName, getOrganizationId, getOriginalCompanyId, getOriginalName, getOriginalOrganizationId, getOriginalParentOrganizationId, getOriginalTreePath, getOriginalUuid, getParentOrganizationId, getPrimaryKey, getPrimaryKeyObj, getRecursable, getRegionId, getStagedModelType, getStatusId, getTreePath, getType, getUserId, getUserName, getUserUuid, getUuid, hashCode, hasSetModifiedDate, isEntityCacheEnabled, isFinderCacheEnabled, isRecursable, resetOriginalValues, setComments, setCompanyId, setCountryId, setCreateDate, setExpandoBridgeAttributes, setLogoId, setModelAttributes, setModifiedDate, setMvccVersion, setName, setOrganizationId, setParentOrganizationId, setPrimaryKey, setPrimaryKeyObj, setRecursable, setRegionId, setStatusId, setTreePath, setType, setUserId, setUserName, setUserUuid, setUuid, toCacheModel, toEscapedModel, toModel, toModels, toString, toXmlString
 
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.Organization
getAddress, getAddresses, getAncestorOrganizationIds, getAncestors, getChildrenTypes, getDescendants, getGroup, getGroupId, getParentOrganization, getParentOrganizationName, getPreferences, getPrivateLayoutsPageCount, getPublicLayoutsPageCount, getReminderQueryQuestions, getReminderQueryQuestions, getSuborganizations, getSuborganizationsSize, getTypeOrder, hasPrivateLayouts, hasPublicLayouts, hasSuborganizations, isParentable, isRoot
 
Methods inherited from interface com.liferay.portal.kernel.model.OrganizationModel
clone, compareTo, getComments, getCompanyId, getCountryId, getCreateDate, getExpandoBridge, getLogoId, getModifiedDate, getMvccVersion, getName, getOrganizationId, getParentOrganizationId, getPrimaryKey, getPrimaryKeyObj, getRecursable, getRegionId, getStatusId, getTreePath, getType, getUserId, getUserName, getUserUuid, getUuid, hashCode, isCachedModel, isEscapedModel, isNew, isRecursable, setCachedModel, setComments, setCompanyId, setCountryId, setCreateDate, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setLogoId, setModifiedDate, setMvccVersion, setName, setNew, setOrganizationId, setParentOrganizationId, setPrimaryKey, setPrimaryKeyObj, setRecursable, setRegionId, setStatusId, setTreePath, setType, setUserId, setUserName, setUserUuid, setUuid, toCacheModel, toEscapedModel, toString, toUnescapedModel, toXmlString
 
Methods inherited from interface com.liferay.portal.kernel.model.BaseModel
getModelAttributes, isEntityCacheEnabled, isFinderCacheEnabled, resetOriginalValues, setModelAttributes
 
Methods inherited from interface com.liferay.portal.kernel.model.StagedModel
getStagedModelType
 
Methods inherited from interface com.liferay.portal.kernel.model.ClassedModel
getModelClass, getModelClassName
 
Methods inherited from interface com.liferay.portal.kernel.model.TreeModel
getPrimaryKeyObj, getTreePath
 

Constructor Detail

OrganizationBaseImpl

public OrganizationBaseImpl()
Method Detail

persist

public void persist()
Specified by:
persist in interface com.liferay.portal.kernel.model.PersistedModel

buildTreePath

public String buildTreePath()
                     throws com.liferay.portal.kernel.exception.PortalException
Specified by:
buildTreePath in interface com.liferay.portal.kernel.model.TreeModel
Throws:
com.liferay.portal.kernel.exception.PortalException

updateTreePath

public void updateTreePath(String treePath)
Specified by:
updateTreePath in interface com.liferay.portal.kernel.model.TreeModel

Liferay 7.0-ce-b7 portal-impl