final class AttributeServiceImpl extends java.lang.Object implements AttributeService
Modifier and Type | Field and Description |
---|---|
private static org.slf4j.Logger |
log |
private javax.inject.Provider<AttributeRepo> |
repo |
Constructor and Description |
---|
AttributeServiceImpl(javax.inject.Provider<AttributeRepo> repo) |
Modifier and Type | Method and Description |
---|---|
void |
delete(GUID shopGuid) |
AttributeMapper |
get() |
AttributeMapper |
get(GUID shopGuid) |
void |
save(GUID shopGuid,
AttributeMapper mapper) |
private static final org.slf4j.Logger log
private final javax.inject.Provider<AttributeRepo> repo
@Inject public AttributeServiceImpl(javax.inject.Provider<AttributeRepo> repo)
public void save(GUID shopGuid, AttributeMapper mapper)
save
in interface AttributeService
public AttributeMapper get(GUID shopGuid)
get
in interface AttributeService
public void delete(GUID shopGuid)
delete
in interface AttributeService
public AttributeMapper get()
get
in interface javax.inject.Provider<AttributeMapper>