@JSON(strict=true)
@ProviderType
public class OrganizationModelImpl
extends com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.portal.kernel.model.Organization>
implements com.liferay.portal.kernel.model.OrganizationModel
This implementation and its corresponding interface OrganizationModel exist only as a container for the default property accessors generated by ServiceBuilder. Helper methods and all application logic should be put in OrganizationImpl.
OrganizationImpl,
Organization,
OrganizationModel,
Serialized Form| Modifier and Type | Field and Description |
|---|---|
static boolean |
COLUMN_BITMASK_ENABLED |
static long |
COMPANYID_COLUMN_BITMASK |
static java.lang.String |
DATA_SOURCE |
static boolean |
ENTITY_CACHE_ENABLED |
static boolean |
FINDER_CACHE_ENABLED |
static boolean |
FINDER_CACHE_ENABLED_GROUPS_ORGS |
static boolean |
FINDER_CACHE_ENABLED_USERS_ORGS |
static long |
LOCK_EXPIRATION_TIME |
static java.lang.Object[][] |
MAPPING_TABLE_GROUPS_ORGS_COLUMNS |
static java.lang.String |
MAPPING_TABLE_GROUPS_ORGS_NAME |
static java.lang.String |
MAPPING_TABLE_GROUPS_ORGS_SQL_CREATE |
static java.lang.Object[][] |
MAPPING_TABLE_USERS_ORGS_COLUMNS |
static java.lang.String |
MAPPING_TABLE_USERS_ORGS_NAME |
static java.lang.String |
MAPPING_TABLE_USERS_ORGS_SQL_CREATE |
static long |
NAME_COLUMN_BITMASK |
static java.lang.String |
ORDER_BY_JPQL |
static java.lang.String |
ORDER_BY_SQL |
static long |
ORGANIZATIONID_COLUMN_BITMASK |
static long |
PARENTORGANIZATIONID_COLUMN_BITMASK |
static java.lang.String |
SESSION_FACTORY |
static java.lang.Object[][] |
TABLE_COLUMNS |
static java.util.Map<java.lang.String,java.lang.Integer> |
TABLE_COLUMNS_MAP |
static java.lang.String |
TABLE_NAME |
static java.lang.String |
TABLE_SQL_CREATE |
static java.lang.String |
TABLE_SQL_DROP |
static long |
TREEPATH_COLUMN_BITMASK |
static java.lang.String |
TX_MANAGER |
static long |
UUID_COLUMN_BITMASK |
| Constructor and Description |
|---|
OrganizationModelImpl() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
clone() |
int |
compareTo(com.liferay.portal.kernel.model.Organization organization) |
boolean |
equals(java.lang.Object obj) |
long |
getColumnBitmask() |
java.lang.String |
getComments() |
long |
getCompanyId() |
long |
getCountryId() |
java.util.Date |
getCreateDate() |
com.liferay.expando.kernel.model.ExpandoBridge |
getExpandoBridge() |
long |
getLogoId() |
java.util.Map<java.lang.String,java.lang.Object> |
getModelAttributes() |
java.lang.Class<?> |
getModelClass() |
java.lang.String |
getModelClassName() |
java.util.Date |
getModifiedDate() |
long |
getMvccVersion() |
java.lang.String |
getName() |
long |
getOrganizationId() |
long |
getOriginalCompanyId() |
java.lang.String |
getOriginalName() |
long |
getOriginalOrganizationId() |
long |
getOriginalParentOrganizationId() |
java.lang.String |
getOriginalTreePath() |
java.lang.String |
getOriginalUuid() |
long |
getParentOrganizationId() |
long |
getPrimaryKey() |
java.io.Serializable |
getPrimaryKeyObj() |
boolean |
getRecursable() |
long |
getRegionId() |
com.liferay.exportimport.kernel.lar.StagedModelType |
getStagedModelType() |
long |
getStatusId() |
java.lang.String |
getTreePath() |
java.lang.String |
getType() |
long |
getUserId() |
java.lang.String |
getUserName() |
java.lang.String |
getUserUuid() |
java.lang.String |
getUuid() |
int |
hashCode() |
boolean |
hasSetModifiedDate() |
boolean |
isEntityCacheEnabled() |
boolean |
isFinderCacheEnabled() |
boolean |
isRecursable() |
void |
resetOriginalValues() |
void |
setComments(java.lang.String comments) |
void |
setCompanyId(long companyId) |
void |
setCountryId(long countryId) |
void |
setCreateDate(java.util.Date createDate) |
void |
setExpandoBridgeAttributes(com.liferay.portal.kernel.service.ServiceContext serviceContext) |
void |
setLogoId(long logoId) |
void |
setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes) |
void |
setModifiedDate(java.util.Date modifiedDate) |
void |
setMvccVersion(long mvccVersion) |
void |
setName(java.lang.String name) |
void |
setOrganizationId(long organizationId) |
void |
setParentOrganizationId(long parentOrganizationId) |
void |
setPrimaryKey(long primaryKey) |
void |
setPrimaryKeyObj(java.io.Serializable primaryKeyObj) |
void |
setRecursable(boolean recursable) |
void |
setRegionId(long regionId) |
void |
setStatusId(long statusId) |
void |
setTreePath(java.lang.String treePath) |
void |
setType(java.lang.String type) |
void |
setUserId(long userId) |
void |
setUserName(java.lang.String userName) |
void |
setUserUuid(java.lang.String userUuid) |
void |
setUuid(java.lang.String uuid) |
com.liferay.portal.kernel.model.CacheModel<com.liferay.portal.kernel.model.Organization> |
toCacheModel() |
com.liferay.portal.kernel.model.Organization |
toEscapedModel() |
static com.liferay.portal.kernel.model.Organization |
toModel(com.liferay.portal.kernel.model.OrganizationSoap soapModel)
Converts the soap model instance into a normal model instance.
|
static java.util.List<com.liferay.portal.kernel.model.Organization> |
toModels(com.liferay.portal.kernel.model.OrganizationSoap[] soapModels)
Converts the soap model instances into normal model instances.
|
java.lang.String |
toString() |
java.lang.String |
toXmlString() |
getLocale, isCachedModel, isEscapedModel, isNew, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, toUnescapedModelpublic static final java.lang.String TABLE_NAME
public static final java.lang.Object[][] TABLE_COLUMNS
public static final java.util.Map<java.lang.String,java.lang.Integer> TABLE_COLUMNS_MAP
public static final java.lang.String TABLE_SQL_CREATE
public static final java.lang.String TABLE_SQL_DROP
public static final java.lang.String ORDER_BY_JPQL
public static final java.lang.String ORDER_BY_SQL
public static final java.lang.String DATA_SOURCE
public static final java.lang.String SESSION_FACTORY
public static final java.lang.String TX_MANAGER
public static final boolean ENTITY_CACHE_ENABLED
public static final boolean FINDER_CACHE_ENABLED
public static final boolean COLUMN_BITMASK_ENABLED
public static final long COMPANYID_COLUMN_BITMASK
public static final long NAME_COLUMN_BITMASK
public static final long ORGANIZATIONID_COLUMN_BITMASK
public static final long PARENTORGANIZATIONID_COLUMN_BITMASK
public static final long TREEPATH_COLUMN_BITMASK
public static final long UUID_COLUMN_BITMASK
public static final java.lang.String MAPPING_TABLE_GROUPS_ORGS_NAME
public static final java.lang.Object[][] MAPPING_TABLE_GROUPS_ORGS_COLUMNS
public static final java.lang.String MAPPING_TABLE_GROUPS_ORGS_SQL_CREATE
public static final boolean FINDER_CACHE_ENABLED_GROUPS_ORGS
public static final java.lang.String MAPPING_TABLE_USERS_ORGS_NAME
public static final java.lang.Object[][] MAPPING_TABLE_USERS_ORGS_COLUMNS
public static final java.lang.String MAPPING_TABLE_USERS_ORGS_SQL_CREATE
public static final boolean FINDER_CACHE_ENABLED_USERS_ORGS
public static final long LOCK_EXPIRATION_TIME
public static com.liferay.portal.kernel.model.Organization toModel(com.liferay.portal.kernel.model.OrganizationSoap soapModel)
soapModel - the soap model instance to convertpublic static java.util.List<com.liferay.portal.kernel.model.Organization> toModels(com.liferay.portal.kernel.model.OrganizationSoap[] soapModels)
soapModels - the soap model instances to convertpublic long getPrimaryKey()
getPrimaryKey in interface com.liferay.portal.kernel.model.OrganizationModelpublic void setPrimaryKey(long primaryKey)
setPrimaryKey in interface com.liferay.portal.kernel.model.OrganizationModelpublic java.io.Serializable getPrimaryKeyObj()
getPrimaryKeyObj in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.Organization>getPrimaryKeyObj in interface com.liferay.portal.kernel.model.ClassedModelgetPrimaryKeyObj in interface com.liferay.portal.kernel.model.OrganizationModelpublic void setPrimaryKeyObj(java.io.Serializable primaryKeyObj)
setPrimaryKeyObj in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.Organization>setPrimaryKeyObj in interface com.liferay.portal.kernel.model.ClassedModelsetPrimaryKeyObj in interface com.liferay.portal.kernel.model.OrganizationModelpublic java.lang.Class<?> getModelClass()
getModelClass in interface com.liferay.portal.kernel.model.ClassedModelpublic java.lang.String getModelClassName()
getModelClassName in interface com.liferay.portal.kernel.model.ClassedModelpublic java.util.Map<java.lang.String,java.lang.Object> getModelAttributes()
getModelAttributes in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.Organization>getModelAttributes in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.portal.kernel.model.Organization>public void setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes)
setModelAttributes in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.Organization>setModelAttributes in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.portal.kernel.model.Organization>@JSON public long getMvccVersion()
getMvccVersion in interface com.liferay.portal.kernel.model.MVCCModelgetMvccVersion in interface com.liferay.portal.kernel.model.OrganizationModelpublic void setMvccVersion(long mvccVersion)
setMvccVersion in interface com.liferay.portal.kernel.model.MVCCModelsetMvccVersion in interface com.liferay.portal.kernel.model.OrganizationModel@JSON public java.lang.String getUuid()
getUuid in interface com.liferay.portal.kernel.model.OrganizationModelgetUuid in interface com.liferay.portal.kernel.model.StagedModelpublic void setUuid(java.lang.String uuid)
setUuid in interface com.liferay.portal.kernel.model.OrganizationModelsetUuid in interface com.liferay.portal.kernel.model.StagedModelpublic java.lang.String getOriginalUuid()
@JSON public long getOrganizationId()
getOrganizationId in interface com.liferay.portal.kernel.model.OrganizationModelpublic void setOrganizationId(long organizationId)
setOrganizationId in interface com.liferay.portal.kernel.model.OrganizationModelpublic long getOriginalOrganizationId()
@JSON public long getCompanyId()
getCompanyId in interface com.liferay.portal.kernel.model.AuditedModelgetCompanyId in interface com.liferay.portal.kernel.model.OrganizationModelgetCompanyId in interface com.liferay.portal.kernel.model.ShardedModelgetCompanyId in interface com.liferay.portal.kernel.model.StagedModelpublic void setCompanyId(long companyId)
setCompanyId in interface com.liferay.portal.kernel.model.AuditedModelsetCompanyId in interface com.liferay.portal.kernel.model.OrganizationModelsetCompanyId in interface com.liferay.portal.kernel.model.ShardedModelsetCompanyId in interface com.liferay.portal.kernel.model.StagedModelpublic long getOriginalCompanyId()
@JSON public long getUserId()
getUserId in interface com.liferay.portal.kernel.model.AuditedModelgetUserId in interface com.liferay.portal.kernel.model.OrganizationModelpublic void setUserId(long userId)
setUserId in interface com.liferay.portal.kernel.model.AuditedModelsetUserId in interface com.liferay.portal.kernel.model.OrganizationModelpublic java.lang.String getUserUuid()
getUserUuid in interface com.liferay.portal.kernel.model.AuditedModelgetUserUuid in interface com.liferay.portal.kernel.model.OrganizationModelpublic void setUserUuid(java.lang.String userUuid)
setUserUuid in interface com.liferay.portal.kernel.model.AuditedModelsetUserUuid in interface com.liferay.portal.kernel.model.OrganizationModel@JSON public java.lang.String getUserName()
getUserName in interface com.liferay.portal.kernel.model.AuditedModelgetUserName in interface com.liferay.portal.kernel.model.OrganizationModelpublic void setUserName(java.lang.String userName)
setUserName in interface com.liferay.portal.kernel.model.AuditedModelsetUserName in interface com.liferay.portal.kernel.model.OrganizationModel@JSON public java.util.Date getCreateDate()
getCreateDate in interface com.liferay.portal.kernel.model.AuditedModelgetCreateDate in interface com.liferay.portal.kernel.model.OrganizationModelgetCreateDate in interface com.liferay.portal.kernel.model.StagedModelpublic void setCreateDate(java.util.Date createDate)
setCreateDate in interface com.liferay.portal.kernel.model.AuditedModelsetCreateDate in interface com.liferay.portal.kernel.model.OrganizationModelsetCreateDate in interface com.liferay.portal.kernel.model.StagedModel@JSON public java.util.Date getModifiedDate()
getModifiedDate in interface com.liferay.portal.kernel.model.AuditedModelgetModifiedDate in interface com.liferay.portal.kernel.model.OrganizationModelgetModifiedDate in interface com.liferay.portal.kernel.model.StagedModelpublic boolean hasSetModifiedDate()
public void setModifiedDate(java.util.Date modifiedDate)
setModifiedDate in interface com.liferay.portal.kernel.model.AuditedModelsetModifiedDate in interface com.liferay.portal.kernel.model.OrganizationModelsetModifiedDate in interface com.liferay.portal.kernel.model.StagedModel@JSON public long getParentOrganizationId()
getParentOrganizationId in interface com.liferay.portal.kernel.model.OrganizationModelpublic void setParentOrganizationId(long parentOrganizationId)
setParentOrganizationId in interface com.liferay.portal.kernel.model.OrganizationModelpublic long getOriginalParentOrganizationId()
@JSON public java.lang.String getTreePath()
getTreePath in interface com.liferay.portal.kernel.model.OrganizationModelpublic void setTreePath(java.lang.String treePath)
setTreePath in interface com.liferay.portal.kernel.model.OrganizationModelpublic java.lang.String getOriginalTreePath()
@JSON public java.lang.String getName()
getName in interface com.liferay.portal.kernel.model.OrganizationModelpublic void setName(java.lang.String name)
setName in interface com.liferay.portal.kernel.model.OrganizationModelpublic java.lang.String getOriginalName()
@JSON public java.lang.String getType()
getType in interface com.liferay.portal.kernel.model.OrganizationModelpublic void setType(java.lang.String type)
setType in interface com.liferay.portal.kernel.model.OrganizationModel@JSON public boolean getRecursable()
getRecursable in interface com.liferay.portal.kernel.model.OrganizationModelpublic boolean isRecursable()
isRecursable in interface com.liferay.portal.kernel.model.OrganizationModelpublic void setRecursable(boolean recursable)
setRecursable in interface com.liferay.portal.kernel.model.OrganizationModel@JSON public long getRegionId()
getRegionId in interface com.liferay.portal.kernel.model.OrganizationModelpublic void setRegionId(long regionId)
setRegionId in interface com.liferay.portal.kernel.model.OrganizationModel@JSON public long getCountryId()
getCountryId in interface com.liferay.portal.kernel.model.OrganizationModelpublic void setCountryId(long countryId)
setCountryId in interface com.liferay.portal.kernel.model.OrganizationModel@JSON public long getStatusId()
getStatusId in interface com.liferay.portal.kernel.model.OrganizationModelpublic void setStatusId(long statusId)
setStatusId in interface com.liferay.portal.kernel.model.OrganizationModel@JSON public java.lang.String getComments()
getComments in interface com.liferay.portal.kernel.model.OrganizationModelpublic void setComments(java.lang.String comments)
setComments in interface com.liferay.portal.kernel.model.OrganizationModel@JSON public long getLogoId()
getLogoId in interface com.liferay.portal.kernel.model.OrganizationModelpublic void setLogoId(long logoId)
setLogoId in interface com.liferay.portal.kernel.model.OrganizationModelpublic com.liferay.exportimport.kernel.lar.StagedModelType getStagedModelType()
getStagedModelType in interface com.liferay.portal.kernel.model.StagedModelpublic long getColumnBitmask()
public com.liferay.expando.kernel.model.ExpandoBridge getExpandoBridge()
getExpandoBridge in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.Organization>getExpandoBridge in interface com.liferay.portal.kernel.model.ClassedModelgetExpandoBridge in interface com.liferay.portal.kernel.model.OrganizationModelgetExpandoBridge in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.portal.kernel.model.Organization>public void setExpandoBridgeAttributes(com.liferay.portal.kernel.service.ServiceContext serviceContext)
setExpandoBridgeAttributes in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.Organization>setExpandoBridgeAttributes in interface com.liferay.portal.kernel.model.OrganizationModelsetExpandoBridgeAttributes in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.portal.kernel.model.Organization>public com.liferay.portal.kernel.model.Organization toEscapedModel()
toEscapedModel in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.Organization>toEscapedModel in interface com.liferay.portal.kernel.model.OrganizationModeltoEscapedModel in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.portal.kernel.model.Organization>public java.lang.Object clone()
clone in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.Organization>clone in interface com.liferay.portal.kernel.model.OrganizationModelclone in interface com.liferay.portal.kernel.model.StagedModelclone in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.portal.kernel.model.Organization>public int compareTo(com.liferay.portal.kernel.model.Organization organization)
compareTo in interface com.liferay.portal.kernel.model.OrganizationModelcompareTo in interface java.lang.Comparable<com.liferay.portal.kernel.model.Organization>public boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int hashCode()
hashCode in interface com.liferay.portal.kernel.model.OrganizationModelhashCode in class java.lang.Objectpublic boolean isEntityCacheEnabled()
isEntityCacheEnabled in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.Organization>public boolean isFinderCacheEnabled()
isFinderCacheEnabled in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.Organization>public void resetOriginalValues()
resetOriginalValues in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.Organization>resetOriginalValues in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.portal.kernel.model.Organization>public com.liferay.portal.kernel.model.CacheModel<com.liferay.portal.kernel.model.Organization> toCacheModel()
toCacheModel in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.Organization>toCacheModel in interface com.liferay.portal.kernel.model.OrganizationModeltoCacheModel in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.portal.kernel.model.Organization>public java.lang.String toString()
toString in interface com.liferay.portal.kernel.model.OrganizationModeltoString in class java.lang.Objectpublic java.lang.String toXmlString()
toXmlString in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.Organization>toXmlString in interface com.liferay.portal.kernel.model.OrganizationModel