productCode and
+ * {@link Order}
+ *
+ * @param productCode
+ * the Tim's productCode
+ * @param order
+ * an existing order
+ */
+ boolean exportTimesheets(String productCode, Order order);
+
+ /**
+ * Loops through all the time sheets of all {@link Order}s which has tim's
+ * productcodes and export them to Tim SOAP server
+ * + * This method is of importance for the scheduler service + *
+ */ + void exportTimesheets(); + + /** + * Gets the most recent synchronized time sheet info + * + * @param order + * the order + * @return recent synchronized time sheet info + */ + OrderSyncInfo getOrderLastSyncInfo(Order order); + +}