com.liferay.portal.model
Interface Company
- All Superinterfaces:
- BaseModel<Company>, ClassedModel, Cloneable, CompanyModel, Comparable<Company>, MVCCModel, PersistedModel, Serializable
- All Known Implementing Classes:
- CompanyWrapper
@ProviderType
public interface Company
- extends CompanyModel, PersistedModel
The extended model interface for the Company service. Represents a row in the "Company" database table, with each column mapped to a property of this class.
- See Also:
CompanyModel,
CompanyImpl,
CompanyModelImpl
| Methods inherited from interface com.liferay.portal.model.CompanyModel |
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 |
COMPANY_ID_ACCESSOR
static final Accessor<Company,Long> COMPANY_ID_ACCESSOR
getAccount
Account getAccount()
throws PortalException
- Throws:
PortalException
getAdminName
String getAdminName()
getAuthType
String getAuthType()
getDefaultUser
User getDefaultUser()
throws PortalException
- Throws:
PortalException
getDefaultWebId
String getDefaultWebId()
getEmailAddress
String getEmailAddress()
getGroup
Group getGroup()
throws PortalException
- Throws:
PortalException
getGroupId
long getGroupId()
throws PortalException
- Throws:
PortalException
getKeyObj
Key getKeyObj()
getLocale
Locale getLocale()
throws PortalException
- Throws:
PortalException
getName
@AutoEscape
String getName()
throws PortalException
- Throws:
PortalException
getPortalURL
String getPortalURL(long groupId)
throws PortalException
- Throws:
PortalException
getShortName
String getShortName()
throws PortalException
- Throws:
PortalException
getTimeZone
TimeZone getTimeZone()
throws PortalException
- Throws:
PortalException
getVirtualHostname
String getVirtualHostname()
hasCompanyMx
boolean hasCompanyMx(String emailAddress)
isAutoLogin
boolean isAutoLogin()
isSendPassword
boolean isSendPassword()
isSendPasswordResetLink
boolean isSendPasswordResetLink()
isSiteLogo
boolean isSiteLogo()
isStrangers
boolean isStrangers()
isStrangersVerify
boolean isStrangersVerify()
isStrangersWithMx
boolean isStrangersWithMx()
setKeyObj
void setKeyObj(Key keyObj)
setVirtualHostname
void setVirtualHostname(String virtualHostname)