Liferay 7.0-ce-b4

com.liferay.portal.model
Interface Company

All Superinterfaces:
BaseModel<Company>, ClassedModel, Cloneable, CompanyModel, Comparable<Company>, MVCCModel, PersistedModel, Serializable
All Known Implementing Classes:
CompanyBaseImpl, CompanyImpl, CompanyWrapper

@ProviderType
public interface Company
extends CompanyModel, PersistedModel

The extended model interface for the Company service. Represents a row in the "Company" database table, with each column mapped to a property of this class.

See Also:
CompanyModel, CompanyImpl, CompanyModelImpl
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time it is generated.

Field Summary
static Accessor<Company,Long> COMPANY_ID_ACCESSOR
           
 
Method Summary
 Account getAccount()
           
 String getAdminName()
           
 String getAuthType()
           
 User getDefaultUser()
           
 String getDefaultWebId()
           
 String getEmailAddress()
           
 Group getGroup()
           
 long getGroupId()
           
 Key getKeyObj()
           
 Locale getLocale()
           
 String getName()
           
 String getPortalURL(long groupId)
           
 String getShortName()
           
 TimeZone getTimeZone()
           
 String getVirtualHostname()
           
 boolean hasCompanyMx(String emailAddress)
           
 boolean isAutoLogin()
           
 boolean isSendPassword()
           
 boolean isSendPasswordResetLink()
           
 boolean isSiteLogo()
           
 boolean isStrangers()
           
 boolean isStrangersVerify()
           
 boolean isStrangersWithMx()
           
 void setKeyObj(Key keyObj)
           
 void setVirtualHostname(String virtualHostname)
           
 
Methods inherited from interface com.liferay.portal.model.CompanyModel
clone, compareTo, getAccountId, getActive, getCompanyId, getExpandoBridge, getHomeURL, getKey, getLogoId, getMaxUsers, getMvccVersion, getMx, getPrimaryKey, getPrimaryKeyObj, getSystem, getWebId, hashCode, isActive, isCachedModel, isEscapedModel, isNew, isSystem, setAccountId, setActive, setCachedModel, setCompanyId, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setHomeURL, setKey, setLogoId, setMaxUsers, setMvccVersion, setMx, setNew, setPrimaryKey, setPrimaryKeyObj, setSystem, setWebId, toCacheModel, toEscapedModel, toString, toUnescapedModel, toXmlString
 
Methods inherited from interface com.liferay.portal.model.BaseModel
getModelAttributes, isEntityCacheEnabled, isFinderCacheEnabled, resetOriginalValues, setModelAttributes
 
Methods inherited from interface com.liferay.portal.model.ClassedModel
getModelClass, getModelClassName
 
Methods inherited from interface com.liferay.portal.model.PersistedModel
persist
 

Field Detail

COMPANY_ID_ACCESSOR

static final Accessor<Company,Long> COMPANY_ID_ACCESSOR
Method Detail

getAccount

Account getAccount()
                   throws PortalException
Throws:
PortalException

getAdminName

String getAdminName()

getAuthType

String getAuthType()

getDefaultUser

User getDefaultUser()
                    throws PortalException
Throws:
PortalException

getDefaultWebId

String getDefaultWebId()

getEmailAddress

String getEmailAddress()

getGroup

Group getGroup()
               throws PortalException
Throws:
PortalException

getGroupId

long getGroupId()
                throws PortalException
Throws:
PortalException

getKeyObj

Key getKeyObj()

getLocale

Locale getLocale()
                 throws PortalException
Throws:
PortalException

getName

@AutoEscape
String getName()
               throws PortalException
Throws:
PortalException

getPortalURL

String getPortalURL(long groupId)
                    throws PortalException
Throws:
PortalException

getShortName

String getShortName()
                    throws PortalException
Throws:
PortalException

getTimeZone

TimeZone getTimeZone()
                     throws PortalException
Throws:
PortalException

getVirtualHostname

String getVirtualHostname()

hasCompanyMx

boolean hasCompanyMx(String emailAddress)

isAutoLogin

boolean isAutoLogin()

isSendPassword

boolean isSendPassword()

isSendPasswordResetLink

boolean isSendPasswordResetLink()

isSiteLogo

boolean isSiteLogo()

isStrangers

boolean isStrangers()

isStrangersVerify

boolean isStrangersVerify()

isStrangersWithMx

boolean isStrangersWithMx()

setKeyObj

void setKeyObj(Key keyObj)

setVirtualHostname

void setVirtualHostname(String virtualHostname)

Liferay 7.0-ce-b4