com.liferay.portal.model
Interface Company
- All Superinterfaces:
- BaseModel<Company>, ClassedModel, java.lang.Cloneable, CompanyModel, java.lang.Comparable<Company>, PersistedModel, java.io.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.
- Author:
- Brian Wing Shun Chan
- See Also:
CompanyModel,
CompanyImpl,
CompanyModelImpl- Generated:
| Methods inherited from interface com.liferay.portal.model.CompanyModel |
clone, compareTo, getAccountId, getActive, getCompanyId, getExpandoBridge, getHomeURL, getKey, getLogoId, getMaxUsers, getMx, getPrimaryKey, getPrimaryKeyObj, getSystem, getWebId, hashCode, isActive, isCachedModel, isEscapedModel, isNew, isSystem, setAccountId, setActive, setCachedModel, setCompanyId, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setHomeURL, setKey, setLogoId, setMaxUsers, setMx, setNew, setPrimaryKey, setPrimaryKeyObj, setSystem, setWebId, toCacheModel, toEscapedModel, toString, toUnescapedModel, toXmlString |
getAccount
Account getAccount()
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
getAdminName
java.lang.String getAdminName()
getAuthType
java.lang.String getAuthType()
throws SystemException
- Throws:
SystemException
getDefaultUser
User getDefaultUser()
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
getDefaultWebId
java.lang.String getDefaultWebId()
getEmailAddress
java.lang.String getEmailAddress()
getGroup
Group getGroup()
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
getGroupId
long getGroupId()
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
getKeyObj
java.security.Key getKeyObj()
getLocale
java.util.Locale getLocale()
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
getName
@AutoEscape
java.lang.String getName()
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
getPortalURL
java.lang.String getPortalURL(long groupId)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
getShardName
java.lang.String getShardName()
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
getShortName
java.lang.String getShortName()
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
getTimeZone
java.util.TimeZone getTimeZone()
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
getVirtualHostname
java.lang.String getVirtualHostname()
hasCompanyMx
boolean hasCompanyMx(java.lang.String emailAddress)
throws SystemException
- Throws:
SystemException
isAutoLogin
boolean isAutoLogin()
throws SystemException
- Throws:
SystemException
isSendPassword
boolean isSendPassword()
throws SystemException
- Throws:
SystemException
isSendPasswordResetLink
boolean isSendPasswordResetLink()
throws SystemException
- Throws:
SystemException
isSiteLogo
boolean isSiteLogo()
throws SystemException
- Throws:
SystemException
isStrangers
boolean isStrangers()
throws SystemException
- Throws:
SystemException
isStrangersVerify
boolean isStrangersVerify()
throws SystemException
- Throws:
SystemException
isStrangersWithMx
boolean isStrangersWithMx()
throws SystemException
- Throws:
SystemException
setKeyObj
void setKeyObj(java.security.Key keyObj)
setVirtualHostname
void setVirtualHostname(java.lang.String virtualHostname)