def _get_keyset_status(self): return [ ObjectStatusDesc( handle=STATUS_LINKED, name='Has relation to other records in the registry'), ObjectStatusDesc(handle=STATUS_DELETE_CANDIDATE, name='To be deleted') ]
def _get_contact_status(self): return [ ObjectStatusDesc( handle=STATUS_LINKED, name='Has relation to other records in the registry'), ObjectStatusDesc(handle=STATUS_DELETE_CANDIDATE, name='To be deleted'), ObjectStatusDesc(handle=STATUS_CONDITIONALLY_IDENTIFIED, name='Contact is conditionally identified'), ObjectStatusDesc(handle=STATUS_IDENTIFIED, name='Contact is identified'), ObjectStatusDesc(handle=STATUS_VALIDATED, name='Contact is validated'), ObjectStatusDesc( handle=STATUS_VERIFICATION_IN_PROCESS, name='Contact is being verified by CZ.NIC customer support'), ObjectStatusDesc( handle=STATUS_VERIFICATION_PASSED, name='Contact has been verified by CZ.NIC customer support'), ObjectStatusDesc( handle=STATUS_VERIFICATION_FAILED, name= 'Contact has failed the verification by CZ.NIC customer support' ), # This is sort of deprecation. ObjectStatusDesc(handle='mojeidContact', name='MojeID contact'), ]
def _get_domain_status(self): return [ ObjectStatusDesc(handle=STATUS_DELETE_CANDIDATE, name='To be deleted'), ]