Package com.liferay.portal.kernel.model
Interface Company
- All Superinterfaces:
AuditedModel,BaseModel<Company>,ClassedModel,Cloneable,CompanyModel,Comparable<Company>,MVCCModel,PersistedModel,Serializable
- All Known Implementing Classes:
CompanyWrapper
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.
- Author:
- Brian Wing Shun Chan
- See Also:
- {$generated.description}
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionintDeprecated.getGroup()longgetKey()getPortalURL(long groupId) getPortalURL(long groupId, boolean privateLayout) booleanhasCompanyMx(String emailAddress) booleanbooleanbooleanbooleanbooleanbooleanbooleanvoidsetGroupId(long groupId) voidvoidvoidsetVirtualHostname(String virtualHostname) Methods inherited from interface com.liferay.portal.kernel.model.BaseModel
clone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getModelAttributes, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setModelAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModelMethods inherited from interface com.liferay.portal.kernel.model.ClassedModel
getModelClass, getModelClassNameMethods inherited from interface com.liferay.portal.kernel.model.CompanyModel
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, toXmlStringMethods inherited from interface com.liferay.portal.kernel.model.PersistedModel
persist
-
Field Details
-
COMPANY_ID_ACCESSOR
-
-
Method Details
-
compareTo
- Specified by:
compareToin interfaceComparable<Company>
-
getAdminName
String getAdminName() -
getAuthType
String getAuthType() -
getCompanyInfo
CompanyInfo getCompanyInfo() -
getDefaultUser
Deprecated.As of Cavanaugh (7.4.x), replaced bygetGuestUser()- Throws:
PortalException
-
getDefaultWebId
String getDefaultWebId() -
getEmailAddress
String getEmailAddress() -
getGroup
- Throws:
PortalException
-
getGroupId
long getGroupId() -
getGuestUser
- Throws:
PortalException
-
getKey
String getKey() -
getKeyObj
Key getKeyObj() -
getLocale
- Throws:
PortalException
-
getPortalURL
- Throws:
PortalException
-
getPortalURL
- Throws:
PortalException
-
getShortName
- Throws:
PortalException
-
getTimeZone
- Throws:
PortalException
-
getVirtualHostname
String getVirtualHostname() -
hasCompanyMx
-
isAutoLogin
boolean isAutoLogin() -
isSendPasswordResetLink
boolean isSendPasswordResetLink() -
isSiteLogo
boolean isSiteLogo() -
isStrangers
boolean isStrangers() -
isStrangersVerify
boolean isStrangersVerify() -
isStrangersWithMx
boolean isStrangersWithMx() -
isUpdatePasswordRequired
boolean isUpdatePasswordRequired() -
setGroupId
void setGroupId(long groupId) -
setKey
-
setKeyObj
-
setVirtualHostname
-
getGuestUser()