Interface AsnDao
-
- All Known Implementing Classes:
DefaultAsnDao
public interface AsnDaoDao for handlingAdvancedShippingNoticeModel.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AdvancedShippingNoticeModelgetAsnForInternalId(java.lang.String internalId)ReturnsAdvancedShippingNoticeModelfor givenAdvancedShippingNoticeModel.INTERNALIDjava.util.List<StockLevelModel>getStockLevelsForAsn(AdvancedShippingNoticeModel asn)Returns list ofStockLevelModel(s) for the givenAdvancedShippingNoticeModel
-
-
-
Method Detail
-
getStockLevelsForAsn
java.util.List<StockLevelModel> getStockLevelsForAsn(AdvancedShippingNoticeModel asn)
Returns list ofStockLevelModel(s) for the givenAdvancedShippingNoticeModel- Parameters:
asn- theAdvancedShippingNoticeModel- Returns:
- the list of corresponding
StockLevelModel
-
getAsnForInternalId
AdvancedShippingNoticeModel getAsnForInternalId(java.lang.String internalId)
ReturnsAdvancedShippingNoticeModelfor givenAdvancedShippingNoticeModel.INTERNALID- Parameters:
internalId- the givenAdvancedShippingNoticeModel.INTERNALID- Returns:
- the
AdvancedShippingNoticeModel
-
-