final class WeightingServiceImpl extends java.lang.Object implements WeightingService
Modifier and Type | Field and Description |
---|---|
private javax.inject.Provider<WeightingRepository> |
repo |
Constructor and Description |
---|
WeightingServiceImpl(javax.inject.Provider<WeightingRepository> repo) |
Modifier and Type | Method and Description |
---|---|
void |
delete(GUID shopGUID) |
Weighting |
get(GUID shopGUID) |
Weighting |
save(Weighting userDefinedWeights) |
private final javax.inject.Provider<WeightingRepository> repo
@Inject public WeightingServiceImpl(javax.inject.Provider<WeightingRepository> repo)
public Weighting get(GUID shopGUID)
get
in interface WeightingService
public Weighting save(Weighting userDefinedWeights)
save
in interface WeightingService
public void delete(GUID shopGUID)
delete
in interface WeightingService