public interface IPrimaryStationRules
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getPrimaryStationLookupString(java.lang.String division)
Implement a method that, given a particular 'division' string (i.e., primary station plus optional division
suffix), returns the primary Station derived from that division string.
|
void |
validatePrimaryStation(java.lang.String primaryStation)
Implement a method that validates a particular 'primary station' identifier string as valid.
|
void validatePrimaryStation(java.lang.String primaryStation) throws InstitutionMappingBadStationNumberException
primaryStation
- identifier for a 'primary station', i.e., 'computing facility'InstitutionMappingBadStationNumberException
- thrown if primaryStation param is considered an invalid
identifierjava.lang.String getPrimaryStationLookupString(java.lang.String division) throws InstitutionMappingBadStationNumberException
division
- InstitutionMappingBadStationNumberException
- thrown if the division passed in is considered invalid.VistALink v1.6a