Interface AsnDao
- All Known Implementing Classes:
DefaultAsnDao
public interface AsnDao
Dao for handling
AdvancedShippingNoticeModel.-
Method Summary
Modifier and TypeMethodDescriptiongetAsnForInternalId(String internalId) ReturnsAdvancedShippingNoticeModelfor givenAdvancedShippingNoticeModel.INTERNALIDReturns list ofStockLevelModel(s) for the givenAdvancedShippingNoticeModel
-
Method Details
-
getStockLevelsForAsn
Returns list ofStockLevelModel(s) for the givenAdvancedShippingNoticeModel- Parameters:
asn- theAdvancedShippingNoticeModel- Returns:
- the list of corresponding
StockLevelModel
-
getAsnForInternalId
ReturnsAdvancedShippingNoticeModelfor givenAdvancedShippingNoticeModel.INTERNALID- Parameters:
internalId- the givenAdvancedShippingNoticeModel.INTERNALID- Returns:
- the
AdvancedShippingNoticeModel
-