Public Member Functions | |
| void | setContact (Object contact) |
| Object | getContact () |
| String | getId () |
| String | getGlobalId () |
| String | getGrouping () |
| String | getDeepGrouping () |
| String | getLogin () |
| String | getName () |
| String | getFriendly () |
| String | getFormal () |
| String | getFullName () |
| String | getTradeName () |
| String | getEmail () |
| Locale | getLocale () |
| String | getConnector (String id) |
| void | setConnector (String id, String value) |
| List< String > | getConnectorList (String id) |
| IRelations | getCompanyRelations () |
| IRelations | getStaffRelations () |
| List< IContact > | getRelations (String id) |
| List< IContact > | getRelations () |
| IContact | getBusiness () |
| List< IContact > | getBusinessList () |
| List< IContact > | getCoworkers () |
| List< IContact > | getCoworkers (IContact business) |
| boolean | isInBusiness (IContact worker) |
| 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 () |
| boolean | isWebapp () |
| boolean | isUserMenu () |
| boolean | isDeactivated () |
| List< String > | getSyndications () |
| FlatPermissions | getPermissions () |
| void | resetPermissions () |
| IUser | getAsUser () |
| boolean | acceptsLang (String lang) |
| Object | loadById (String id) |
| Object | loadByLogin (String login) |
| Object | loadLogged (Application app) |
| List< IContact > | loadByPartialName (String name) |
| List< IContact > | loadByPartialName (String name, KeyValueMap kvm) |
| IContact | loadByName (String name) |
| IContact | loadByEmail (String email) |
| void | setAttribute (String key, Object value) |
| Object | getAttribute (String key) |
| 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) |
| 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) |
| void | setConnector (String id, String value) |
| List< IContact > | getRelations (String id) |
| void | setName (String value) |
| void | setPassword (String newValue, String repeatValue) |
| void | setApplication (Application app) |
| 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.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 33 of file elephant/src/main/java/org/turro/plugin/contacts/IContact.java.
| boolean org.turro.plugin.contacts.IContact.accepts | ( | Object | object | ) |
Implemented in org.turro.alliance.contact.AllianceContact, and org.turro.contacts.util.DefaultContact.
| boolean org.turro.plugin.contacts.IContact.acceptsLang | ( | String | lang | ) |
Implemented in org.turro.alliance.contact.AllianceContact, and org.turro.contacts.util.DefaultContact.
| void org.turro.plugin.contacts.IContact.applyChanges | ( | ) |
| void org.turro.plugin.contacts.IContact.applyChanges | ( | ) |
Implemented in org.turro.plugin.contacts.UserAsContact, org.turro.alliance.contact.AllianceContact, and org.turro.contacts.util.DefaultContact.
| boolean org.turro.plugin.contacts.IContact.checkPassword | ( | String | password | ) |
| boolean org.turro.plugin.contacts.IContact.checkPassword | ( | String | password | ) |
| IUser org.turro.plugin.contacts.IContact.getAsUser | ( | ) |
Implemented in org.turro.alliance.contact.AllianceContact, and org.turro.contacts.util.DefaultContact.
| Object org.turro.plugin.contacts.IContact.getAttribute | ( | String | key | ) |
| Object org.turro.plugin.contacts.IContact.getAttribute | ( | String | key | ) |
Implemented in org.turro.plugin.contacts.UserAsContact, org.turro.alliance.contact.AllianceContact, and org.turro.contacts.util.DefaultContact.
| IContact org.turro.plugin.contacts.IContact.getBusiness | ( | ) |
Implemented in org.turro.alliance.contact.AllianceContact, and org.turro.contacts.util.DefaultContact.
| List<IContact> org.turro.plugin.contacts.IContact.getBusinessList | ( | ) |
Implemented in org.turro.alliance.contact.AllianceContact, and org.turro.contacts.util.DefaultContact.
| List<IContact> org.turro.plugin.contacts.IContact.getByGrouping | ( | List< String > | groupings | ) |
Implemented in org.turro.alliance.contact.AllianceContact, and org.turro.contacts.util.DefaultContact.
| List<IContact> org.turro.plugin.contacts.IContact.getByGrouping | ( | String | grouping | ) |
Implemented in org.turro.alliance.contact.AllianceContact, and org.turro.contacts.util.DefaultContact.
| List<IContact> org.turro.plugin.contacts.IContact.getByRole | ( | String | role | ) |
Implemented in org.turro.alliance.contact.AllianceContact, and org.turro.contacts.util.DefaultContact.
| List<IContact> org.turro.plugin.contacts.IContact.getBySyndication | ( | String | syndication | ) |
Implemented in org.turro.alliance.contact.AllianceContact, and org.turro.contacts.util.DefaultContact.
| List<IContact> org.turro.plugin.contacts.IContact.getCenters | ( | ) |
Implemented in org.turro.alliance.contact.AllianceContact, and org.turro.contacts.util.DefaultContact.
| String org.turro.plugin.contacts.IContact.getCommentValue | ( | String | key | ) |
| String org.turro.plugin.contacts.IContact.getCommentValue | ( | String | key | ) |
Implemented in org.turro.plugin.contacts.UserAsContact, org.turro.alliance.contact.AllianceContact, and org.turro.contacts.util.DefaultContact.
| List<IContact> org.turro.plugin.contacts.IContact.getCompanies | ( | ) |
Implemented in org.turro.alliance.contact.AllianceContact, and org.turro.contacts.util.DefaultContact.
| IRelations org.turro.plugin.contacts.IContact.getCompanyRelations | ( | ) |
Implemented in org.turro.alliance.contact.AllianceContact, and org.turro.contacts.util.DefaultContact.
| String org.turro.plugin.contacts.IContact.getConnector | ( | String | id | ) |
| String org.turro.plugin.contacts.IContact.getConnector | ( | String | id | ) |
Implemented in org.turro.plugin.contacts.UserAsContact, org.turro.alliance.contact.AllianceContact, and org.turro.contacts.util.DefaultContact.
| List<String> org.turro.plugin.contacts.IContact.getConnectorList | ( | String | id | ) |
Implemented in org.turro.alliance.contact.AllianceContact, and org.turro.contacts.util.DefaultContact.
| Object org.turro.plugin.contacts.IContact.getContact | ( | ) |
| Object org.turro.plugin.contacts.IContact.getContact | ( | ) |
Implemented in org.turro.plugin.contacts.UserAsContact, org.turro.alliance.contact.AllianceContact, and org.turro.contacts.util.DefaultContact.
| List<IContact> org.turro.plugin.contacts.IContact.getCoworkers | ( | ) |
Implemented in org.turro.alliance.contact.AllianceContact, and org.turro.contacts.util.DefaultContact.
Implemented in org.turro.alliance.contact.AllianceContact, and org.turro.contacts.util.DefaultContact.
| String org.turro.plugin.contacts.IContact.getDeepGrouping | ( | ) |
Implemented in org.turro.alliance.contact.AllianceContact, and org.turro.contacts.util.DefaultContact.
| String org.turro.plugin.contacts.IContact.getEmail | ( | ) |
Implemented in org.turro.alliance.contact.AllianceContact, and org.turro.contacts.util.DefaultContact.
| String org.turro.plugin.contacts.IContact.getFace | ( | ) |
Implemented in org.turro.alliance.contact.AllianceContact, and org.turro.contacts.util.DefaultContact.
| Faces org.turro.plugin.contacts.IContact.getFaces | ( | ) |
Implemented in org.turro.alliance.contact.AllianceContact, and org.turro.contacts.util.DefaultContact.
| String org.turro.plugin.contacts.IContact.getFormal | ( | ) |
Implemented in org.turro.alliance.contact.AllianceContact, and org.turro.contacts.util.DefaultContact.
| String org.turro.plugin.contacts.IContact.getFriendly | ( | ) |
Implemented in org.turro.alliance.contact.AllianceContact, and org.turro.contacts.util.DefaultContact.
| String org.turro.plugin.contacts.IContact.getFullName | ( | ) |
Implemented in org.turro.alliance.contact.AllianceContact, and org.turro.contacts.util.DefaultContact.
| String org.turro.plugin.contacts.IContact.getGlobalId | ( | ) |
| String org.turro.plugin.contacts.IContact.getGlobalId | ( | ) |
Implemented in org.turro.plugin.contacts.UserAsContact, org.turro.alliance.contact.AllianceContact, and org.turro.contacts.util.DefaultContact.
| String org.turro.plugin.contacts.IContact.getGrouping | ( | ) |
Implemented in org.turro.alliance.contact.AllianceContact, and org.turro.contacts.util.DefaultContact.
| List<IContact> org.turro.plugin.contacts.IContact.getHHRR | ( | ) |
Implemented in org.turro.alliance.contact.AllianceContact, and org.turro.contacts.util.DefaultContact.
| String org.turro.plugin.contacts.IContact.getId | ( | ) |
| String org.turro.plugin.contacts.IContact.getId | ( | ) |
| String org.turro.plugin.contacts.IContact.getLangTranslator | ( | ) |
Implemented in org.turro.alliance.contact.AllianceContact, and org.turro.contacts.util.DefaultContact.
| Locale org.turro.plugin.contacts.IContact.getLocale | ( | ) |
Implemented in org.turro.alliance.contact.AllianceContact, and org.turro.contacts.util.DefaultContact.
| IContact org.turro.plugin.contacts.IContact.getLogged | ( | ) |
Implemented in org.turro.alliance.contact.AllianceContact, and org.turro.contacts.util.DefaultContact.
| String org.turro.plugin.contacts.IContact.getLogin | ( | ) |
| String org.turro.plugin.contacts.IContact.getLogin | ( | ) |
Implemented in org.turro.plugin.contacts.UserAsContact, org.turro.alliance.contact.AllianceContact, and org.turro.contacts.util.DefaultContact.
| String org.turro.plugin.contacts.IContact.getName | ( | ) |
| String org.turro.plugin.contacts.IContact.getName | ( | ) |
Implemented in org.turro.plugin.contacts.UserAsContact, org.turro.alliance.contact.AllianceContact, and org.turro.contacts.util.DefaultContact.
| Object org.turro.plugin.contacts.IContact.getObject | ( | String | key | ) |
| Object org.turro.plugin.contacts.IContact.getObject | ( | String | key | ) |
| FlatPermissions org.turro.plugin.contacts.IContact.getPermissions | ( | ) |
Implemented in org.turro.alliance.contact.AllianceContact, and org.turro.contacts.util.DefaultContact.
| IProfile org.turro.plugin.contacts.IContact.getProfile | ( | ) |
Implemented in org.turro.alliance.contact.AllianceContact, and org.turro.contacts.util.DefaultContact.
| List<IContact> org.turro.plugin.contacts.IContact.getRelations | ( | ) |
Implemented in org.turro.alliance.contact.AllianceContact, and org.turro.contacts.util.DefaultContact.
| List<IContact> org.turro.plugin.contacts.IContact.getRelations | ( | String | id | ) |
| List<IContact> org.turro.plugin.contacts.IContact.getRelations | ( | String | id | ) |
Implemented in org.turro.plugin.contacts.UserAsContact, org.turro.alliance.contact.AllianceContact, and org.turro.contacts.util.DefaultContact.
| IRelations org.turro.plugin.contacts.IContact.getStaffRelations | ( | ) |
Implemented in org.turro.alliance.contact.AllianceContact, and org.turro.contacts.util.DefaultContact.
| List<IContact> org.turro.plugin.contacts.IContact.getStudents | ( | ) |
Implemented in org.turro.alliance.contact.AllianceContact, and org.turro.contacts.util.DefaultContact.
| List<String> org.turro.plugin.contacts.IContact.getSyndications | ( | ) |
Implemented in org.turro.alliance.contact.AllianceContact, and org.turro.contacts.util.DefaultContact.
| String org.turro.plugin.contacts.IContact.getTradeName | ( | ) |
Implemented in org.turro.alliance.contact.AllianceContact, and org.turro.contacts.util.DefaultContact.
| boolean org.turro.plugin.contacts.IContact.isAdmin | ( | ) |
Implemented in org.turro.alliance.contact.AllianceContact, and org.turro.contacts.util.DefaultContact.
| boolean org.turro.plugin.contacts.IContact.isCenter | ( | ) |
Implemented in org.turro.alliance.contact.AllianceContact, and org.turro.contacts.util.DefaultContact.
| boolean org.turro.plugin.contacts.IContact.isCompany | ( | ) |
Implemented in org.turro.alliance.contact.AllianceContact, and org.turro.contacts.util.DefaultContact.
| boolean org.turro.plugin.contacts.IContact.isDeactivated | ( | ) |
Implemented in org.turro.alliance.contact.AllianceContact, and org.turro.contacts.util.DefaultContact.
| boolean org.turro.plugin.contacts.IContact.isHHRR | ( | ) |
Implemented in org.turro.alliance.contact.AllianceContact, and org.turro.contacts.util.DefaultContact.
| boolean org.turro.plugin.contacts.IContact.isHHRR | ( | IContact | business | ) |
Implemented in org.turro.alliance.contact.AllianceContact, and org.turro.contacts.util.DefaultContact.
| boolean org.turro.plugin.contacts.IContact.isInBusiness | ( | IContact | worker | ) |
Implemented in org.turro.alliance.contact.AllianceContact, and org.turro.contacts.util.DefaultContact.
| boolean org.turro.plugin.contacts.IContact.isInNetworking | ( | ) |
Implemented in org.turro.alliance.contact.AllianceContact, and org.turro.contacts.util.DefaultContact.
| boolean org.turro.plugin.contacts.IContact.isInPremiumNetworking | ( | ) |
Implemented in org.turro.alliance.contact.AllianceContact, and org.turro.contacts.util.DefaultContact.
| boolean org.turro.plugin.contacts.IContact.isInternal | ( | ) |
Implemented in org.turro.alliance.contact.AllianceContact, and org.turro.contacts.util.DefaultContact.
| boolean org.turro.plugin.contacts.IContact.isOutsider | ( | ) |
Implemented in org.turro.alliance.contact.AllianceContact, and org.turro.contacts.util.DefaultContact.
| boolean org.turro.plugin.contacts.IContact.isResponsible | ( | ) |
Implemented in org.turro.alliance.contact.AllianceContact, and org.turro.contacts.util.DefaultContact.
| boolean org.turro.plugin.contacts.IContact.isResponsible | ( | IContact | business | ) |
Implemented in org.turro.alliance.contact.AllianceContact, and org.turro.contacts.util.DefaultContact.
| boolean org.turro.plugin.contacts.IContact.isStudent | ( | ) |
Implemented in org.turro.alliance.contact.AllianceContact, and org.turro.contacts.util.DefaultContact.
| boolean org.turro.plugin.contacts.IContact.isStudent | ( | IContact | business | ) |
Implemented in org.turro.alliance.contact.AllianceContact, and org.turro.contacts.util.DefaultContact.
| boolean org.turro.plugin.contacts.IContact.isUser | ( | ) |
Implemented in org.turro.alliance.contact.AllianceContact, and org.turro.contacts.util.DefaultContact.
| boolean org.turro.plugin.contacts.IContact.isUserMenu | ( | ) |
Implemented in org.turro.alliance.contact.AllianceContact, and org.turro.contacts.util.DefaultContact.
| boolean org.turro.plugin.contacts.IContact.isValid | ( | ) |
| boolean org.turro.plugin.contacts.IContact.isValid | ( | ) |
| boolean org.turro.plugin.contacts.IContact.isWebapp | ( | ) |
Implemented in org.turro.alliance.contact.AllianceContact, and org.turro.contacts.util.DefaultContact.
| boolean org.turro.plugin.contacts.IContact.isWebUser | ( | ) |
| boolean org.turro.plugin.contacts.IContact.isWebUser | ( | ) |
Implemented in org.turro.plugin.contacts.UserAsContact, org.turro.alliance.contact.AllianceContact, and org.turro.contacts.util.DefaultContact.
| boolean org.turro.plugin.contacts.IContact.isWorker | ( | ) |
Implemented in org.turro.alliance.contact.AllianceContact, and org.turro.contacts.util.DefaultContact.
| boolean org.turro.plugin.contacts.IContact.isWorker | ( | IContact | business | ) |
Implemented in org.turro.alliance.contact.AllianceContact, and org.turro.contacts.util.DefaultContact.
| IContact org.turro.plugin.contacts.IContact.loadByEmail | ( | String | ) |
Implemented in org.turro.alliance.contact.AllianceContact, and org.turro.contacts.util.DefaultContact.
| Object org.turro.plugin.contacts.IContact.loadById | ( | String | id | ) |
| Object org.turro.plugin.contacts.IContact.loadById | ( | String | id | ) |
Implemented in org.turro.plugin.contacts.UserAsContact, org.turro.alliance.contact.AllianceContact, and org.turro.contacts.util.DefaultContact.
| Object org.turro.plugin.contacts.IContact.loadByLogin | ( | String | login | ) |
| Object org.turro.plugin.contacts.IContact.loadByLogin | ( | String | login | ) |
Implemented in org.turro.plugin.contacts.UserAsContact, org.turro.alliance.contact.AllianceContact, and org.turro.contacts.util.DefaultContact.
| IContact org.turro.plugin.contacts.IContact.loadByName | ( | String | name | ) |
| IContact org.turro.plugin.contacts.IContact.loadByName | ( | String | name | ) |
| List<IContact> org.turro.plugin.contacts.IContact.loadByPartialName | ( | String | name | ) |
| List<IContact> org.turro.plugin.contacts.IContact.loadByPartialName | ( | String | name | ) |
Implemented in org.turro.plugin.contacts.UserAsContact, org.turro.alliance.contact.AllianceContact, and org.turro.contacts.util.DefaultContact.
| List<IContact> org.turro.plugin.contacts.IContact.loadByPartialName | ( | String | name, |
| KeyValueMap | kvm | ||
| ) |
Implemented in org.turro.alliance.contact.AllianceContact, and org.turro.contacts.util.DefaultContact.
| Object org.turro.plugin.contacts.IContact.loadLogged | ( | Application | app | ) |
| Object org.turro.plugin.contacts.IContact.loadLogged | ( | Application | app | ) |
Implemented in org.turro.plugin.contacts.UserAsContact, org.turro.alliance.contact.AllianceContact, and org.turro.contacts.util.DefaultContact.
| void org.turro.plugin.contacts.IContact.resetPermissions | ( | ) |
Implemented in org.turro.alliance.contact.AllianceContact, and org.turro.contacts.util.DefaultContact.
| void org.turro.plugin.contacts.IContact.setApplication | ( | Application | app | ) |
Implemented in org.turro.plugin.contacts.UserAsContact.
| void org.turro.plugin.contacts.IContact.setAttribute | ( | String | key, |
| Object | value | ||
| ) |
| void org.turro.plugin.contacts.IContact.setAttribute | ( | String | key, |
| Object | value | ||
| ) |
Implemented in org.turro.plugin.contacts.UserAsContact, org.turro.alliance.contact.AllianceContact, and org.turro.contacts.util.DefaultContact.
| void org.turro.plugin.contacts.IContact.setConnector | ( | String | id, |
| String | value | ||
| ) |
| void org.turro.plugin.contacts.IContact.setConnector | ( | String | id, |
| String | value | ||
| ) |
Implemented in org.turro.plugin.contacts.UserAsContact, org.turro.alliance.contact.AllianceContact, and org.turro.contacts.util.DefaultContact.
| void org.turro.plugin.contacts.IContact.setContact | ( | Object | contact | ) |
| void org.turro.plugin.contacts.IContact.setContact | ( | Object | contact | ) |
Implemented in org.turro.plugin.contacts.UserAsContact, org.turro.alliance.contact.AllianceContact, and org.turro.contacts.util.DefaultContact.
| void org.turro.plugin.contacts.IContact.setName | ( | String | value | ) |
| void org.turro.plugin.contacts.IContact.setName | ( | String | value | ) |
Implemented in org.turro.plugin.contacts.UserAsContact, org.turro.alliance.contact.AllianceContact, and org.turro.contacts.util.DefaultContact.
| void org.turro.plugin.contacts.IContact.setObject | ( | String | key, |
| Serializable | value | ||
| ) |
| void org.turro.plugin.contacts.IContact.setObject | ( | String | key, |
| Serializable | value | ||
| ) |
| void org.turro.plugin.contacts.IContact.setPassword | ( | String | newValue, |
| String | repeatValue | ||
| ) |
| void org.turro.plugin.contacts.IContact.setPassword | ( | String | newValue, |
| String | repeatValue | ||
| ) |
Implemented in org.turro.plugin.contacts.UserAsContact, org.turro.alliance.contact.AllianceContact, and org.turro.contacts.util.DefaultContact.
| void org.turro.plugin.contacts.IContact.startContactFromValues | ( | KeyValueMap | values | ) |
Implemented in org.turro.alliance.contact.AllianceContact, and org.turro.contacts.util.DefaultContact.
| void org.turro.plugin.contacts.IContact.syndicate | ( | String | syndicationName, |
| boolean | syndicate | ||
| ) |
Implemented in org.turro.alliance.contact.AllianceContact, and org.turro.contacts.util.DefaultContact.