Class AdvanceUtils
java.lang.Object
es.kukenan.smartfi.microservice.smartficore.util.AdvanceUtils
Advance utilities.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic es.kukenan.smartfi.microservice.backoffice.dtos.core.movement.ProductMovementmap(AdvanceMovement advanceProduct) Map the givenAdvanceMovementlist to aProductMovementlist.static List<es.kukenan.smartfi.microservice.backoffice.dtos.core.movement.ProductMovement>mapMovements(List<AdvanceMovement> advanceMovements) Map the givenAdvanceMovementlist to aProductMovementlist.
-
Constructor Details
-
AdvanceUtils
public AdvanceUtils()
-
-
Method Details
-
map
public static es.kukenan.smartfi.microservice.backoffice.dtos.core.movement.ProductMovement map(AdvanceMovement advanceProduct) Map the givenAdvanceMovementlist to aProductMovementlist.- Parameters:
advanceProduct- a product movement entity object.- Returns:
- the mapped product movement.
-
mapMovements
public static List<es.kukenan.smartfi.microservice.backoffice.dtos.core.movement.ProductMovement> mapMovements(List<AdvanceMovement> advanceMovements) Map the givenAdvanceMovementlist to aProductMovementlist.- Parameters:
advanceMovements- a product movements entity list.- Returns:
- the mapped Product Movement list.
-