Uses of Class
org.nhindirect.config.store.EntityStatus

Packages that use EntityStatus
org.nhindirect.config.store   
org.nhindirect.config.store.dao   
org.nhindirect.config.store.dao.impl   
 

Uses of EntityStatus in org.nhindirect.config.store
 

Methods in org.nhindirect.config.store that return EntityStatus
 EntityStatus Certificate.getStatus()
          Get the value of status.
 EntityStatus Anchor.getStatus()
          Get the value of status.
 EntityStatus Setting.getStatus()
          Get the value of status.
 EntityStatus Domain.getStatus()
          Get the value of status.
 EntityStatus Address.getStatus()
          Get the value of status.
static EntityStatus EntityStatus.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static EntityStatus[] EntityStatus.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.nhindirect.config.store with parameters of type EntityStatus
 void Certificate.setStatus(EntityStatus status)
          Set the value of status.
 void Anchor.setStatus(EntityStatus status)
          Set the value of status.
 void Setting.setStatus(EntityStatus status)
          Set the value of status.
 void Domain.setStatus(EntityStatus aStatus)
          Set the value of status.
 void Address.setStatus(EntityStatus aStatus)
          Set the value of status.
 

Uses of EntityStatus in org.nhindirect.config.store.dao
 

Methods in org.nhindirect.config.store.dao with parameters of type EntityStatus
 List<Address> AddressDao.getByDomain(Domain domain, EntityStatus status)
          Get a collection of Addresses.
 List<Domain> DomainDao.getDomains(List<String> name, EntityStatus status)
          Get a collection of Domains.
 List<Address> AddressDao.listAddresses(List<String> names, EntityStatus status)
          Get a collection of Addresses.
 List<Domain> DomainDao.searchDomain(String name, EntityStatus status)
          Get a collection of Domains.
 void CertificateDao.setStatus(List<Long> certificateIDs, EntityStatus status)
          Set the status of a collection of Certificates.
 void AnchorDao.setStatus(List<Long> anchorIDs, EntityStatus status)
          Set the status for a collection of Anchors.
 void CertificateDao.setStatus(String owner, EntityStatus status)
          Set the status of a collection of Certificates.
 void AnchorDao.setStatus(String owner, EntityStatus status)
          Set the status of an Anchor.
 

Uses of EntityStatus in org.nhindirect.config.store.dao.impl
 

Methods in org.nhindirect.config.store.dao.impl with parameters of type EntityStatus
 List<Address> AddressDaoImpl.getByDomain(Domain domain, EntityStatus status)
           
 List<Domain> DomainDaoImpl.getDomains(List<String> names, EntityStatus status)
           
 List<Address> AddressDaoImpl.listAddresses(List<String> names, EntityStatus status)
           
 List<Domain> DomainDaoImpl.searchDomain(String name, EntityStatus status)
           
 void AnchorDaoImpl.setStatus(List<Long> anchorIDs, EntityStatus status)
           
 void CertificateDaoImpl.setStatus(List<Long> certificateIDs, EntityStatus status)
           
 void AnchorDaoImpl.setStatus(String owner, EntityStatus status)
           
 void CertificateDaoImpl.setStatus(String owner, EntityStatus status)
           
 



Copyright © 2011. All Rights Reserved.