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.model.impl.CompanyImpl and rerun the ServiceBuilder to generate the new methods.

Author:
Brian Wing Shun Chan
See Also:
CompanyModel, CompanyImpl, CompanyModelImpl

Method Summary
 int compareTo(java.lang.Object obj)
           
 Account getAccount()
           
 java.lang.String getAdminName()
           
 java.lang.String getAuthType()
           
 User getDefaultUser()
           
 java.lang.String getDefaultWebId()
           
 java.lang.String getEmailAddress()
           
 java.security.Key getKeyObj()
           
 java.util.Locale getLocale()
           
 java.lang.String getName()
           
 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
getAccountId, getCompanyId, getHomeURL, getKey, getLogoId, getMx, getPrimaryKey, getVirtualHost, getWebId, setAccountId, setCompanyId, setHomeURL, setLogoId, setMx, setPrimaryKey, setVirtualHost, setWebId, toEscapedModel
 
Methods inherited from interface com.liferay.portal.model.BaseModel
clone, getExpandoBridge, getPrimaryKeyObj, isEscapedModel, isNew, setEscapedModel, setNew
 

Method Detail

getDefaultWebId

java.lang.String getDefaultWebId()

setKey

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

getKeyObj

java.security.Key getKeyObj()

setKeyObj

void setKeyObj(java.security.Key keyObj)

getAccount

Account getAccount()

getName

java.lang.String getName()

getShortName

java.lang.String getShortName()

getEmailAddress

java.lang.String getEmailAddress()

getDefaultUser

User getDefaultUser()

getLocale

java.util.Locale getLocale()

getTimeZone

java.util.TimeZone getTimeZone()

getAdminName

java.lang.String getAdminName()

getAuthType

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

isAutoLogin

boolean isAutoLogin()
                    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

isStrangersWithMx

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

isStrangersVerify

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

isCommunityLogo

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

hasCompanyMx

boolean hasCompanyMx(java.lang.String emailAddress)

compareTo

int compareTo(java.lang.Object obj)
Specified by:
compareTo in interface java.lang.Comparable