Interface RestockConfigDao
-
- All Known Implementing Classes:
DefaultRestockConfigDao
public interface RestockConfigDaoThe restock config Dao
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RestockConfigModelgetRestockConfig()Retrieves aRestockConfigModel
-
-
-
Method Detail
-
getRestockConfig
RestockConfigModel getRestockConfig() throws RestockException
Retrieves aRestockConfigModel- Returns:
- the unique
RestockConfigModel - Throws:
RestockException
-
-