com.liferay.portal.model.impl
Class CompanyImpl
java.lang.Object
com.liferay.portal.model.impl.BaseModelImpl<com.liferay.portal.model.Company>
com.liferay.portal.model.impl.CompanyModelImpl
com.liferay.portal.model.impl.CompanyImpl
- All Implemented Interfaces:
- com.liferay.portal.model.BaseModel<com.liferay.portal.model.Company>, com.liferay.portal.model.Company, com.liferay.portal.model.CompanyModel, java.io.Serializable, java.lang.Cloneable, java.lang.Comparable<com.liferay.portal.model.Company>
public class CompanyImpl
- extends CompanyModelImpl
- implements com.liferay.portal.model.Company
View Source
- Author:
- Brian Wing Shun Chan
- See Also:
- Serialized Form
Methods inherited from class com.liferay.portal.model.impl.CompanyModelImpl |
clone, equals, getAccountId, getCompanyId, getExpandoBridge, getHomeURL, getKey, getLogoId, getMx, getOriginalLogoId, getOriginalMx, getOriginalVirtualHost, getOriginalWebId, getPrimaryKey, getPrimaryKeyObj, getSystem, getVirtualHost, getWebId, hashCode, isSystem, setAccountId, setCompanyId, setHomeURL, setLogoId, setMx, setPrimaryKey, setSystem, setVirtualHost, setWebId, toEscapedModel, toModel, toModels, toString, toXmlString |
Methods inherited from class com.liferay.portal.model.impl.BaseModelImpl |
isCachedModel, isEscapedModel, isNew, setCachedModel, setEscapedModel, setNew |
Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface com.liferay.portal.model.CompanyModel |
getAccountId, getCompanyId, getHomeURL, getKey, getLogoId, getMx, getPrimaryKey, getSystem, getVirtualHost, getWebId, isSystem, setAccountId, setCompanyId, setHomeURL, setLogoId, setMx, setPrimaryKey, setSystem, setVirtualHost, setWebId, toEscapedModel |
Methods inherited from interface com.liferay.portal.model.BaseModel |
clone, getExpandoBridge, getPrimaryKeyObj, isCachedModel, isEscapedModel, isNew, setCachedModel, setEscapedModel, setNew, toXmlString |
CompanyImpl
public CompanyImpl()
compareTo
public int compareTo(com.liferay.portal.model.Company company)
- Specified by:
compareTo
in interface com.liferay.portal.model.Company
- Specified by:
compareTo
in interface java.lang.Comparable<com.liferay.portal.model.Company>
- Overrides:
compareTo
in class CompanyModelImpl
getAccount
public com.liferay.portal.model.Account getAccount()
- Specified by:
getAccount
in interface com.liferay.portal.model.Company
getAdminName
public java.lang.String getAdminName()
- Specified by:
getAdminName
in interface com.liferay.portal.model.Company
getAuthType
public java.lang.String getAuthType()
throws com.liferay.portal.SystemException
- Specified by:
getAuthType
in interface com.liferay.portal.model.Company
- Throws:
com.liferay.portal.SystemException
getDefaultUser
public com.liferay.portal.model.User getDefaultUser()
- Specified by:
getDefaultUser
in interface com.liferay.portal.model.Company
getDefaultWebId
public java.lang.String getDefaultWebId()
- Specified by:
getDefaultWebId
in interface com.liferay.portal.model.Company
getEmailAddress
public java.lang.String getEmailAddress()
- Specified by:
getEmailAddress
in interface com.liferay.portal.model.Company
getKeyObj
public java.security.Key getKeyObj()
- Specified by:
getKeyObj
in interface com.liferay.portal.model.Company
getLocale
public java.util.Locale getLocale()
- Specified by:
getLocale
in interface com.liferay.portal.model.Company
getName
public java.lang.String getName()
- Specified by:
getName
in interface com.liferay.portal.model.Company
getShardName
public java.lang.String getShardName()
- Specified by:
getShardName
in interface com.liferay.portal.model.Company
getShortName
public java.lang.String getShortName()
- Specified by:
getShortName
in interface com.liferay.portal.model.Company
getTimeZone
public java.util.TimeZone getTimeZone()
- Specified by:
getTimeZone
in interface com.liferay.portal.model.Company
hasCompanyMx
public boolean hasCompanyMx(java.lang.String emailAddress)
- Specified by:
hasCompanyMx
in interface com.liferay.portal.model.Company
isAutoLogin
public boolean isAutoLogin()
throws com.liferay.portal.SystemException
- Specified by:
isAutoLogin
in interface com.liferay.portal.model.Company
- Throws:
com.liferay.portal.SystemException
isCommunityLogo
public boolean isCommunityLogo()
throws com.liferay.portal.SystemException
- Specified by:
isCommunityLogo
in interface com.liferay.portal.model.Company
- Throws:
com.liferay.portal.SystemException
isSendPassword
public boolean isSendPassword()
throws com.liferay.portal.SystemException
- Specified by:
isSendPassword
in interface com.liferay.portal.model.Company
- Throws:
com.liferay.portal.SystemException
isStrangers
public boolean isStrangers()
throws com.liferay.portal.SystemException
- Specified by:
isStrangers
in interface com.liferay.portal.model.Company
- Throws:
com.liferay.portal.SystemException
isStrangersVerify
public boolean isStrangersVerify()
throws com.liferay.portal.SystemException
- Specified by:
isStrangersVerify
in interface com.liferay.portal.model.Company
- Throws:
com.liferay.portal.SystemException
isStrangersWithMx
public boolean isStrangersWithMx()
throws com.liferay.portal.SystemException
- Specified by:
isStrangersWithMx
in interface com.liferay.portal.model.Company
- Throws:
com.liferay.portal.SystemException
setKey
public void setKey(java.lang.String key)
- Specified by:
setKey
in interface com.liferay.portal.model.Company
- Specified by:
setKey
in interface com.liferay.portal.model.CompanyModel
- Overrides:
setKey
in class CompanyModelImpl
setKeyObj
public void setKeyObj(java.security.Key keyObj)
- Specified by:
setKeyObj
in interface com.liferay.portal.model.Company