1 package org.opencrx.kernel.contract1.cci; 14 15 17 public interface CreatePositionParamsFilter 18 extends org.openmdx.base.accessor.jmi.cci.RefFilter_1_0 { 19 20 27 public void forAllName ( 28 short operator, 29 String [] filterValues 30 ); 31 32 36 public void thereExistsName ( 37 short operator, 38 String [] filterValues 39 ); 40 41 45 public void forAllName ( 46 short operator, 47 java.util.Collection filterValues 48 ); 49 50 54 public void thereExistsName ( 55 short operator, 56 java.util.Collection filterValues 57 ); 58 59 64 public void orderByName ( 65 short order 66 ); 67 68 75 public void forAllPriceUom ( 76 short operator, 77 org.opencrx.kernel.uom1.cci.Uom[] filterValues 78 ); 79 80 84 public void thereExistsPriceUom ( 85 short operator, 86 org.opencrx.kernel.uom1.cci.Uom[] filterValues 87 ); 88 89 93 public void forAllPriceUom ( 94 short operator, 95 java.util.Collection filterValues 96 ); 97 98 102 public void thereExistsPriceUom ( 103 short operator, 104 java.util.Collection filterValues 105 ); 106 107 112 public void orderByPriceUom ( 113 short order 114 ); 115 116 123 public void forAllPricingDate ( 124 short operator, 125 java.util.Date [] filterValues 126 ); 127 128 132 public void thereExistsPricingDate ( 133 short operator, 134 java.util.Date [] filterValues 135 ); 136 137 141 public void forAllPricingDate ( 142 short operator, 143 java.util.Collection filterValues 144 ); 145 146 150 public void thereExistsPricingDate ( 151 short operator, 152 java.util.Collection filterValues 153 ); 154 155 160 public void orderByPricingDate ( 161 short order 162 ); 163 164 171 public void forAllPricingRule ( 172 short operator, 173 org.opencrx.kernel.product1.cci.PricingRule[] filterValues 174 ); 175 176 180 public void thereExistsPricingRule ( 181 short operator, 182 org.opencrx.kernel.product1.cci.PricingRule[] filterValues 183 ); 184 185 189 public void forAllPricingRule ( 190 short operator, 191 java.util.Collection filterValues 192 ); 193 194 198 public void thereExistsPricingRule ( 199 short operator, 200 java.util.Collection filterValues 201 ); 202 203 208 public void orderByPricingRule ( 209 short order 210 ); 211 212 219 public void forAllProduct ( 220 short operator, 221 org.opencrx.kernel.product1.cci.Product[] filterValues 222 ); 223 224 228 public void thereExistsProduct ( 229 short operator, 230 org.opencrx.kernel.product1.cci.Product[] filterValues 231 ); 232 233 237 public void forAllProduct ( 238 short operator, 239 java.util.Collection filterValues 240 ); 241 242 246 public void thereExistsProduct ( 247 short operator, 248 java.util.Collection filterValues 249 ); 250 251 256 public void orderByProduct ( 257 short order 258 ); 259 260 267 public void forAllQuantity ( 268 short operator, 269 java.math.BigDecimal [] filterValues 270 ); 271 272 276 public void thereExistsQuantity ( 277 short operator, 278 java.math.BigDecimal [] filterValues 279 ); 280 281 285 public void forAllQuantity ( 286 short operator, 287 java.util.Collection filterValues 288 ); 289 290 294 public void thereExistsQuantity ( 295 short operator, 296 java.util.Collection filterValues 297 ); 298 299 304 public void orderByQuantity ( 305 short order 306 ); 307 308 315 public void forAllUom ( 316 short operator, 317 org.opencrx.kernel.uom1.cci.Uom[] filterValues 318 ); 319 320 324 public void thereExistsUom ( 325 short operator, 326 org.opencrx.kernel.uom1.cci.Uom[] filterValues 327 ); 328 329 333 public void forAllUom ( 334 short operator, 335 java.util.Collection filterValues 336 ); 337 338 342 public void thereExistsUom ( 343 short operator, 344 java.util.Collection filterValues 345 ); 346 347 352 public void orderByUom ( 353 short order 354 ); 355 356 } 360 | Popular Tags |