Package ca.uhn.fhir.jpa.mdm.svc
Class GoldenResourceSearchSvcImpl
java.lang.Object
ca.uhn.fhir.jpa.mdm.svc.GoldenResourceSearchSvcImpl
- All Implemented Interfaces:
ca.uhn.fhir.jpa.api.svc.IGoldenResourceSearchSvc
public class GoldenResourceSearchSvcImpl
extends Object
implements ca.uhn.fhir.jpa.api.svc.IGoldenResourceSearchSvc
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionca.uhn.fhir.jpa.api.pid.IResourcePidListfetchGoldenResourceIdsPage(Date theStart, Date theEnd, Integer thePageSize, ca.uhn.fhir.interceptor.model.RequestPartitionId theRequestPartitionId, String theResourceType)
-
Constructor Details
-
GoldenResourceSearchSvcImpl
public GoldenResourceSearchSvcImpl()
-
-
Method Details
-
fetchGoldenResourceIdsPage
@Transactional public ca.uhn.fhir.jpa.api.pid.IResourcePidList fetchGoldenResourceIdsPage(Date theStart, Date theEnd, @Nonnull Integer thePageSize, @Nullable ca.uhn.fhir.interceptor.model.RequestPartitionId theRequestPartitionId, @Nonnull String theResourceType) - Specified by:
fetchGoldenResourceIdsPagein interfaceca.uhn.fhir.jpa.api.svc.IGoldenResourceSearchSvc
-