Class DefaultAsnDao
java.lang.Object
de.hybris.platform.servicelayer.internal.dao.AbstractItemDao
de.hybris.platform.warehousing.asn.dao.impl.DefaultAsnDao
Default implementation of
AsnDao-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected static final Stringprotected static final Stringprotected static final StringFields inherited from class de.hybris.platform.servicelayer.internal.dao.AbstractItemDao
flexibleSearchService, modelService -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetAsnForInternalId(String internalId) ReturnsAdvancedShippingNoticeModelfor givenAdvancedShippingNoticeModel.INTERNALIDReturns list ofStockLevelModel(s) for the givenAdvancedShippingNoticeModelMethods inherited from class de.hybris.platform.servicelayer.internal.dao.AbstractItemDao
getAllSources, getFlexibleSearchService, getModelService, getSource, load, loadAll, search, search, searchUnique, setFlexibleSearchService, setModelService
-
Field Details
-
ASNENTRIES_QUERY_PARAM
- See Also:
-
STOCKLEVEL_FOR_ASNENTRY_QUERY
- See Also:
-
ASN_FOR_INTERNALID
- See Also:
-
-
Constructor Details
-
DefaultAsnDao
public DefaultAsnDao()
-
-
Method Details
-
getStockLevelsForAsn
Description copied from interface:AsnDaoReturns list ofStockLevelModel(s) for the givenAdvancedShippingNoticeModel- Specified by:
getStockLevelsForAsnin interfaceAsnDao- Parameters:
asn- theAdvancedShippingNoticeModel- Returns:
- the list of corresponding
StockLevelModel
-
getAsnForInternalId
Description copied from interface:AsnDaoReturnsAdvancedShippingNoticeModelfor givenAdvancedShippingNoticeModel.INTERNALID- Specified by:
getAsnForInternalIdin interfaceAsnDao- Parameters:
internalId- the givenAdvancedShippingNoticeModel.INTERNALID- Returns:
- the
AdvancedShippingNoticeModel
-