@ProviderType public interface Company extends CompanyModel, PersistedModel
CompanyModel
,
CompanyImpl
,
CompanyModelImpl
Modifier and Type | Field and Description |
---|---|
static Accessor<Company,Long> |
COMPANY_ID_ACCESSOR |
Modifier and Type | Method and Description |
---|---|
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() |
boolean |
isSendPasswordResetLink() |
boolean |
isSiteLogo() |
boolean |
isStrangers() |
boolean |
isStrangersVerify() |
boolean |
isStrangersWithMx() |
void |
setKeyObj(Key keyObj) |
void |
setVirtualHostname(String virtualHostname) |
clone, compareTo, 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, setKey, setLogoId, setMaxUsers, setMvccVersion, setMx, setNew, setPrimaryKey, setPrimaryKeyObj, setSystem, setWebId, toCacheModel, toEscapedModel, toString, toUnescapedModel, toXmlString
getModelAttributes, isEntityCacheEnabled, isFinderCacheEnabled, resetOriginalValues, setModelAttributes
getModelClass, getModelClassName
persist
Account getAccount() throws PortalException
PortalException
String getAdminName()
String getAuthType()
User getDefaultUser() throws PortalException
PortalException
String getDefaultWebId()
String getEmailAddress()
Group getGroup() throws PortalException
PortalException
long getGroupId() throws PortalException
PortalException
Key getKeyObj()
Locale getLocale() throws PortalException
PortalException
@AutoEscape String getName() throws PortalException
PortalException
String getPortalURL(long groupId) throws PortalException
PortalException
String getShortName() throws PortalException
PortalException
TimeZone getTimeZone() throws PortalException
PortalException
String getVirtualHostname()
boolean hasCompanyMx(String emailAddress)
boolean isAutoLogin()
boolean isSendPassword()
boolean isSendPasswordResetLink()
boolean isSiteLogo()
boolean isStrangers()
boolean isStrangersVerify()
boolean isStrangersWithMx()
void setKeyObj(Key keyObj)
void setVirtualHostname(String virtualHostname)