Uses of Class
it.sistematica.isharedoc.service.addressbook.AddressBookEntry.EntryAttribute

Packages that use AddressBookEntry.EntryAttribute
it.sistematica.isharedoc.action.isddp   
it.sistematica.isharedoc.service.addressbook   
 

Uses of AddressBookEntry.EntryAttribute in it.sistematica.isharedoc.action.isddp
 

Fields in it.sistematica.isharedoc.action.isddp with type parameters of type AddressBookEntry.EntryAttribute
protected  java.util.Map<java.lang.String,AddressBookEntry.EntryAttribute> ContactAction.abeAttributes
           
 

Methods in it.sistematica.isharedoc.action.isddp that return types with arguments of type AddressBookEntry.EntryAttribute
 java.util.Map<java.lang.String,AddressBookEntry.EntryAttribute> ContactAction.getAbeAttributes()
           
 

Method parameters in it.sistematica.isharedoc.action.isddp with type arguments of type AddressBookEntry.EntryAttribute
 void ContactAction.setAbeAttributes(java.util.Map<java.lang.String,AddressBookEntry.EntryAttribute> abeAttributes)
           
 

Uses of AddressBookEntry.EntryAttribute in it.sistematica.isharedoc.service.addressbook
 

Methods in it.sistematica.isharedoc.service.addressbook that return AddressBookEntry.EntryAttribute
 AddressBookEntry.EntryAttribute AddressBookEntry.getAttribute(java.lang.String key)
           
 AddressBookEntry.EntryAttribute AddressBookEntry.getSecondaryAttribute(java.lang.String key)
           
 

Methods in it.sistematica.isharedoc.service.addressbook that return types with arguments of type AddressBookEntry.EntryAttribute
 java.util.Map<java.lang.String,AddressBookEntry.EntryAttribute> AddressBookEntry.getAttributes()
           
 java.util.Map<java.lang.String,AddressBookEntry.EntryAttribute> AddressBookEntry.getSecondaryAttributes()
           
 

Methods in it.sistematica.isharedoc.service.addressbook with parameters of type AddressBookEntry.EntryAttribute
 void AddressBookEntry.setAttribute(java.lang.String key, AddressBookEntry.EntryAttribute value)
           
 

Method parameters in it.sistematica.isharedoc.service.addressbook with type arguments of type AddressBookEntry.EntryAttribute
 void AddressBookEntry.setAttributes(java.util.Map<java.lang.String,AddressBookEntry.EntryAttribute> attributes)