|
Liferay 6.0.5 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Company
The model interface for the Company service. Represents a row in the "Company" database table, with each column mapped to a property of this class.
Never modify this interface directly. Add methods to CompanyImpl and rerun ServiceBuilder to automatically copy the method declarations to this interface.
Never reference this interface directly. All methods that expect a company model instance should use the Company interface instead.
CompanyModel,
CompanyImpl,
CompanyModelImpl| Method Summary | |
|---|---|
int |
compareTo(Company company)
|
Account |
getAccount()
|
String |
getAdminName()
|
String |
getAuthType()
|
User |
getDefaultUser()
|
String |
getDefaultWebId()
|
String |
getEmailAddress()
|
Group |
getGroup()
|
Key |
getKeyObj()
|
Locale |
getLocale()
|
String |
getName()
|
String |
getShardName()
|
String |
getShortName()
|
TimeZone |
getTimeZone()
|
boolean |
hasCompanyMx(String emailAddress)
|
boolean |
isAutoLogin()
|
boolean |
isCommunityLogo()
|
boolean |
isSendPassword()
|
boolean |
isSendPasswordResetLink()
|
boolean |
isStrangers()
|
boolean |
isStrangersVerify()
|
boolean |
isStrangersWithMx()
|
void |
setKey(String key)
Sets the key of this company. |
void |
setKeyObj(Key keyObj)
|
| Methods inherited from interface com.liferay.portal.model.CompanyModel |
|---|
clone, getAccountId, getCompanyId, getExpandoBridge, getHomeURL, getKey, getLogoId, getMaxUsers, getMx, getPrimaryKey, getPrimaryKeyObj, getSystem, getVirtualHost, getWebId, hashCode, isCachedModel, isEscapedModel, isNew, isSystem, setAccountId, setCachedModel, setCompanyId, setEscapedModel, setExpandoBridgeAttributes, setHomeURL, setLogoId, setMaxUsers, setMx, setNew, setPrimaryKey, setSystem, setVirtualHost, setWebId, toEscapedModel, toString, toXmlString |
| Method Detail |
|---|
int compareTo(Company company)
compareTo in interface CompanyModelcompareTo in interface Comparable<Company>
Account getAccount()
throws PortalException,
SystemException
PortalException
SystemExceptionString getAdminName()
String getAuthType()
throws SystemException
SystemException
User getDefaultUser()
throws PortalException,
SystemException
PortalException
SystemExceptionString getDefaultWebId()
String getEmailAddress()
Group getGroup()
throws PortalException,
SystemException
PortalException
SystemExceptionKey getKeyObj()
Locale getLocale()
throws PortalException,
SystemException
PortalException
SystemException
String getName()
throws PortalException,
SystemException
PortalException
SystemException
String getShardName()
throws PortalException,
SystemException
PortalException
SystemException
String getShortName()
throws PortalException,
SystemException
PortalException
SystemException
TimeZone getTimeZone()
throws PortalException,
SystemException
PortalException
SystemException
boolean hasCompanyMx(String emailAddress)
throws SystemException
SystemException
boolean isAutoLogin()
throws SystemException
SystemException
boolean isCommunityLogo()
throws SystemException
SystemException
boolean isSendPassword()
throws SystemException
SystemException
boolean isSendPasswordResetLink()
throws SystemException
SystemException
boolean isStrangers()
throws SystemException
SystemException
boolean isStrangersVerify()
throws SystemException
SystemException
boolean isStrangersWithMx()
throws SystemException
SystemExceptionvoid setKey(String key)
CompanyModel
setKey in interface CompanyModelkey - the key of this companyvoid setKeyObj(Key keyObj)
|
Liferay 6.0.5 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||