@ProviderType public interface Company extends CompanyModel, PersistedModel
CompanyModel
Modifier and Type | Field and Description |
---|---|
static Accessor<Company,Long> |
COMPANY_ID_ACCESSOR |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(Company company) |
String |
getAdminName() |
String |
getAuthType() |
CompanyInfo |
getCompanyInfo() |
User |
getDefaultUser()
Deprecated.
As of Cavanaugh (7.4.x), replaced by
getGuestUser() |
String |
getDefaultWebId() |
String |
getEmailAddress() |
Group |
getGroup() |
long |
getGroupId() |
User |
getGuestUser() |
String |
getKey() |
Key |
getKeyObj() |
Locale |
getLocale() |
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 |
setKey(String key) |
void |
setKeyObj(Key keyObj) |
void |
setVirtualHostname(String virtualHostname) |
cloneWithOriginalValues, getActive, getCompanyId, getCreateDate, getHomeURL, getIndexNameCurrent, getIndexNameNext, getIndustry, getLegalId, getLegalName, getLegalType, getLogoId, getMaxUsers, getModifiedDate, getMvccVersion, getMx, getName, 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
getModelClass, getModelClassName
persist
String getAdminName()
String getAuthType()
CompanyInfo getCompanyInfo()
@Deprecated User getDefaultUser() throws PortalException
getGuestUser()
PortalException
String getDefaultWebId()
String getEmailAddress()
Group getGroup() throws PortalException
PortalException
long getGroupId() throws PortalException
PortalException
User getGuestUser() throws PortalException
PortalException
String getKey()
Key getKeyObj()
Locale getLocale() throws PortalException
PortalException
String getPortalURL(long groupId) throws PortalException
PortalException
String getPortalURL(long groupId, boolean privateLayout) throws PortalException
PortalException
String getShortName() throws PortalException
PortalException
TimeZone getTimeZone() throws PortalException
PortalException
String getVirtualHostname()
boolean hasCompanyMx(String emailAddress)
boolean isAutoLogin()
boolean isSendPasswordResetLink()
boolean isSiteLogo()
boolean isStrangers()
boolean isStrangersVerify()
boolean isStrangersWithMx()
boolean isUpdatePasswordRequired()
void setKey(String key)
void setKeyObj(Key keyObj)
void setVirtualHostname(String virtualHostname)