1 package org.opencrx.kernel.depot1.cci; 14 15 17 public interface DebitBookingFilter 18 extends 19 org.opencrx.kernel.depot1.cci.BookingFilter { 20 21 28 public void forAllQuantityDebit ( 29 short operator, 30 java.math.BigDecimal [] filterValues 31 ); 32 33 37 public void thereExistsQuantityDebit ( 38 short operator, 39 java.math.BigDecimal [] filterValues 40 ); 41 42 46 public void forAllQuantityDebit ( 47 short operator, 48 java.util.Collection filterValues 49 ); 50 51 55 public void thereExistsQuantityDebit ( 56 short operator, 57 java.util.Collection filterValues 58 ); 59 60 65 public void orderByQuantityDebit ( 66 short order 67 ); 68 69 } 73 | Popular Tags |