Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create API EP for Out-Of-Stock Notice #11271

Merged
merged 4 commits into from
Jun 14, 2021

Conversation

cp-ps
Copy link
Contributor

@cp-ps cp-ps commented Jun 11, 2021

No description provided.

@@ -86,6 +87,8 @@ public ShipmentRestController(@NonNull final ShipmentService shipmentService, fi
}
catch (final Exception ex)
{
Loggables.addLog(ex.getMessage(), ex);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thx bro 👍

@@ -288,6 +298,58 @@ private void save(@NonNull final ShipmentSchedule shipmentSchedule)
return result.build();
}

public Stream<ShipmentSchedule> streamFromSegment(@NonNull final IShipmentScheduleSegment shipmentScheduleSegment)
{
final IQueryBuilder<I_M_ShipmentSchedule> shipmentScheduleIQueryBuilder = queryBL.createQueryBuilder(I_M_ShipmentSchedule.class)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why didn't you use buildShipmentScheduleWhereClause here? asking because now we have two methods that select shipment schedules from IShipmentScheduleSegments. i'd rather have one..

@metas-ts metas-ts merged commit bed1755 into blonde_monkey_uat Jun 14, 2021
@metas-ts metas-ts deleted the blonde_monkey_uat_OOStock branch June 14, 2021 04:43
@metas-ts metas-ts changed the title Blonde monkey uat oo stock Create API EP for Out-Of-Stock Notice Jul 9, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants