public interface AttributeService extends javax.inject.Provider<AttributeMapper>
Modifier and Type | Method and Description |
---|---|
void |
delete(GUID shopGuid) |
AttributeMapper |
get(GUID shopGuid) |
void |
save(GUID shopGuid,
AttributeMapper attributeMap) |
AttributeMapper get(GUID shopGuid)
void save(GUID shopGuid, AttributeMapper attributeMap)
void delete(GUID shopGuid)