@ProviderType public class CompanyWrapper extends Object implements Company, ModelWrapper<Company>
This class is a wrapper for Company
.
Company
,
Serialized FormCOMPANY_ID_ACCESSOR
Constructor and Description |
---|
CompanyWrapper(Company company) |
Modifier and Type | Method and Description |
---|---|
Object |
clone()
Creates a shallow clone of this model instance.
|
int |
compareTo(Company company) |
boolean |
equals(Object obj) |
Account |
getAccount() |
long |
getAccountId()
Returns the account ID of this company.
|
boolean |
getActive()
Returns the active of this company.
|
String |
getAdminName() |
String |
getAuthType() |
long |
getCompanyId()
Returns the company ID of this company.
|
User |
getDefaultUser() |
String |
getDefaultWebId() |
String |
getEmailAddress() |
ExpandoBridge |
getExpandoBridge()
Returns the expando bridge for this model instance.
|
Group |
getGroup() |
long |
getGroupId() |
String |
getHomeURL()
Returns the home url of this company.
|
String |
getKey()
Returns the key of this company.
|
Key |
getKeyObj() |
Locale |
getLocale() |
long |
getLogoId()
Returns the logo ID of this company.
|
int |
getMaxUsers()
Returns the max users of this company.
|
Map<String,Object> |
getModelAttributes() |
Class<?> |
getModelClass() |
String |
getModelClassName() |
long |
getMvccVersion()
Returns the mvcc version of this company.
|
String |
getMx()
Returns the mx of this company.
|
String |
getName() |
String |
getPortalURL(long groupId) |
long |
getPrimaryKey()
Returns the primary key of this company.
|
Serializable |
getPrimaryKeyObj()
Returns the primary key of this model instance.
|
String |
getShortName() |
boolean |
getSystem()
Returns the system of this company.
|
TimeZone |
getTimeZone() |
String |
getVirtualHostname() |
String |
getWebId()
Returns the web ID of this company.
|
Company |
getWrappedModel() |
boolean |
hasCompanyMx(String emailAddress) |
int |
hashCode() |
boolean |
isActive()
Returns
true if this company is active. |
boolean |
isAutoLogin() |
boolean |
isCachedModel()
Returns
true if this model instance was retrieved from the
entity cache. |
boolean |
isEntityCacheEnabled()
Returns
true if this model's entity cache is enabled. |
boolean |
isEscapedModel()
Returns
true if this model instance is escaped. |
boolean |
isFinderCacheEnabled()
Returns
true if this model's finder cache is enabled. |
boolean |
isNew()
Returns
true if this model instance does not yet exist in
the database. |
boolean |
isSendPassword() |
boolean |
isSendPasswordResetLink() |
boolean |
isSiteLogo() |
boolean |
isStrangers() |
boolean |
isStrangersVerify() |
boolean |
isStrangersWithMx() |
boolean |
isSystem()
Returns
true if this company is system. |
void |
persist()
Updates this model instance in the database or adds it if it does not yet
exist.
|
void |
resetOriginalValues()
Reset all original fields to current values.
|
void |
setAccountId(long accountId)
Sets the account ID of this company.
|
void |
setActive(boolean active)
Sets whether this company is active.
|
void |
setCachedModel(boolean cachedModel)
Sets whether this model instance was retrieved from the entity cache.
|
void |
setCompanyId(long companyId)
Sets the company ID of this company.
|
void |
setExpandoBridgeAttributes(BaseModel<?> baseModel) |
void |
setExpandoBridgeAttributes(ExpandoBridge expandoBridge) |
void |
setExpandoBridgeAttributes(ServiceContext serviceContext)
Sets the expando bridge attributes for this model instance to the
attributes stored in the service context.
|
void |
setHomeURL(String homeURL)
Sets the home url of this company.
|
void |
setKey(String key)
Sets the key of this company.
|
void |
setKeyObj(Key keyObj) |
void |
setLogoId(long logoId)
Sets the logo ID of this company.
|
void |
setMaxUsers(int maxUsers)
Sets the max users of this company.
|
void |
setModelAttributes(Map<String,Object> attributes) |
void |
setMvccVersion(long mvccVersion)
Sets the mvcc version of this company.
|
void |
setMx(String mx)
Sets the mx of this company.
|
void |
setNew(boolean n)
Sets whether this model instance does not yet exist in the database.
|
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this company.
|
void |
setPrimaryKeyObj(Serializable primaryKeyObj)
Sets the primary key of this model instance.
|
void |
setSystem(boolean system)
Sets whether this company is system.
|
void |
setVirtualHostname(String virtualHostname) |
void |
setWebId(String webId)
Sets the web ID of this company.
|
CacheModel<Company> |
toCacheModel()
Returns a cache model object for this entity used by entity cache.
|
Company |
toEscapedModel()
Returns a copy of this entity as an escaped model instance by wrapping it
with an
AutoEscapeBeanHandler . |
String |
toString() |
Company |
toUnescapedModel() |
String |
toXmlString()
Returns the XML representation of this model instance.
|
public CompanyWrapper(Company company)
public Class<?> getModelClass()
getModelClass
in interface ClassedModel
public String getModelClassName()
getModelClassName
in interface ClassedModel
public Map<String,Object> getModelAttributes()
getModelAttributes
in interface BaseModel<Company>
public void setModelAttributes(Map<String,Object> attributes)
setModelAttributes
in interface BaseModel<Company>
public Object clone()
BaseModel
clone
in interface BaseModel<Company>
clone
in interface CompanyModel
clone
in class Object
public int compareTo(Company company)
compareTo
in interface CompanyModel
compareTo
in interface Comparable<Company>
public Account getAccount() throws PortalException
getAccount
in interface Company
PortalException
public long getAccountId()
getAccountId
in interface CompanyModel
public boolean getActive()
getActive
in interface CompanyModel
public String getAdminName()
getAdminName
in interface Company
public String getAuthType()
getAuthType
in interface Company
public long getCompanyId()
getCompanyId
in interface CompanyModel
public User getDefaultUser() throws PortalException
getDefaultUser
in interface Company
PortalException
public String getDefaultWebId()
getDefaultWebId
in interface Company
public String getEmailAddress()
getEmailAddress
in interface Company
public ExpandoBridge getExpandoBridge()
BaseModel
getExpandoBridge
in interface BaseModel<Company>
getExpandoBridge
in interface ClassedModel
getExpandoBridge
in interface CompanyModel
public Group getGroup() throws PortalException
getGroup
in interface Company
PortalException
public long getGroupId() throws PortalException
getGroupId
in interface Company
PortalException
public String getHomeURL()
getHomeURL
in interface CompanyModel
public String getKey()
getKey
in interface CompanyModel
public Locale getLocale() throws PortalException
getLocale
in interface Company
PortalException
public long getLogoId()
getLogoId
in interface CompanyModel
public int getMaxUsers()
getMaxUsers
in interface CompanyModel
public long getMvccVersion()
getMvccVersion
in interface CompanyModel
getMvccVersion
in interface MVCCModel
public String getMx()
getMx
in interface CompanyModel
public String getName() throws PortalException
getName
in interface Company
PortalException
public String getPortalURL(long groupId) throws PortalException
getPortalURL
in interface Company
PortalException
public long getPrimaryKey()
getPrimaryKey
in interface CompanyModel
public Serializable getPrimaryKeyObj()
BaseModel
getPrimaryKeyObj
in interface BaseModel<Company>
getPrimaryKeyObj
in interface ClassedModel
getPrimaryKeyObj
in interface CompanyModel
public String getShortName() throws PortalException
getShortName
in interface Company
PortalException
public boolean getSystem()
getSystem
in interface CompanyModel
public TimeZone getTimeZone() throws PortalException
getTimeZone
in interface Company
PortalException
public String getVirtualHostname()
getVirtualHostname
in interface Company
public String getWebId()
getWebId
in interface CompanyModel
public boolean hasCompanyMx(String emailAddress)
hasCompanyMx
in interface Company
public int hashCode()
hashCode
in interface CompanyModel
hashCode
in class Object
public boolean isActive()
true
if this company is active.isActive
in interface CompanyModel
true
if this company is active; false
otherwisepublic boolean isAutoLogin()
isAutoLogin
in interface Company
public boolean isCachedModel()
BaseModel
true
if this model instance was retrieved from the
entity cache.isCachedModel
in interface BaseModel<Company>
isCachedModel
in interface CompanyModel
true
if this model instance was retrieved from the
entity cache; false
otherwiseBaseModel.setCachedModel(boolean)
public boolean isEscapedModel()
BaseModel
true
if this model instance is escaped.isEscapedModel
in interface BaseModel<Company>
isEscapedModel
in interface CompanyModel
true
if this model instance is escaped;
false
otherwisepublic boolean isNew()
BaseModel
true
if this model instance does not yet exist in
the database.isNew
in interface BaseModel<Company>
isNew
in interface CompanyModel
true
if this model instance does not yet exist in
the database; false
otherwisepublic boolean isSendPassword()
isSendPassword
in interface Company
public boolean isSendPasswordResetLink()
isSendPasswordResetLink
in interface Company
public boolean isSiteLogo()
isSiteLogo
in interface Company
public boolean isStrangers()
isStrangers
in interface Company
public boolean isStrangersVerify()
isStrangersVerify
in interface Company
public boolean isStrangersWithMx()
isStrangersWithMx
in interface Company
public boolean isSystem()
true
if this company is system.isSystem
in interface CompanyModel
true
if this company is system; false
otherwisepublic void persist()
PersistedModel
persist
in interface PersistedModel
public void setAccountId(long accountId)
setAccountId
in interface CompanyModel
accountId
- the account ID of this companypublic void setActive(boolean active)
setActive
in interface CompanyModel
active
- the active of this companypublic void setCachedModel(boolean cachedModel)
BaseModel
setCachedModel
in interface BaseModel<Company>
setCachedModel
in interface CompanyModel
cachedModel
- whether this model instance was retrieved from the
entity cacheEntityCache
public void setCompanyId(long companyId)
setCompanyId
in interface CompanyModel
companyId
- the company ID of this companypublic void setExpandoBridgeAttributes(BaseModel<?> baseModel)
setExpandoBridgeAttributes
in interface BaseModel<Company>
setExpandoBridgeAttributes
in interface CompanyModel
public void setExpandoBridgeAttributes(ExpandoBridge expandoBridge)
setExpandoBridgeAttributes
in interface BaseModel<Company>
setExpandoBridgeAttributes
in interface CompanyModel
public void setExpandoBridgeAttributes(ServiceContext serviceContext)
BaseModel
setExpandoBridgeAttributes
in interface BaseModel<Company>
setExpandoBridgeAttributes
in interface CompanyModel
serviceContext
- the service context to be appliedServiceContext.getExpandoBridgeAttributes()
public void setHomeURL(String homeURL)
setHomeURL
in interface CompanyModel
homeURL
- the home url of this companypublic void setKey(String key)
setKey
in interface CompanyModel
key
- the key of this companypublic void setLogoId(long logoId)
setLogoId
in interface CompanyModel
logoId
- the logo ID of this companypublic void setMaxUsers(int maxUsers)
setMaxUsers
in interface CompanyModel
maxUsers
- the max users of this companypublic void setMvccVersion(long mvccVersion)
setMvccVersion
in interface CompanyModel
setMvccVersion
in interface MVCCModel
mvccVersion
- the mvcc version of this companypublic void setMx(String mx)
setMx
in interface CompanyModel
mx
- the mx of this companypublic void setNew(boolean n)
BaseModel
setNew
in interface BaseModel<Company>
setNew
in interface CompanyModel
n
- whether this model instance does not yet exist in the databasepublic void setPrimaryKey(long primaryKey)
setPrimaryKey
in interface CompanyModel
primaryKey
- the primary key of this companypublic void setPrimaryKeyObj(Serializable primaryKeyObj)
BaseModel
setPrimaryKeyObj
in interface BaseModel<Company>
setPrimaryKeyObj
in interface ClassedModel
setPrimaryKeyObj
in interface CompanyModel
primaryKeyObj
- the primary key of this model instancepublic void setSystem(boolean system)
setSystem
in interface CompanyModel
system
- the system of this companypublic void setVirtualHostname(String virtualHostname)
setVirtualHostname
in interface Company
public void setWebId(String webId)
setWebId
in interface CompanyModel
webId
- the web ID of this companypublic CacheModel<Company> toCacheModel()
BaseModel
toCacheModel
in interface BaseModel<Company>
toCacheModel
in interface CompanyModel
public Company toEscapedModel()
BaseModel
AutoEscapeBeanHandler
.toEscapedModel
in interface BaseModel<Company>
toEscapedModel
in interface CompanyModel
AutoEscapeBeanHandler
public String toString()
toString
in interface CompanyModel
toString
in class Object
public Company toUnescapedModel()
toUnescapedModel
in interface BaseModel<Company>
toUnescapedModel
in interface CompanyModel
public String toXmlString()
BaseModel
toXmlString
in interface BaseModel<Company>
toXmlString
in interface CompanyModel
public boolean equals(Object obj)
equals
in class Object
public Company getWrappedModel()
getWrappedModel
in interface ModelWrapper<Company>
public boolean isEntityCacheEnabled()
BaseModel
true
if this model's entity cache is enabled.isEntityCacheEnabled
in interface BaseModel<Company>
true
if this model's entity cache is enabled;
false
otherwisepublic boolean isFinderCacheEnabled()
BaseModel
true
if this model's finder cache is enabled.isFinderCacheEnabled
in interface BaseModel<Company>
true
if this model's finder cache is enabled;
false
otherwisepublic void resetOriginalValues()
BaseModel
resetOriginalValues
in interface BaseModel<Company>