com.liferay.portal.model
Interface Company
- All Superinterfaces:
- BaseModel<Company>, java.lang.Cloneable, CompanyModel, java.lang.Comparable<Company>, java.io.Serializable
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 com.liferay.portal.model.impl.CompanyImpl
and rerun the ServiceBuilder to generate the new methods.
- Author:
- Brian Wing Shun Chan
- See Also:
CompanyModel
,
CompanyImpl
,
CompanyModelImpl
Methods inherited from interface com.liferay.portal.model.CompanyModel |
getAccountId, getCompanyId, getHomeURL, getKey, getLogoId, getMx, getPrimaryKey, getSystem, getVirtualHost, getWebId, isSystem, setAccountId, setCompanyId, setHomeURL, setLogoId, setMx, setPrimaryKey, setSystem, setVirtualHost, setWebId, toEscapedModel |
compareTo
int compareTo(Company company)
- Specified by:
compareTo
in interface java.lang.Comparable<Company>
getAccount
Account getAccount()
getAdminName
java.lang.String getAdminName()
getAuthType
java.lang.String getAuthType()
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
getDefaultUser
User getDefaultUser()
getDefaultWebId
java.lang.String getDefaultWebId()
getEmailAddress
java.lang.String getEmailAddress()
getKeyObj
java.security.Key getKeyObj()
getLocale
java.util.Locale getLocale()
getName
java.lang.String getName()
getShardName
java.lang.String getShardName()
getShortName
java.lang.String getShortName()
getTimeZone
java.util.TimeZone getTimeZone()
hasCompanyMx
boolean hasCompanyMx(java.lang.String emailAddress)
isAutoLogin
boolean isAutoLogin()
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
isCommunityLogo
boolean isCommunityLogo()
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
isSendPassword
boolean isSendPassword()
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
isStrangers
boolean isStrangers()
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
isStrangersVerify
boolean isStrangersVerify()
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
isStrangersWithMx
boolean isStrangersWithMx()
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
setKey
void setKey(java.lang.String key)
- Specified by:
setKey
in interface CompanyModel
setKeyObj
void setKeyObj(java.security.Key keyObj)