Package hdi.model
Class ProvidersUtils
java.lang.Object
hdi.model.ProvidersUtils
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionstatic OrgOrPersonfindClaimProvider(EntityRole entityRole, hdi.model.claim.ClaimTransaction claim) static List<OrgOrPerson> findClaimProviders(EntityRole entityRole, hdi.model.claim.ClaimTransaction claim) static OrgOrPersonfindLineOrClaimProvider(EntityRole entityRole, ServiceLine serviceLine, hdi.model.claim.ClaimTransaction claim) static OrgOrPersonfindProvider(EntityRole entityRole, Collection<OrgOrPerson> providers)  
- 
Constructor Details
- 
ProvidersUtils
public ProvidersUtils() 
 - 
 - 
Method Details
- 
findLineOrClaimProvider
public static OrgOrPerson findLineOrClaimProvider(EntityRole entityRole, ServiceLine serviceLine, hdi.model.claim.ClaimTransaction claim)  - 
findClaimProvider
public static OrgOrPerson findClaimProvider(EntityRole entityRole, hdi.model.claim.ClaimTransaction claim)  - 
findProvider
 - 
findClaimProviders
public static List<OrgOrPerson> findClaimProviders(EntityRole entityRole, hdi.model.claim.ClaimTransaction claim)  
 -