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:

Method Summary
 int compareTo(Company company)
           
 Account getAccount()
           
 java.lang.String getAdminName()
           
 java.lang.String getAuthType()
           
 User getDefaultUser()
           
 java.lang.String getDefaultWebId()
           
 java.lang.String getEmailAddress()
           
 Group getGroup()
           
 java.security.Key getKeyObj()
           
 java.util.Locale getLocale()
           
 java.lang.String getName()
           
 java.lang.String getShardName()
           
 java.lang.String getShortName()
           
 java.util.TimeZone getTimeZone()
           
 boolean hasCompanyMx(java.lang.String emailAddress)
           
 boolean isAutoLogin()
           
 boolean isCommunityLogo()
           
 boolean isSendPassword()
           
 boolean isStrangers()
           
 boolean isStrangersVerify()
           
 boolean isStrangersWithMx()
           
 void setKey(java.lang.String key)
           
 void setKeyObj(java.security.Key keyObj)
           
 
Methods inherited from interface com.liferay.portal.model.CompanyModel
clone, getAccountId, getCompanyId, getExpandoBridge, getHomeURL, getKey, getLogoId, getMx, getPrimaryKey, getPrimaryKeyObj, getSystem, getVirtualHost, getWebId, hashCode, isCachedModel, isEscapedModel, isNew, isSystem, setAccountId, setCachedModel, setCompanyId, setEscapedModel, setExpandoBridgeAttributes, setHomeURL, setLogoId, setMx, setNew, setPrimaryKey, setSystem, setVirtualHost, setWebId, toEscapedModel, toString, toXmlString
 

Method Detail

compareTo

int compareTo(Company company)
Specified by:
compareTo in interface CompanyModel
Specified by:
compareTo in interface java.lang.Comparable<Company>

getAccount

Account getAccount()
                   throws com.liferay.portal.kernel.exception.PortalException,
                          com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

getAdminName

java.lang.String getAdminName()

getAuthType

java.lang.String getAuthType()
                             throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

getDefaultUser

User getDefaultUser()
                    throws com.liferay.portal.kernel.exception.PortalException,
                           com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

getDefaultWebId

java.lang.String getDefaultWebId()

getEmailAddress

java.lang.String getEmailAddress()

getGroup

Group getGroup()
               throws com.liferay.portal.kernel.exception.PortalException,
                      com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

getKeyObj

java.security.Key getKeyObj()

getLocale

java.util.Locale getLocale()
                           throws com.liferay.portal.kernel.exception.PortalException,
                                  com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

getName

java.lang.String getName()
                         throws com.liferay.portal.kernel.exception.PortalException,
                                com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

getShardName

java.lang.String getShardName()
                              throws com.liferay.portal.kernel.exception.PortalException,
                                     com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

getShortName

java.lang.String getShortName()
                              throws com.liferay.portal.kernel.exception.PortalException,
                                     com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

getTimeZone

java.util.TimeZone getTimeZone()
                               throws com.liferay.portal.kernel.exception.PortalException,
                                      com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

hasCompanyMx

boolean hasCompanyMx(java.lang.String emailAddress)
                     throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

isAutoLogin

boolean isAutoLogin()
                    throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

isCommunityLogo

boolean isCommunityLogo()
                        throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

isSendPassword

boolean isSendPassword()
                       throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

isStrangers

boolean isStrangers()
                    throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

isStrangersVerify

boolean isStrangersVerify()
                          throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

isStrangersWithMx

boolean isStrangersWithMx()
                          throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

setKey

void setKey(java.lang.String key)
Specified by:
setKey in interface CompanyModel

setKeyObj

void setKeyObj(java.security.Key keyObj)