Uses of Class
it.sistematica.isharedoc.model.asset.License

Packages that use License
it.sistematica.isharedoc.action.isd   
it.sistematica.isharedoc.model   
it.sistematica.isharedoc.model.asset   
it.sistematica.isharedoc.service   
 

Uses of License in it.sistematica.isharedoc.action.isd
 

Methods in it.sistematica.isharedoc.action.isd that return License
 License LicenseAction.getLicense()
           
 

Methods in it.sistematica.isharedoc.action.isd that return types with arguments of type License
 java.util.Collection<License> LicenseAction.getLicenses()
           
 java.util.List<License> UserAction.getProfileLicenses(IsharedocProfile profile)
           
 

Uses of License in it.sistematica.isharedoc.model
 

Methods in it.sistematica.isharedoc.model that return License
 License Partition.getCurrentContract()
           
 

Methods in it.sistematica.isharedoc.model that return types with arguments of type License
 java.util.List<License> Partition.getContracts()
           
 

Methods in it.sistematica.isharedoc.model with parameters of type License
 void Partition.addContract(License contract)
           
 void Partition.removeContract(License contract)
           
 

Method parameters in it.sistematica.isharedoc.model with type arguments of type License
 void Partition.setContracts(java.util.List<License> contracts)
           
 

Uses of License in it.sistematica.isharedoc.model.asset
 

Fields in it.sistematica.isharedoc.model.asset declared as License
protected  License LicenseService.license
           
 

Methods in it.sistematica.isharedoc.model.asset that return License
 License LicenseService.getLicense()
           
 

Methods in it.sistematica.isharedoc.model.asset that return types with arguments of type License
 java.util.List<License> Server.getLicenses()
           
 

Methods in it.sistematica.isharedoc.model.asset with parameters of type License
 void Server.addLicense(License license)
           
 void LicenseService.setLicense(License license)
           
 

Method parameters in it.sistematica.isharedoc.model.asset with type arguments of type License
 void Server.setLicenses(java.util.List<License> licenses)
           
 

Uses of License in it.sistematica.isharedoc.service
 

Methods in it.sistematica.isharedoc.service that return types with arguments of type License
 java.util.List<License> PartitionServiceImpl.getAllLicenses(Partition partition)
           
 java.util.List<License> PartitionService.getAllLicenses(Partition partition)
          Gets the all licenses.
 

Methods in it.sistematica.isharedoc.service with parameters of type License
 void PartitionServiceImpl.deleteLicense(License contract)
           
 void PartitionService.deleteLicense(License license)
          Delete license.
 void PartitionServiceImpl.saveLicense(Server server, License license)
           
 void PartitionService.saveLicense(Server server, License license)
          Save license.
 void PartitionServiceImpl.saveLicenseService(License contract, LicenseService service)
           
 void PartitionService.saveLicenseService(License license, LicenseService service)
          Save license service.