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