Liferay 7.0-ce-b7 portal-impl

com.liferay.portal.model.impl
Class CompanyImpl

java.lang.Object
  extended by com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.portal.kernel.model.Company>
      extended by com.liferay.portal.model.impl.CompanyModelImpl
          extended by com.liferay.portal.model.impl.CompanyBaseImpl
              extended by com.liferay.portal.model.impl.CompanyImpl
All Implemented Interfaces:
com.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.Company>, com.liferay.portal.kernel.model.ClassedModel, com.liferay.portal.kernel.model.Company, com.liferay.portal.kernel.model.CompanyModel, com.liferay.portal.kernel.model.MVCCModel, com.liferay.portal.kernel.model.PersistedModel, Serializable, Cloneable, Comparable<com.liferay.portal.kernel.model.Company>

public class CompanyImpl
extends CompanyBaseImpl

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.liferay.portal.model.impl.CompanyModelImpl
COLUMN_BITMASK_ENABLED, COMPANYID_COLUMN_BITMASK, DATA_SOURCE, ENTITY_CACHE_ENABLED, FINDER_CACHE_ENABLED, LOCK_EXPIRATION_TIME, LOGOID_COLUMN_BITMASK, MX_COLUMN_BITMASK, ORDER_BY_JPQL, ORDER_BY_SQL, SESSION_FACTORY, SYSTEM_COLUMN_BITMASK, TABLE_COLUMNS, TABLE_COLUMNS_MAP, TABLE_NAME, TABLE_SQL_CREATE, TABLE_SQL_DROP, TX_MANAGER, WEBID_COLUMN_BITMASK
 
Fields inherited from interface com.liferay.portal.kernel.model.Company
COMPANY_ID_ACCESSOR
 
Constructor Summary
CompanyImpl()
           
 
Method Summary
 int compareTo(com.liferay.portal.kernel.model.Company company)
           
 com.liferay.portal.kernel.model.Account getAccount()
           
 String getAdminName()
           
 String getAuthType()
           
 com.liferay.portal.kernel.model.User getDefaultUser()
           
 String getDefaultWebId()
           
 String getEmailAddress()
           
 com.liferay.portal.kernel.model.Group getGroup()
           
 long getGroupId()
           
 Key getKeyObj()
           
 Locale getLocale()
           
 String getName()
           
 String getPortalURL(long groupId)
           
 String getShortName()
           
 TimeZone getTimeZone()
           
 String getVirtualHostname()
           
 boolean hasCompanyMx(String emailAddress)
           
 boolean isAutoLogin()
           
 boolean isSendPassword()
           
 boolean isSendPasswordResetLink()
           
 boolean isSiteLogo()
           
 boolean isStrangers()
           
 boolean isStrangersVerify()
           
 boolean isStrangersWithMx()
           
 void setKey(String key)
           
 void setKeyObj(Key keyObj)
           
 void setVirtualHostname(String virtualHostname)
           
 
Methods inherited from class com.liferay.portal.model.impl.CompanyBaseImpl
persist
 
Methods inherited from class com.liferay.portal.model.impl.CompanyModelImpl
clone, equals, getAccountId, getActive, getColumnBitmask, getCompanyId, getExpandoBridge, getHomeURL, getKey, getLogoId, getMaxUsers, getModelAttributes, getModelClass, getModelClassName, getMvccVersion, getMx, getOriginalLogoId, getOriginalMx, getOriginalSystem, getOriginalWebId, getPrimaryKey, getPrimaryKeyObj, getSystem, getWebId, hashCode, isActive, isEntityCacheEnabled, isFinderCacheEnabled, isSystem, resetOriginalValues, setAccountId, setActive, setCompanyId, setExpandoBridgeAttributes, setHomeURL, setLogoId, setMaxUsers, setModelAttributes, setMvccVersion, setMx, setPrimaryKey, setPrimaryKeyObj, setSystem, setWebId, toCacheModel, toEscapedModel, toModel, toModels, toString, toXmlString
 
Methods inherited from class com.liferay.portal.kernel.model.impl.BaseModelImpl
getLocale, isCachedModel, isEscapedModel, isNew, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, toUnescapedModel
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.liferay.portal.kernel.model.CompanyModel
clone, getAccountId, getActive, getCompanyId, getExpandoBridge, getHomeURL, getKey, getLogoId, getMaxUsers, getMvccVersion, getMx, getPrimaryKey, getPrimaryKeyObj, getSystem, getWebId, hashCode, isActive, isCachedModel, isEscapedModel, isNew, isSystem, setAccountId, setActive, setCachedModel, setCompanyId, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setHomeURL, setLogoId, setMaxUsers, setMvccVersion, setMx, setNew, setPrimaryKey, setPrimaryKeyObj, setSystem, setWebId, toCacheModel, toEscapedModel, toString, toUnescapedModel, toXmlString
 
Methods inherited from interface com.liferay.portal.kernel.model.BaseModel
getModelAttributes, isEntityCacheEnabled, isFinderCacheEnabled, resetOriginalValues, setModelAttributes
 
Methods inherited from interface com.liferay.portal.kernel.model.ClassedModel
getModelClass, getModelClassName
 

Constructor Detail

CompanyImpl

public CompanyImpl()
Method Detail

compareTo

public int compareTo(com.liferay.portal.kernel.model.Company company)
Specified by:
compareTo in interface com.liferay.portal.kernel.model.CompanyModel
Specified by:
compareTo in interface Comparable<com.liferay.portal.kernel.model.Company>
Overrides:
compareTo in class CompanyModelImpl

getAccount

public com.liferay.portal.kernel.model.Account getAccount()
                                                   throws com.liferay.portal.kernel.exception.PortalException
Throws:
com.liferay.portal.kernel.exception.PortalException

getAdminName

public String getAdminName()

getAuthType

public String getAuthType()

getDefaultUser

public com.liferay.portal.kernel.model.User getDefaultUser()
                                                    throws com.liferay.portal.kernel.exception.PortalException
Throws:
com.liferay.portal.kernel.exception.PortalException

getDefaultWebId

public String getDefaultWebId()

getEmailAddress

public String getEmailAddress()

getGroup

public com.liferay.portal.kernel.model.Group getGroup()
                                               throws com.liferay.portal.kernel.exception.PortalException
Throws:
com.liferay.portal.kernel.exception.PortalException

getGroupId

public long getGroupId()
                throws com.liferay.portal.kernel.exception.PortalException
Throws:
com.liferay.portal.kernel.exception.PortalException

getKeyObj

public Key getKeyObj()
Specified by:
getKeyObj in interface com.liferay.portal.kernel.model.Company
Overrides:
getKeyObj in class CompanyModelImpl

getLocale

public Locale getLocale()
                 throws com.liferay.portal.kernel.exception.PortalException
Throws:
com.liferay.portal.kernel.exception.PortalException

getName

@AutoEscape
public String getName()
               throws com.liferay.portal.kernel.exception.PortalException
Throws:
com.liferay.portal.kernel.exception.PortalException

getPortalURL

public String getPortalURL(long groupId)
                    throws com.liferay.portal.kernel.exception.PortalException
Throws:
com.liferay.portal.kernel.exception.PortalException

getShortName

public String getShortName()
                    throws com.liferay.portal.kernel.exception.PortalException
Throws:
com.liferay.portal.kernel.exception.PortalException

getTimeZone

public TimeZone getTimeZone()
                     throws com.liferay.portal.kernel.exception.PortalException
Throws:
com.liferay.portal.kernel.exception.PortalException

getVirtualHostname

public String getVirtualHostname()
Specified by:
getVirtualHostname in interface com.liferay.portal.kernel.model.Company
Overrides:
getVirtualHostname in class CompanyModelImpl

hasCompanyMx

public boolean hasCompanyMx(String emailAddress)

isAutoLogin

public boolean isAutoLogin()

isSendPassword

public boolean isSendPassword()

isSendPasswordResetLink

public boolean isSendPasswordResetLink()

isSiteLogo

public boolean isSiteLogo()

isStrangers

public boolean isStrangers()

isStrangersVerify

public boolean isStrangersVerify()

isStrangersWithMx

public boolean isStrangersWithMx()

setKey

public void setKey(String key)
Specified by:
setKey in interface com.liferay.portal.kernel.model.CompanyModel
Overrides:
setKey in class CompanyModelImpl

setKeyObj

public void setKeyObj(Key keyObj)
Specified by:
setKeyObj in interface com.liferay.portal.kernel.model.Company
Overrides:
setKeyObj in class CompanyModelImpl

setVirtualHostname

public void setVirtualHostname(String virtualHostname)
Specified by:
setVirtualHostname in interface com.liferay.portal.kernel.model.Company
Overrides:
setVirtualHostname in class CompanyModelImpl

Liferay 7.0-ce-b7 portal-impl