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