Search in sources :

Example 1 with CountyOwnership

use of gov.ca.cwds.data.legacy.cms.entity.CountyOwnership in project api-core by ca-cwds.

the class SubstituteCareProviderCoreService method storeCountyOwnership.

private void storeCountyOwnership(String scpIdentifier) {
    CountyOwnership countyOwnership = countyOwnershipMapper.toCountyOwnership(scpIdentifier, "S", Collections.emptyList());
    countyOwnershipDao.create(countyOwnership);
}
Also used : CountyOwnership(gov.ca.cwds.data.legacy.cms.entity.CountyOwnership)

Aggregations

CountyOwnership (gov.ca.cwds.data.legacy.cms.entity.CountyOwnership)1