com.liferay.portal.model.impl
Class CompanyImpl
java.lang.Object
com.liferay.portal.model.impl.BaseModelImpl
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.CompanyModel, java.io.Serializable, java.lang.Cloneable, java.lang.Comparable
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, getKey, getLogoId, getMx, getPrimaryKey, getPrimaryKeyObj, getVirtualHost, getWebId, hashCode, setAccountId, setCompanyId, setLogoId, setMx, setPrimaryKey, setVirtualHost, setWebId, toEscapedModel, toModel, toModels |
| Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.liferay.portal.model.CompanyModel |
getAccountId, getCompanyId, getKey, getLogoId, getMx, getPrimaryKey, getVirtualHost, getWebId, setAccountId, setCompanyId, setLogoId, setMx, setPrimaryKey, setVirtualHost, setWebId, toEscapedModel |
| Methods inherited from interface com.liferay.portal.model.BaseModel |
clone, getPrimaryKeyObj, isEscapedModel, isNew, setEscapedModel, setNew |
CompanyImpl
public CompanyImpl()
getDefaultWebId
public java.lang.String getDefaultWebId()
- Specified by:
getDefaultWebId in interface com.liferay.portal.model.Company
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
getKeyObj
public java.security.Key getKeyObj()
- Specified by:
getKeyObj in interface com.liferay.portal.model.Company
setKeyObj
public void setKeyObj(java.security.Key keyObj)
- Specified by:
setKeyObj in interface com.liferay.portal.model.Company
getAccount
public com.liferay.portal.model.Account getAccount()
- Specified by:
getAccount in interface com.liferay.portal.model.Company
getName
public java.lang.String getName()
- Specified by:
getName in interface com.liferay.portal.model.Company
getShortName
public java.lang.String getShortName()
- Specified by:
getShortName in interface com.liferay.portal.model.Company
getEmailAddress
public java.lang.String getEmailAddress()
- Specified by:
getEmailAddress in interface com.liferay.portal.model.Company
getDefaultUser
public com.liferay.portal.model.User getDefaultUser()
- Specified by:
getDefaultUser in interface com.liferay.portal.model.Company
getLocale
public java.util.Locale getLocale()
- Specified by:
getLocale in interface com.liferay.portal.model.Company
getTimeZone
public java.util.TimeZone getTimeZone()
- Specified by:
getTimeZone 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.PortalException,
com.liferay.portal.SystemException
- Specified by:
getAuthType in interface com.liferay.portal.model.Company
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
isAutoLogin
public boolean isAutoLogin()
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Specified by:
isAutoLogin in interface com.liferay.portal.model.Company
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
isSendPassword
public boolean isSendPassword()
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Specified by:
isSendPassword in interface com.liferay.portal.model.Company
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
isStrangers
public boolean isStrangers()
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Specified by:
isStrangers in interface com.liferay.portal.model.Company
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
isStrangersWithMx
public boolean isStrangersWithMx()
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Specified by:
isStrangersWithMx in interface com.liferay.portal.model.Company
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
isStrangersVerify
public boolean isStrangersVerify()
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Specified by:
isStrangersVerify in interface com.liferay.portal.model.Company
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
isCommunityLogo
public boolean isCommunityLogo()
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Specified by:
isCommunityLogo in interface com.liferay.portal.model.Company
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
hasCompanyMx
public boolean hasCompanyMx(java.lang.String emailAddress)
- Specified by:
hasCompanyMx in interface com.liferay.portal.model.Company
compareTo
public int compareTo(java.lang.Object obj)
- Specified by:
compareTo in interface com.liferay.portal.model.Company- Specified by:
compareTo in interface java.lang.Comparable- Overrides:
compareTo in class CompanyModelImpl