Uses of Class
it.sistematica.isharedoc.ws.message.organization.PartitionItem

Packages that use PartitionItem
it.sistematica.isharedoc.ws.message.organization   
 

Uses of PartitionItem in it.sistematica.isharedoc.ws.message.organization
 

Methods in it.sistematica.isharedoc.ws.message.organization that return types with arguments of type PartitionItem
 java.util.List<PartitionItem> UserInfoResponse.getPartitions()
           
 

Methods in it.sistematica.isharedoc.ws.message.organization with parameters of type PartitionItem
 void UserInfoResponse.addPartition(PartitionItem item)
           
 

Method parameters in it.sistematica.isharedoc.ws.message.organization with type arguments of type PartitionItem
 void UserInfoResponse.setPartitions(java.util.List<PartitionItem> items)