Liferay 6.0.5

com.liferay.portal.model.impl
Class CompanyImpl

java.lang.Object
  extended by com.liferay.portal.model.impl.BaseModelImpl<Company>
      extended by com.liferay.portal.model.impl.CompanyModelImpl
          extended by 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

Field Summary
 
Fields inherited from class com.liferay.portal.model.impl.CompanyModelImpl
DATA_SOURCE, ENTITY_CACHE_ENABLED, FINDER_CACHE_ENABLED, LOCK_EXPIRATION_TIME, SESSION_FACTORY, TABLE_COLUMNS, TABLE_NAME, TABLE_SQL_CREATE, TABLE_SQL_DROP, TX_MANAGER
 
Constructor Summary
CompanyImpl()
           
 
Method Summary
 int compareTo(Company company)
           
 Account getAccount()
           
 String getAdminName()
           
 String getAuthType()
           
 User getDefaultUser()
           
 String getDefaultWebId()
           
 String getEmailAddress()
           
 Group getGroup()
           
 Key getKeyObj()
           
 Locale getLocale()
           
 String getName()
           
 String getShardName()
           
 String getShortName()
           
 TimeZone getTimeZone()
           
 boolean hasCompanyMx(String emailAddress)
           
 boolean isAutoLogin()
           
 boolean isCommunityLogo()
           
 boolean isSendPassword()
           
 boolean isSendPasswordResetLink()
           
 boolean isStrangers()
           
 boolean isStrangersVerify()
           
 boolean isStrangersWithMx()
           
 void setKey(String key)
          Sets the key of this company.
 void setKeyObj(Key keyObj)
           
 
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 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
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
 

Constructor Detail

CompanyImpl

public CompanyImpl()
Method Detail

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

Liferay 6.0.5