com.liferay.portal.model
Interface Company
- All Superinterfaces:
- BaseModel<Company>, java.lang.Cloneable, CompanyModel, java.lang.Comparable<Company>, java.io.Serializable
- All Known Implementing Classes:
- CompanyWrapper
public interface Company
- extends CompanyModel
View Source
ServiceBuilder generated this class. Modifications in this class will be
overwritten the next time is generated.
This interface is a model that represents the Company table in the
database.
Customize CompanyImpl
and rerun the
ServiceBuilder to generate the new methods.
- Author:
- Brian Wing Shun Chan
- See Also:
CompanyModel
,
CompanyImpl
,
CompanyModelImpl
- Generated:
Methods inherited from interface com.liferay.portal.model.CompanyModel |
clone, getAccountId, getCompanyId, getExpandoBridge, getHomeURL, getKey, getLogoId, getMaxUsers, getMx, getPrimaryKey, getPrimaryKeyObj, getSystem, getVirtualHost, getWebId, hashCode, isCachedModel, isEscapedModel, isNew, isSystem, setAccountId, setCachedModel, setCompanyId, setEscapedModel, setExpandoBridgeAttributes, setHomeURL, setLogoId, setMaxUsers, setMx, setNew, setPrimaryKey, setSystem, setVirtualHost, setWebId, toEscapedModel, toString, toXmlString |
compareTo
int compareTo(Company company)
- Specified by:
compareTo
in interface CompanyModel
- Specified by:
compareTo
in interface java.lang.Comparable<Company>
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
getKeyObj
java.security.Key getKeyObj()
getLocale
java.util.Locale getLocale()
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
getName
java.lang.String getName()
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
hasCompanyMx
boolean hasCompanyMx(java.lang.String emailAddress)
throws SystemException
- Throws:
SystemException
isAutoLogin
boolean isAutoLogin()
throws SystemException
- Throws:
SystemException
isCommunityLogo
boolean isCommunityLogo()
throws SystemException
- Throws:
SystemException
isSendPassword
boolean isSendPassword()
throws SystemException
- Throws:
SystemException
isSendPasswordResetLink
boolean isSendPasswordResetLink()
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
setKey
void setKey(java.lang.String key)
- Specified by:
setKey
in interface CompanyModel
setKeyObj
void setKeyObj(java.security.Key keyObj)