
Uses of Class
ca.uhn.fhir.jpa.entity.PartitionEntity
Packages that use PartitionEntity
-
Uses of PartitionEntity in ca.uhn.fhir.jpa.dao.data
Methods in ca.uhn.fhir.jpa.dao.data that return types with arguments of type PartitionEntity -
Uses of PartitionEntity in ca.uhn.fhir.jpa.entity
Methods in ca.uhn.fhir.jpa.entity that return PartitionEntityModifier and TypeMethodDescriptionMethod parameters in ca.uhn.fhir.jpa.entity with type arguments of type PartitionEntityModifier and TypeMethodDescriptionstatic RequestPartitionId
PartitionEntity.buildRequestPartitionId
(List<PartitionEntity> thePartitions) Build a RequestPartitionId from the ids and names in the entities. -
Uses of PartitionEntity in ca.uhn.fhir.jpa.partition
Methods in ca.uhn.fhir.jpa.partition that return PartitionEntityModifier and TypeMethodDescriptionIPartitionLookupSvc.createPartition
(PartitionEntity thePartition, ca.uhn.fhir.rest.api.server.RequestDetails theRequestDetails) PartitionLookupSvcImpl.createPartition
(PartitionEntity thePartition, ca.uhn.fhir.rest.api.server.RequestDetails theRequestDetails) IPartitionLookupSvc.getPartitionById
(Integer theId) PartitionLookupSvcImpl.getPartitionById
(Integer thePartitionId) IPartitionLookupSvc.getPartitionByName
(String theName) PartitionLookupSvcImpl.getPartitionByName
(String theName) IPartitionLookupSvc.updatePartition
(PartitionEntity thePartition) PartitionLookupSvcImpl.updatePartition
(PartitionEntity thePartition) Methods in ca.uhn.fhir.jpa.partition that return types with arguments of type PartitionEntityModifier and TypeMethodDescriptionIPartitionLookupSvc.listPartitions()
PartitionLookupSvcImpl.listPartitions()
Methods in ca.uhn.fhir.jpa.partition with parameters of type PartitionEntityModifier and TypeMethodDescriptionIPartitionLookupSvc.createPartition
(PartitionEntity thePartition, ca.uhn.fhir.rest.api.server.RequestDetails theRequestDetails) PartitionLookupSvcImpl.createPartition
(PartitionEntity thePartition, ca.uhn.fhir.rest.api.server.RequestDetails theRequestDetails) IPartitionLookupSvc.updatePartition
(PartitionEntity thePartition) PartitionLookupSvcImpl.updatePartition
(PartitionEntity thePartition)