Uses of Class
it.sistematica.isharedoc.model.isddp.AddressBookSchemaItem

Packages that use AddressBookSchemaItem
it.sistematica.isharedoc.action.isddp   
it.sistematica.isharedoc.model.isddp   
 

Uses of AddressBookSchemaItem in it.sistematica.isharedoc.action.isddp
 

Methods in it.sistematica.isharedoc.action.isddp that return AddressBookSchemaItem
 AddressBookSchemaItem SchemaAction.getAddressBookSchemaItem()
           
 AddressBookSchemaItem ContactAction.getAddressBookSchemaItem()
           
 

Uses of AddressBookSchemaItem in it.sistematica.isharedoc.model.isddp
 

Fields in it.sistematica.isharedoc.model.isddp declared as AddressBookSchemaItem
protected  AddressBookSchemaItem ContactAttribute.schemaItem
           
 

Fields in it.sistematica.isharedoc.model.isddp with type parameters of type AddressBookSchemaItem
protected  java.util.List<AddressBookSchemaItem> AddressBookSchema.items
           
 

Methods in it.sistematica.isharedoc.model.isddp that return AddressBookSchemaItem
 AddressBookSchemaItem ContactAttribute.getSchemaItem()
           
 

Methods in it.sistematica.isharedoc.model.isddp that return types with arguments of type AddressBookSchemaItem
 java.util.List<AddressBookSchemaItem> AddressBookSchema.getItems()
           
 

Methods in it.sistematica.isharedoc.model.isddp with parameters of type AddressBookSchemaItem
 void ContactAttribute.setSchemaItem(AddressBookSchemaItem schemaItem)
           
 

Method parameters in it.sistematica.isharedoc.model.isddp with type arguments of type AddressBookSchemaItem
 void AddressBookSchema.setItems(java.util.List<AddressBookSchemaItem> items)