org.nhindirect.config.service
Interface ConfigurationService

All Superinterfaces:
AddressService, AnchorService, CertificateService, DomainService, SettingService
All Known Implementing Classes:
ConfigurationServiceImpl

public interface ConfigurationService
extends AddressService, DomainService, CertificateService, AnchorService, SettingService

Main configuration service interface.


Method Summary
 
Methods inherited from interface org.nhindirect.config.service.AddressService
addAddress, getAddress, getAddressCount, listAddresss, removeAddress, updateAddress
 
Methods inherited from interface org.nhindirect.config.service.DomainService
addDomain, getDomain, getDomainCount, getDomains, listDomains, removeDomain, searchDomain, updateDomain
 
Methods inherited from interface org.nhindirect.config.service.CertificateService
addCertificates, contains, getCertificate, getCertificates, getCertificatesForOwner, listCertificates, removeCertificates, removeCertificatesForOwner, setCertificateStatus, setCertificateStatusForOwner
 
Methods inherited from interface org.nhindirect.config.service.AnchorService
addAnchors, getAnchor, getAnchors, getAnchorsForOwner, getIncomingAnchors, getOutgoingAnchors, listAnchors, removeAnchors, removeAnchorsForOwner, setAnchorStatusForOwner
 
Methods inherited from interface org.nhindirect.config.service.SettingService
addSetting, deleteSetting, getAllSettings, getSettingByName, getSettingsByNames, updateSetting
 



Copyright © 2010. All Rights Reserved.