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) |
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