001
014
015 package com.liferay.portal.model;
016
017
026 public interface Company extends CompanyModel, PersistedModel {
027
032 public int compareTo(com.liferay.portal.model.Company company);
033
034 public com.liferay.portal.model.Account getAccount()
035 throws com.liferay.portal.kernel.exception.PortalException,
036 com.liferay.portal.kernel.exception.SystemException;
037
038 public java.lang.String getAdminName();
039
040 public java.lang.String getAuthType()
041 throws com.liferay.portal.kernel.exception.SystemException;
042
043 public com.liferay.portal.model.User getDefaultUser()
044 throws com.liferay.portal.kernel.exception.PortalException,
045 com.liferay.portal.kernel.exception.SystemException;
046
047 public java.lang.String getDefaultWebId();
048
049 public java.lang.String getEmailAddress();
050
051 public com.liferay.portal.model.Group getGroup()
052 throws com.liferay.portal.kernel.exception.PortalException,
053 com.liferay.portal.kernel.exception.SystemException;
054
055 public java.security.Key getKeyObj();
056
057 public java.util.Locale getLocale()
058 throws com.liferay.portal.kernel.exception.PortalException,
059 com.liferay.portal.kernel.exception.SystemException;
060
061 public java.lang.String getName()
062 throws com.liferay.portal.kernel.exception.PortalException,
063 com.liferay.portal.kernel.exception.SystemException;
064
065 public java.lang.String getShardName()
066 throws com.liferay.portal.kernel.exception.PortalException,
067 com.liferay.portal.kernel.exception.SystemException;
068
069 public java.lang.String getShortName()
070 throws com.liferay.portal.kernel.exception.PortalException,
071 com.liferay.portal.kernel.exception.SystemException;
072
073 public java.util.TimeZone getTimeZone()
074 throws com.liferay.portal.kernel.exception.PortalException,
075 com.liferay.portal.kernel.exception.SystemException;
076
077
080 public java.lang.String getVirtualHost();
081
082 public java.lang.String getVirtualHostname();
083
084 public boolean hasCompanyMx(java.lang.String emailAddress)
085 throws com.liferay.portal.kernel.exception.SystemException;
086
087 public boolean isAutoLogin()
088 throws com.liferay.portal.kernel.exception.SystemException;
089
090 public boolean isCommunityLogo()
091 throws com.liferay.portal.kernel.exception.SystemException;
092
093 public boolean isSendPassword()
094 throws com.liferay.portal.kernel.exception.SystemException;
095
096 public boolean isSendPasswordResetLink()
097 throws com.liferay.portal.kernel.exception.SystemException;
098
099 public boolean isStrangers()
100 throws com.liferay.portal.kernel.exception.SystemException;
101
102 public boolean isStrangersVerify()
103 throws com.liferay.portal.kernel.exception.SystemException;
104
105 public boolean isStrangersWithMx()
106 throws com.liferay.portal.kernel.exception.SystemException;
107
108 public void setKey(java.lang.String key);
109
110 public void setKeyObj(java.security.Key keyObj);
111 }