public class CompanyImpl extends CompanyBaseImpl
Modifier and Type | Class and Description |
---|---|
static class |
CompanyImpl.CompanySecurityBag |
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, TABLE_COLUMNS, TABLE_COLUMNS_MAP, TABLE_NAME, TABLE_SQL_CREATE, TABLE_SQL_DROP, TX_MANAGER, WEBID_COLUMN_BITMASK
Constructor and Description |
---|
CompanyImpl() |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(com.liferay.portal.kernel.model.Company company) |
String |
getAdminName() |
String |
getAuthType() |
com.liferay.portal.kernel.model.CompanyInfo |
getCompanyInfo() |
CompanyImpl.CompanySecurityBag |
getCompanySecurityBag() |
com.liferay.portal.kernel.model.User |
getDefaultUser()
Deprecated.
As of Cavanaugh (7.4.x), replaced by
getGuestUser() |
String |
getDefaultWebId() |
String |
getEmailAddress() |
com.liferay.portal.kernel.model.Group |
getGroup() |
long |
getGroupId() |
com.liferay.portal.kernel.model.User |
getGuestUser() |
String |
getKey() |
Key |
getKeyObj() |
Locale |
getLocale() |
String |
getName() |
String |
getPortalURL(long groupId) |
String |
getPortalURL(long groupId,
boolean privateLayout) |
String |
getShortName() |
TimeZone |
getTimeZone() |
String |
getVirtualHostname() |
boolean |
hasCompanyMx(String emailAddress) |
boolean |
isAutoLogin() |
boolean |
isSendPasswordResetLink() |
boolean |
isSiteLogo() |
boolean |
isStrangers() |
boolean |
isStrangersVerify() |
boolean |
isStrangersWithMx() |
boolean |
isUpdatePasswordRequired() |
void |
setCompanySecurityBag(Object companySecurityBag) |
void |
setKey(String key) |
void |
setKeyObj(Key keyObj) |
void |
setVirtualHostname(String virtualHostname) |
persist
clone, cloneWithOriginalValues, equals, getActive, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getColumnBitmask, getColumnBitmask, getColumnOriginalValue, getColumnValue, getCompanyId, getCreateDate, getExpandoBridge, getHomeURL, getIndexNameCurrent, getIndexNameNext, getIndustry, getLegalId, getLegalName, getLegalType, getLogoId, getMaxUsers, getModelAttributes, getModelClass, getModelClassName, getModifiedDate, getMvccVersion, getMx, getOriginalLogoId, getOriginalMx, getOriginalWebId, getPrimaryKey, getPrimaryKeyObj, getSicCode, getSize, getTickerSymbol, getType, getUserId, getUserName, getUserUuid, getWebId, hashCode, hasSetModifiedDate, isActive, isEntityCacheEnabled, isFinderCacheEnabled, resetOriginalValues, setActive, setCompanyId, setCompanySecurityBag, setCreateDate, setExpandoBridgeAttributes, setHomeURL, setIndexNameCurrent, setIndexNameNext, setIndustry, setLegalId, setLegalName, setLegalType, setLogoId, setMaxUsers, setModelAttributes, setModifiedDate, setMvccVersion, setMx, setName, setPrimaryKey, setPrimaryKeyObj, setSicCode, setSize, setTickerSymbol, setType, setUserId, setUserName, setUserUuid, setWebId, toCacheModel, toEscapedModel, toString
getLocale, isCachedModel, isEscapedModel, isNew, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, toUnescapedModel
cloneWithOriginalValues, getActive, getCompanyId, getCreateDate, getHomeURL, getIndexNameCurrent, getIndexNameNext, getIndustry, getLegalId, getLegalName, getLegalType, getLogoId, getMaxUsers, getModifiedDate, getMvccVersion, getMx, getPrimaryKey, getSicCode, getSize, getTickerSymbol, getType, getUserId, getUserName, getUserUuid, getWebId, isActive, setActive, setCompanyId, setCreateDate, setHomeURL, setIndexNameCurrent, setIndexNameNext, setIndustry, setLegalId, setLegalName, setLegalType, setLogoId, setMaxUsers, setModifiedDate, setMvccVersion, setMx, setName, setPrimaryKey, setSicCode, setSize, setTickerSymbol, setType, setUserId, setUserName, setUserUuid, setWebId, toXmlString
clone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getModelAttributes, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setModelAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModel
public int compareTo(com.liferay.portal.kernel.model.Company company)
compareTo
in interface com.liferay.portal.kernel.model.Company
compareTo
in interface Comparable<com.liferay.portal.kernel.model.Company>
compareTo
in class CompanyModelImpl
public String getAdminName()
public String getAuthType()
public com.liferay.portal.kernel.model.CompanyInfo getCompanyInfo()
public CompanyImpl.CompanySecurityBag getCompanySecurityBag()
getCompanySecurityBag
in class CompanyModelImpl
@Deprecated public com.liferay.portal.kernel.model.User getDefaultUser() throws com.liferay.portal.kernel.exception.PortalException
getGuestUser()
com.liferay.portal.kernel.exception.PortalException
public String getDefaultWebId()
public String getEmailAddress()
public com.liferay.portal.kernel.model.Group getGroup() throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public long getGroupId() throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public com.liferay.portal.kernel.model.User getGuestUser() throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public String getKey()
public Key getKeyObj()
public Locale getLocale() throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
@AutoEscape public String getName()
getName
in interface com.liferay.portal.kernel.model.CompanyModel
getName
in class CompanyModelImpl
public String getPortalURL(long groupId) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public String getPortalURL(long groupId, boolean privateLayout) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public String getShortName() throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public TimeZone getTimeZone() throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public String getVirtualHostname()
getVirtualHostname
in interface com.liferay.portal.kernel.model.Company
getVirtualHostname
in class CompanyModelImpl
public boolean hasCompanyMx(String emailAddress)
public boolean isAutoLogin()
public boolean isSendPasswordResetLink()
public boolean isSiteLogo()
public boolean isStrangers()
public boolean isStrangersVerify()
public boolean isStrangersWithMx()
public boolean isUpdatePasswordRequired()
public void setCompanySecurityBag(Object companySecurityBag)
public void setKey(String key)
public void setKeyObj(Key keyObj)
public void setVirtualHostname(String virtualHostname)
setVirtualHostname
in interface com.liferay.portal.kernel.model.Company
setVirtualHostname
in class CompanyModelImpl