MOVEMENT OF ANIMALS,FLOCKS AND HERDS BUSINESS RULES
Jump to navigation
Jump to search
| # | MODULE NAME | OBJECT | ACTION | VALIDATION NAME | VALIDATION DESCRIPTION | VALIDATION CATEGORY | METHOD NAME | CLASS NAME | DUPLICATED IN CLASS |
| 1 | MOVEMENT OF ANIMALS FLOCKS AND HERDS | ANIMAL_MOVEMENT | REGISTRATION/EDIT | Departure date can’t be before animal birth date | Checks if departure date is before animal birth date | Dates | checkIfAnimalMovementCanBeSaved | OnSaveValidations | Yes |
| 2 | MOVEMENT OF ANIMALS FLOCKS AND HERDS | ANIMAL_MOVEMENT | REGISTRATION/EDIT | Arrival date can’t be after current date | Checks if arrival date is after current date | Dates | checkIfAnimalMovementCanBeSaved | OnSaveValidations | Yes |
| 3 | MOVEMENT OF ANIMALS FLOCKS AND HERDS | ANIMAL_MOVEMENT | REGISTRATION/EDIT | Arrival date can’t be before animal birth date | Checks if arrival date is before animal birth date | Dates | checkIfAnimalMovementCanBeSaved | OnSaveValidations | Yes |
| 4 | MOVEMENT OF ANIMALS FLOCKS AND HERDS | ANIMAL_MOVEMENT | REGISTRATION/EDIT | Estimated departure date can’t be after animal birth date | Checks if animal birth date is after departure date | Dates | checkIfAnimalMovementCanBeSaved | OnSaveValidations | Yes |
| 5 | MOVEMENT OF ANIMALS FLOCKS AND HERDS | ANIMAL_MOVEMENT | REGISTRATION/EDIT | Arrival date can’t be after animal birth date | Checks if animal birth date is after arrival date | Dates | checkIfAnimalMovementCanBeSaved | OnSaveValidations | Yes |
| 6 | MOVEMENT OF ANIMALS FLOCKS AND HERDS | ANIMAL_MOVEMENT | REGISTRATION/EDIT | Departure date can’t be after arrival date | Checks if departure date is after arrival date | Dates | checkIfAnimalMovementCanBeSaved | OnSaveValidations | Yes |
| 7 | MOVEMENT OF ANIMALS FLOCKS AND HERDS | ANIMAL_MOVEMENT | REGISTRATION/EDIT | Arrival date can’t be before departure date | Checks if departure date is before arrival date | Dates | checkIfDepartureDateIsBeforeArrivalDate | ValidationChecks | Yes |
| 8 | MOVEMENT OF ANIMALS FLOCKS AND HERDS | ANIMAL_MOVEMENT | REGISTRATION/EDIT | Departure date can’t be before last arrival date | Checks if departure date is not before last arrival date | Dates | checkIfDepartureDateIsNotBeforeLastArrivalDate | ValidationChecks | No |
| 9 | MOVEMENT OF ANIMALS FLOCKS AND HERDS | ANIMAL_MOVEMENT | MOVEMENT | Check if there is risk to move animal to/from holding | Check if there is risk to move animal to/from holding | Other | checkIfMovementValidAccordingHoldingsHealthStatus | ValidationChecks | No |
| 10 | MOVEMENT OF ANIMALS FLOCKS AND HERDS | ANIMAL_MOVEMENT | MOVEMENT | Destination holding belongs to active quarantine | Checks if holding belongs to active quarantine | Other | checkIfHoldingBelongsInActiveSpecificQuarantine | Writer | Yes |
| 11 | MOVEMENT OF ANIMALS FLOCKS AND HERDS | ANIMAL_MOVEMENT | MOVEMENT | Source or destination holding belong to active blacklist quarantine | Check if source or destination holding belongs to active blacklist quarantine | Other | checkIfHoldingBelongsInActiveSpecificQuarantine | Writer | Yes |
| 12 | MOVEMENT OF ANIMALS FLOCKS AND HERDS | HOLDING | MOVEMENT | Source or destination holding belong to affected area | Checks if source or destination holding belongs to affected area | Other | checkIfHoldingBelongsToAffectedArea | Writer | No |
| 13 | MOVEMENT OF ANIMALS FLOCKS AND HERDS | HOLDING | MOVEMENT/S | Admittance date can’t be in the future | If slaughterhouse, admittance date can’t be in the future | Dates | checkIfHoldingIsSlaughterhouse | Writer | Yes |
| 14 | MOVEMENT OF ANIMALS FLOCKS AND HERDS | HOLDING | MOVEMENT/S | Date of movement can’t be after date of admittance | If slaughterhouse, admittance date can’t be before date of movement | Dates | checkIfHoldingIsSlaughterhouse | Writer | Yes |
| 15 | MOVEMENT OF ANIMALS FLOCKS AND HERDS | HOLDING | DIRECT_TRANSFER | Animal/flock with status destroyed, slaughtered, premortem, postmortem not allowed to be transferred | Checks if slaughterhouse and animal/flock has above mentioned statuses | Dates | checkIfHoldingIsSlaughterhouse | Writer | Yes (ApplicationServices) |
| 16 | MOVEMENT OF ANIMALS FLOCKS AND HERDS | ANIMAL | MOVEMENT | Animal from GE country can be moved | Checks if animal belongs to other country than GE | Other | checkIfMovementIsAllowedPerAnimalCountry | ApplicationServices | No |
| 17 | MOVEMENT OF ANIMALS FLOCKS AND HERDS | ANIMAL | MOVEMENT | Animal movement to export certificate | Checks if animal can be moved to export certificate | Other | checkIfAnimalCanBeMovedToExportCertificate | Writer | No |
| 18 | MOVEMENT OF ANIMALS FLOCKS AND HERDS | FLOCK_MOVEMENT | REGISTRATION/EDIT | Departure date can’t be after arrival date | Checks if departure date is before arrival date | Dates | checkIfDepartureDateIsBeforeArrivalDate | ValidationChecks | Yes |