BrightSide Workbench Full Report + Source Code
org.turro.plugin.contacts.IContact Interface Reference
Inheritance diagram for org.turro.plugin.contacts.IContact:
Collaboration diagram for org.turro.plugin.contacts.IContact:

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< IContactgetRelations (String id)
 
List< IContactgetRelations ()
 
IContact getBusiness ()
 
List< IContactgetBusinessList ()
 
List< IContactgetCoworkers ()
 
List< IContactgetCoworkers (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< IContactloadByPartialName (String name)
 
List< IContactloadByPartialName (String name, KeyValueMap kvm)
 
IContact loadByName (String name)
 
IContact loadByEmail (String email)
 
void setAttribute (String key, Object value)
 
Object getAttribute (String key)
 
List< IContactgetBySyndication (String syndication)
 
List< IContactgetByRole (String role)
 
List< IContactgetByGrouping (String grouping)
 
List< IContactgetByGrouping (List< String > groupings)
 
List< IContactgetCompanies ()
 
List< IContactgetCenters ()
 
List< IContactgetHHRR ()
 
List< IContactgetStudents ()
 
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< IContactgetRelations (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< IContactloadByPartialName (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"
 

Detailed Description

Member Function Documentation

◆ accepts()

boolean org.turro.plugin.contacts.IContact.accepts ( Object  object)

◆ acceptsLang()

boolean org.turro.plugin.contacts.IContact.acceptsLang ( String  lang)

◆ applyChanges() [1/2]

void org.turro.plugin.contacts.IContact.applyChanges ( )

◆ applyChanges() [2/2]

void org.turro.plugin.contacts.IContact.applyChanges ( )

◆ checkPassword() [1/2]

boolean org.turro.plugin.contacts.IContact.checkPassword ( String  password)

◆ checkPassword() [2/2]

boolean org.turro.plugin.contacts.IContact.checkPassword ( String  password)

◆ getAsUser()

IUser org.turro.plugin.contacts.IContact.getAsUser ( )

◆ getAttribute() [1/2]

Object org.turro.plugin.contacts.IContact.getAttribute ( String  key)

◆ getAttribute() [2/2]

Object org.turro.plugin.contacts.IContact.getAttribute ( String  key)

◆ getBusiness()

IContact org.turro.plugin.contacts.IContact.getBusiness ( )

Implemented in org.turro.alliance.contact.AllianceContact, and org.turro.contacts.util.DefaultContact.

Here is the caller graph for this function:

◆ getBusinessList()

List<IContact> org.turro.plugin.contacts.IContact.getBusinessList ( )

Implemented in org.turro.alliance.contact.AllianceContact, and org.turro.contacts.util.DefaultContact.

Here is the caller graph for this function:

◆ getByGrouping() [1/2]

List<IContact> org.turro.plugin.contacts.IContact.getByGrouping ( List< String >  groupings)

◆ getByGrouping() [2/2]

List<IContact> org.turro.plugin.contacts.IContact.getByGrouping ( String  grouping)

Implemented in org.turro.alliance.contact.AllianceContact, and org.turro.contacts.util.DefaultContact.

Here is the caller graph for this function:

◆ getByRole()

List<IContact> org.turro.plugin.contacts.IContact.getByRole ( String  role)

Implemented in org.turro.alliance.contact.AllianceContact, and org.turro.contacts.util.DefaultContact.

Here is the caller graph for this function:

◆ getBySyndication()

List<IContact> org.turro.plugin.contacts.IContact.getBySyndication ( String  syndication)

Implemented in org.turro.alliance.contact.AllianceContact, and org.turro.contacts.util.DefaultContact.

Here is the caller graph for this function:

◆ getCenters()

List<IContact> org.turro.plugin.contacts.IContact.getCenters ( )

Implemented in org.turro.alliance.contact.AllianceContact, and org.turro.contacts.util.DefaultContact.

Here is the caller graph for this function:

◆ getCommentValue() [1/2]

String org.turro.plugin.contacts.IContact.getCommentValue ( String  key)

◆ getCommentValue() [2/2]

String org.turro.plugin.contacts.IContact.getCommentValue ( String  key)

◆ getCompanies()

List<IContact> org.turro.plugin.contacts.IContact.getCompanies ( )

Implemented in org.turro.alliance.contact.AllianceContact, and org.turro.contacts.util.DefaultContact.

Here is the caller graph for this function:

◆ getCompanyRelations()

IRelations org.turro.plugin.contacts.IContact.getCompanyRelations ( )

Implemented in org.turro.alliance.contact.AllianceContact, and org.turro.contacts.util.DefaultContact.

Here is the caller graph for this function:

◆ getConnector() [1/2]

String org.turro.plugin.contacts.IContact.getConnector ( String  id)

◆ getConnector() [2/2]

String org.turro.plugin.contacts.IContact.getConnector ( String  id)

◆ getConnectorList()

List<String> org.turro.plugin.contacts.IContact.getConnectorList ( String  id)

◆ getContact() [1/2]

Object org.turro.plugin.contacts.IContact.getContact ( )

◆ getContact() [2/2]

Object org.turro.plugin.contacts.IContact.getContact ( )

◆ getCoworkers() [1/2]

List<IContact> org.turro.plugin.contacts.IContact.getCoworkers ( )

Implemented in org.turro.alliance.contact.AllianceContact, and org.turro.contacts.util.DefaultContact.

Here is the caller graph for this function:

◆ getCoworkers() [2/2]

List<IContact> org.turro.plugin.contacts.IContact.getCoworkers ( IContact  business)

◆ getDeepGrouping()

String org.turro.plugin.contacts.IContact.getDeepGrouping ( )

◆ getEmail()

String org.turro.plugin.contacts.IContact.getEmail ( )

Implemented in org.turro.alliance.contact.AllianceContact, and org.turro.contacts.util.DefaultContact.

Here is the caller graph for this function:

◆ getFace()

String org.turro.plugin.contacts.IContact.getFace ( )

Implemented in org.turro.alliance.contact.AllianceContact, and org.turro.contacts.util.DefaultContact.

Here is the caller graph for this function:

◆ getFaces()

Faces org.turro.plugin.contacts.IContact.getFaces ( )

Implemented in org.turro.alliance.contact.AllianceContact, and org.turro.contacts.util.DefaultContact.

Here is the caller graph for this function:

◆ getFormal()

String org.turro.plugin.contacts.IContact.getFormal ( )

Implemented in org.turro.alliance.contact.AllianceContact, and org.turro.contacts.util.DefaultContact.

Here is the caller graph for this function:

◆ getFriendly()

String org.turro.plugin.contacts.IContact.getFriendly ( )

Implemented in org.turro.alliance.contact.AllianceContact, and org.turro.contacts.util.DefaultContact.

Here is the caller graph for this function:

◆ getFullName()

String org.turro.plugin.contacts.IContact.getFullName ( )

Implemented in org.turro.alliance.contact.AllianceContact, and org.turro.contacts.util.DefaultContact.

Here is the caller graph for this function:

◆ getGlobalId() [1/2]

String org.turro.plugin.contacts.IContact.getGlobalId ( )

◆ getGlobalId() [2/2]

String org.turro.plugin.contacts.IContact.getGlobalId ( )

◆ getGrouping()

String org.turro.plugin.contacts.IContact.getGrouping ( )

◆ getHHRR()

List<IContact> org.turro.plugin.contacts.IContact.getHHRR ( )

◆ getId() [1/2]

◆ getId() [2/2]

◆ getLangTranslator()

String org.turro.plugin.contacts.IContact.getLangTranslator ( )

Implemented in org.turro.alliance.contact.AllianceContact, and org.turro.contacts.util.DefaultContact.

Here is the caller graph for this function:

◆ getLocale()

Locale org.turro.plugin.contacts.IContact.getLocale ( )

◆ getLogged()

IContact org.turro.plugin.contacts.IContact.getLogged ( )

◆ getLogin() [1/2]

String org.turro.plugin.contacts.IContact.getLogin ( )

◆ getLogin() [2/2]

String org.turro.plugin.contacts.IContact.getLogin ( )

◆ getName() [1/2]

String org.turro.plugin.contacts.IContact.getName ( )

◆ getName() [2/2]

String org.turro.plugin.contacts.IContact.getName ( )

◆ getObject() [1/2]

Object org.turro.plugin.contacts.IContact.getObject ( String  key)

◆ getObject() [2/2]

Object org.turro.plugin.contacts.IContact.getObject ( String  key)

◆ getPermissions()

FlatPermissions org.turro.plugin.contacts.IContact.getPermissions ( )

Implemented in org.turro.alliance.contact.AllianceContact, and org.turro.contacts.util.DefaultContact.

Here is the caller graph for this function:

◆ getProfile()

IProfile org.turro.plugin.contacts.IContact.getProfile ( )

Implemented in org.turro.alliance.contact.AllianceContact, and org.turro.contacts.util.DefaultContact.

Here is the caller graph for this function:

◆ getRelations() [1/3]

List<IContact> org.turro.plugin.contacts.IContact.getRelations ( )

◆ getRelations() [2/3]

List<IContact> org.turro.plugin.contacts.IContact.getRelations ( String  id)

◆ getRelations() [3/3]

List<IContact> org.turro.plugin.contacts.IContact.getRelations ( String  id)

◆ getStaffRelations()

IRelations org.turro.plugin.contacts.IContact.getStaffRelations ( )

◆ getStudents()

List<IContact> org.turro.plugin.contacts.IContact.getStudents ( )

Implemented in org.turro.alliance.contact.AllianceContact, and org.turro.contacts.util.DefaultContact.

Here is the caller graph for this function:

◆ getSyndications()

List<String> org.turro.plugin.contacts.IContact.getSyndications ( )

Implemented in org.turro.alliance.contact.AllianceContact, and org.turro.contacts.util.DefaultContact.

Here is the caller graph for this function:

◆ getTradeName()

String org.turro.plugin.contacts.IContact.getTradeName ( )

Implemented in org.turro.alliance.contact.AllianceContact, and org.turro.contacts.util.DefaultContact.

Here is the caller graph for this function:

◆ isAdmin()

boolean org.turro.plugin.contacts.IContact.isAdmin ( )

Implemented in org.turro.alliance.contact.AllianceContact, and org.turro.contacts.util.DefaultContact.

Here is the caller graph for this function:

◆ isCenter()

boolean org.turro.plugin.contacts.IContact.isCenter ( )

Implemented in org.turro.alliance.contact.AllianceContact, and org.turro.contacts.util.DefaultContact.

Here is the caller graph for this function:

◆ isCompany()

boolean org.turro.plugin.contacts.IContact.isCompany ( )

Implemented in org.turro.alliance.contact.AllianceContact, and org.turro.contacts.util.DefaultContact.

Here is the caller graph for this function:

◆ isDeactivated()

boolean org.turro.plugin.contacts.IContact.isDeactivated ( )

Implemented in org.turro.alliance.contact.AllianceContact, and org.turro.contacts.util.DefaultContact.

Here is the caller graph for this function:

◆ isHHRR() [1/2]

boolean org.turro.plugin.contacts.IContact.isHHRR ( )

Implemented in org.turro.alliance.contact.AllianceContact, and org.turro.contacts.util.DefaultContact.

Here is the caller graph for this function:

◆ isHHRR() [2/2]

boolean org.turro.plugin.contacts.IContact.isHHRR ( IContact  business)

◆ isInBusiness()

boolean org.turro.plugin.contacts.IContact.isInBusiness ( IContact  worker)

Implemented in org.turro.alliance.contact.AllianceContact, and org.turro.contacts.util.DefaultContact.

Here is the caller graph for this function:

◆ isInNetworking()

boolean org.turro.plugin.contacts.IContact.isInNetworking ( )

Implemented in org.turro.alliance.contact.AllianceContact, and org.turro.contacts.util.DefaultContact.

Here is the caller graph for this function:

◆ isInPremiumNetworking()

boolean org.turro.plugin.contacts.IContact.isInPremiumNetworking ( )

◆ isInternal()

boolean org.turro.plugin.contacts.IContact.isInternal ( )

◆ isOutsider()

boolean org.turro.plugin.contacts.IContact.isOutsider ( )

Implemented in org.turro.alliance.contact.AllianceContact, and org.turro.contacts.util.DefaultContact.

Here is the caller graph for this function:

◆ isResponsible() [1/2]

boolean org.turro.plugin.contacts.IContact.isResponsible ( )

◆ isResponsible() [2/2]

boolean org.turro.plugin.contacts.IContact.isResponsible ( IContact  business)

◆ isStudent() [1/2]

boolean org.turro.plugin.contacts.IContact.isStudent ( )

Implemented in org.turro.alliance.contact.AllianceContact, and org.turro.contacts.util.DefaultContact.

Here is the caller graph for this function:

◆ isStudent() [2/2]

boolean org.turro.plugin.contacts.IContact.isStudent ( IContact  business)

◆ isUser()

boolean org.turro.plugin.contacts.IContact.isUser ( )

Implemented in org.turro.alliance.contact.AllianceContact, and org.turro.contacts.util.DefaultContact.

Here is the caller graph for this function:

◆ isUserMenu()

boolean org.turro.plugin.contacts.IContact.isUserMenu ( )

Implemented in org.turro.alliance.contact.AllianceContact, and org.turro.contacts.util.DefaultContact.

Here is the caller graph for this function:

◆ isValid() [1/2]

boolean org.turro.plugin.contacts.IContact.isValid ( )

◆ isValid() [2/2]

boolean org.turro.plugin.contacts.IContact.isValid ( )

◆ isWebapp()

boolean org.turro.plugin.contacts.IContact.isWebapp ( )

Implemented in org.turro.alliance.contact.AllianceContact, and org.turro.contacts.util.DefaultContact.

Here is the caller graph for this function:

◆ isWebUser() [1/2]

boolean org.turro.plugin.contacts.IContact.isWebUser ( )

◆ isWebUser() [2/2]

boolean org.turro.plugin.contacts.IContact.isWebUser ( )

◆ isWorker() [1/2]

boolean org.turro.plugin.contacts.IContact.isWorker ( )

◆ isWorker() [2/2]

boolean org.turro.plugin.contacts.IContact.isWorker ( IContact  business)

◆ loadByEmail()

IContact org.turro.plugin.contacts.IContact.loadByEmail ( String  email)

Implemented in org.turro.alliance.contact.AllianceContact, and org.turro.contacts.util.DefaultContact.

Here is the caller graph for this function:

◆ loadById() [1/2]

Object org.turro.plugin.contacts.IContact.loadById ( String  id)

◆ loadById() [2/2]

Object org.turro.plugin.contacts.IContact.loadById ( String  id)

◆ loadByLogin() [1/2]

Object org.turro.plugin.contacts.IContact.loadByLogin ( String  login)

◆ loadByLogin() [2/2]

Object org.turro.plugin.contacts.IContact.loadByLogin ( String  login)

◆ loadByName() [1/2]

IContact org.turro.plugin.contacts.IContact.loadByName ( String  name)

◆ loadByName() [2/2]

IContact org.turro.plugin.contacts.IContact.loadByName ( String  name)

◆ loadByPartialName() [1/3]

List<IContact> org.turro.plugin.contacts.IContact.loadByPartialName ( String  name)

◆ loadByPartialName() [2/3]

List<IContact> org.turro.plugin.contacts.IContact.loadByPartialName ( String  name)

◆ loadByPartialName() [3/3]

List<IContact> org.turro.plugin.contacts.IContact.loadByPartialName ( String  name,
KeyValueMap  kvm 
)

◆ loadLogged() [1/2]

Object org.turro.plugin.contacts.IContact.loadLogged ( Application  app)

◆ loadLogged() [2/2]

Object org.turro.plugin.contacts.IContact.loadLogged ( Application  app)

◆ resetPermissions()

void org.turro.plugin.contacts.IContact.resetPermissions ( )

◆ setApplication()

void org.turro.plugin.contacts.IContact.setApplication ( Application  app)

◆ setAttribute() [1/2]

void org.turro.plugin.contacts.IContact.setAttribute ( String  key,
Object  value 
)

◆ setAttribute() [2/2]

void org.turro.plugin.contacts.IContact.setAttribute ( String  key,
Object  value 
)

◆ setConnector() [1/2]

void org.turro.plugin.contacts.IContact.setConnector ( String  id,
String  value 
)

◆ setConnector() [2/2]

void org.turro.plugin.contacts.IContact.setConnector ( String  id,
String  value 
)

◆ setContact() [1/2]

void org.turro.plugin.contacts.IContact.setContact ( Object  contact)

◆ setContact() [2/2]

void org.turro.plugin.contacts.IContact.setContact ( Object  contact)

◆ setName() [1/2]

void org.turro.plugin.contacts.IContact.setName ( String  value)

◆ setName() [2/2]

void org.turro.plugin.contacts.IContact.setName ( String  value)

◆ setObject() [1/2]

void org.turro.plugin.contacts.IContact.setObject ( String  key,
Serializable  value 
)

◆ setObject() [2/2]

void org.turro.plugin.contacts.IContact.setObject ( String  key,
Serializable  value 
)

◆ setPassword() [1/2]

void org.turro.plugin.contacts.IContact.setPassword ( String  newValue,
String  repeatValue 
)

◆ setPassword() [2/2]

void org.turro.plugin.contacts.IContact.setPassword ( String  newValue,
String  repeatValue 
)

◆ startContactFromValues()

void org.turro.plugin.contacts.IContact.startContactFromValues ( KeyValueMap  values)

◆ syndicate()

void org.turro.plugin.contacts.IContact.syndicate ( String  syndicationName,
boolean  syndicate 
)

Implemented in org.turro.alliance.contact.AllianceContact, and org.turro.contacts.util.DefaultContact.

Here is the caller graph for this function:

The documentation for this interface was generated from the following file: