@ProviderType public interface Company extends CompanyModel, PersistedModel
CompanyModel| Modifier and Type | Field and Description |
|---|---|
static Accessor<Company,Long> |
COMPANY_ID_ACCESSOR
NOTE FOR DEVELOPERS:
Never modify this interface directly.
|
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(Company company) |
Account |
getAccount() |
String |
getAdminName() |
String |
getAuthType() |
User |
getDefaultUser() |
String |
getDefaultWebId() |
String |
getEmailAddress() |
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()
Deprecated.
As of Mueller (7.2.x), with no direct replacement
|
boolean |
isSendPasswordResetLink() |
boolean |
isSiteLogo() |
boolean |
isStrangers() |
boolean |
isStrangersVerify() |
boolean |
isStrangersWithMx() |
void |
setKeyObj(Key keyObj) |
void |
setVirtualHostname(String virtualHostname) |
getAccountId, getActive, getCompanyId, getHomeURL, getKey, getLogoId, getMaxUsers, getMvccVersion, getMx, getPrimaryKey, getSystem, getWebId, isActive, isSystem, setAccountId, setActive, setCompanyId, setHomeURL, setKey, setLogoId, setMaxUsers, setMvccVersion, setMx, setPrimaryKey, setSystem, setWebIdclone, getExpandoBridge, getModelAttributes, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setModelAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModel, toXmlStringgetModelClass, getModelClassNamepersistAccount getAccount() throws PortalException
PortalExceptionString getAdminName()
String getAuthType()
User getDefaultUser() throws PortalException
PortalExceptionString getDefaultWebId()
String getEmailAddress()
Group getGroup() throws PortalException
PortalExceptionlong getGroupId()
throws PortalException
PortalExceptionKey getKeyObj()
Locale getLocale()
throws PortalException
PortalException@AutoEscape String getName() throws PortalException
PortalExceptionString getPortalURL(long groupId)
throws PortalException
PortalExceptionString getShortName()
throws PortalException
PortalExceptionTimeZone getTimeZone()
throws PortalException
PortalExceptionString getVirtualHostname()
boolean hasCompanyMx(String emailAddress)
boolean isAutoLogin()
@Deprecated boolean isSendPassword()
boolean isSendPasswordResetLink()
boolean isSiteLogo()
boolean isStrangers()
boolean isStrangersVerify()
boolean isStrangersWithMx()
void setKeyObj(Key keyObj)
void setVirtualHostname(String virtualHostname)