Public Member Functions | |
Object | loadById (String id) |
Object | loadByLogin (String login) |
Object | loadLogged (Application app) |
void | setContact (Object contact) |
Object | getContact () |
String | getId () |
String | getGlobalId () |
String | getLogin () |
String | getName () |
String | getConnector (String id) |
List< IContact > | getRelations (String id) |
void | setConnector (String id, String value) |
void | setApplication (Application app) |
void | setName (String value) |
void | setPassword (String newValue, String repeatValue) |
void | applyChanges () |
boolean | isValid () |
boolean | checkPassword (String password) |
String | getCommentValue (String key) |
Object | getObject (String key) |
void | setObject (String key, Serializable value) |
boolean | isWebUser () |
List< IContact > | loadByPartialName (String name) |
IContact | loadByName (String name) |
void | setAttribute (String key, Object value) |
Object | getAttribute (String key) |
Public Member Functions inherited from org.turro.plugin.contacts.IContact | |
String | getGrouping () |
String | getDeepGrouping () |
String | getFriendly () |
String | getFormal () |
String | getFullName () |
String | getTradeName () |
String | getEmail () |
Locale | getLocale () |
List< String > | getConnectorList (String id) |
IRelations | getCompanyRelations () |
IRelations | getStaffRelations () |
List< IContact > | getRelations () |
IContact | getBusiness () |
List< IContact > | getBusinessList () |
List< IContact > | getCoworkers () |
List< IContact > | getCoworkers (IContact business) |
boolean | isInBusiness (IContact worker) |
boolean | isWebapp () |
boolean | isUserMenu () |
boolean | isDeactivated () |
List< String > | getSyndications () |
FlatPermissions | getPermissions () |
void | resetPermissions () |
IUser | getAsUser () |
boolean | acceptsLang (String lang) |
List< IContact > | loadByPartialName (String name, KeyValueMap kvm) |
IContact | loadByEmail (String email) |
List< IContact > | getBySyndication (String syndication) |
List< IContact > | getByRole (String role) |
List< IContact > | getByGrouping (String grouping) |
List< IContact > | getByGrouping (List< String > groupings) |
List< IContact > | getCompanies () |
List< IContact > | getCenters () |
List< IContact > | getHHRR () |
List< IContact > | getStudents () |
void | startContactFromValues (KeyValueMap values) |
void | syndicate (String syndicationName, boolean syndicate) |
String | getFace () |
Faces | getFaces () |
IProfile | getProfile () |
boolean | isAdmin () |
boolean | isUser () |
boolean | isCompany () |
boolean | isCenter () |
boolean | isInternal () |
boolean | isWorker () |
boolean | isStudent () |
boolean | isResponsible () |
boolean | isHHRR () |
boolean | isWorker (IContact business) |
boolean | isStudent (IContact business) |
boolean | isResponsible (IContact business) |
boolean | isHHRR (IContact business) |
boolean | isInNetworking () |
boolean | isInPremiumNetworking () |
String | getLangTranslator () |
IContact | getLogged () |
boolean | isOutsider () |
boolean | accepts (Object object) |
Public Member Functions inherited from org.turro.elephant.security.IUser | |
boolean | validate (String login, String password) |
boolean | validate2 (String password2) |
boolean | impersonate (String login) |
boolean | impersonateByEmail (String email) |
void | reload () |
boolean | isThisUser (String id) |
String | getProperty (String key) |
boolean | isInRole (String role) |
boolean | hasAnyRoleKey (String role) |
boolean | equals (Object obj) |
Additional Inherited Members | |
Static Public Attributes inherited from org.turro.elephant.security.IUser | |
static final String | CONNECTOR_EMAIL = "Email" |
static final String | CONNECTOR_TRADE = "TradeName" |
static final String | CONNECTOR_FISCAL = "FiscalName" |
static final String | CONNECTOR_EMAIL_LOGIN = "EmailLogin" |
static final String | ADDRESS_FISCAL = "Fiscal" |
static final String | LOGGED_USER = "xp_user" |
static final String | INTERNAL_SIGNIN = "InternalSignIn" |
Definition at line 37 of file UserAsContact.java.
void org.turro.plugin.contacts.UserAsContact.applyChanges | ( | ) |
Implements org.turro.plugin.contacts.IContact.
Definition at line 146 of file UserAsContact.java.
boolean org.turro.plugin.contacts.UserAsContact.checkPassword | ( | String | password | ) |
Implements org.turro.plugin.contacts.IContact.
Definition at line 156 of file UserAsContact.java.
Object org.turro.plugin.contacts.UserAsContact.getAttribute | ( | String | key | ) |
Implements org.turro.plugin.contacts.IContact.
Definition at line 195 of file UserAsContact.java.
String org.turro.plugin.contacts.UserAsContact.getCommentValue | ( | String | key | ) |
Implements org.turro.plugin.contacts.IContact.
Definition at line 161 of file UserAsContact.java.
String org.turro.plugin.contacts.UserAsContact.getConnector | ( | String | id | ) |
Implements org.turro.plugin.contacts.IContact.
Definition at line 95 of file UserAsContact.java.
Object org.turro.plugin.contacts.UserAsContact.getContact | ( | ) |
Implements org.turro.plugin.contacts.IContact.
Definition at line 70 of file UserAsContact.java.
String org.turro.plugin.contacts.UserAsContact.getGlobalId | ( | ) |
Implements org.turro.plugin.contacts.IContact.
Definition at line 80 of file UserAsContact.java.
String org.turro.plugin.contacts.UserAsContact.getId | ( | ) |
Implements org.turro.plugin.contacts.IContact.
Definition at line 75 of file UserAsContact.java.
String org.turro.plugin.contacts.UserAsContact.getLogin | ( | ) |
Implements org.turro.plugin.contacts.IContact.
Definition at line 85 of file UserAsContact.java.
String org.turro.plugin.contacts.UserAsContact.getName | ( | ) |
Implements org.turro.plugin.contacts.IContact.
Definition at line 90 of file UserAsContact.java.
Object org.turro.plugin.contacts.UserAsContact.getObject | ( | String | key | ) |
Implements org.turro.plugin.contacts.IContact.
Definition at line 166 of file UserAsContact.java.
List<IContact> org.turro.plugin.contacts.UserAsContact.getRelations | ( | String | id | ) |
Implements org.turro.plugin.contacts.IContact.
Definition at line 100 of file UserAsContact.java.
boolean org.turro.plugin.contacts.UserAsContact.isValid | ( | ) |
Implements org.turro.plugin.contacts.IContact.
Definition at line 151 of file UserAsContact.java.
boolean org.turro.plugin.contacts.UserAsContact.isWebUser | ( | ) |
Implements org.turro.plugin.contacts.IContact.
Definition at line 175 of file UserAsContact.java.
Object org.turro.plugin.contacts.UserAsContact.loadById | ( | String | id | ) |
Implements org.turro.plugin.contacts.IContact.
Definition at line 43 of file UserAsContact.java.
Object org.turro.plugin.contacts.UserAsContact.loadByLogin | ( | String | login | ) |
Implements org.turro.plugin.contacts.IContact.
Definition at line 50 of file UserAsContact.java.
IContact org.turro.plugin.contacts.UserAsContact.loadByName | ( | String | name | ) |
Implements org.turro.plugin.contacts.IContact.
Definition at line 185 of file UserAsContact.java.
List<IContact> org.turro.plugin.contacts.UserAsContact.loadByPartialName | ( | String | name | ) |
Implements org.turro.plugin.contacts.IContact.
Definition at line 180 of file UserAsContact.java.
Object org.turro.plugin.contacts.UserAsContact.loadLogged | ( | Application | app | ) |
Implements org.turro.plugin.contacts.IContact.
Definition at line 57 of file UserAsContact.java.
void org.turro.plugin.contacts.UserAsContact.setApplication | ( | Application | app | ) |
Implements org.turro.plugin.contacts.IContact.
Definition at line 117 of file UserAsContact.java.
void org.turro.plugin.contacts.UserAsContact.setAttribute | ( | String | key, |
Object | value | ||
) |
Implements org.turro.plugin.contacts.IContact.
Definition at line 190 of file UserAsContact.java.
void org.turro.plugin.contacts.UserAsContact.setConnector | ( | String | id, |
String | value | ||
) |
Implements org.turro.plugin.contacts.IContact.
Definition at line 105 of file UserAsContact.java.
void org.turro.plugin.contacts.UserAsContact.setContact | ( | Object | contact | ) |
Implements org.turro.plugin.contacts.IContact.
Definition at line 63 of file UserAsContact.java.
void org.turro.plugin.contacts.UserAsContact.setName | ( | String | value | ) |
Implements org.turro.plugin.contacts.IContact.
Definition at line 122 of file UserAsContact.java.
void org.turro.plugin.contacts.UserAsContact.setObject | ( | String | key, |
Serializable | value | ||
) |
Implements org.turro.plugin.contacts.IContact.
Definition at line 171 of file UserAsContact.java.
void org.turro.plugin.contacts.UserAsContact.setPassword | ( | String | newValue, |
String | repeatValue | ||
) |
Implements org.turro.plugin.contacts.IContact.
Definition at line 134 of file UserAsContact.java.