1 package org.opencrx.kernel.contract1.cci; 14 15 17 public interface ShippingDetailFilter 18 extends org.openmdx.base.accessor.jmi.cci.RefFilter_1_0 { 19 20 27 public void forAllCarrier ( 28 short operator, 29 org.opencrx.kernel.account1.cci.Account[] filterValues 30 ); 31 32 36 public void thereExistsCarrier ( 37 short operator, 38 org.opencrx.kernel.account1.cci.Account[] filterValues 39 ); 40 41 45 public void forAllCarrier ( 46 short operator, 47 java.util.Collection filterValues 48 ); 49 50 54 public void thereExistsCarrier ( 55 short operator, 56 java.util.Collection filterValues 57 ); 58 59 66 public void forAllGiftMessage ( 67 short operator, 68 String [] filterValues 69 ); 70 71 75 public void thereExistsGiftMessage ( 76 short operator, 77 String [] filterValues 78 ); 79 80 84 public void forAllGiftMessage ( 85 short operator, 86 java.util.Collection filterValues 87 ); 88 89 93 public void thereExistsGiftMessage ( 94 short operator, 95 java.util.Collection filterValues 96 ); 97 98 103 public void orderByGiftMessage ( 104 short order 105 ); 106 107 114 public void forAllIsGift ( 115 short operator, 116 boolean[] filterValues 117 ); 118 119 123 public void thereExistsIsGift ( 124 short operator, 125 boolean[] filterValues 126 ); 127 128 132 public void forAllIsGift ( 133 short operator, 134 java.util.Collection filterValues 135 ); 136 137 141 public void thereExistsIsGift ( 142 short operator, 143 java.util.Collection filterValues 144 ); 145 146 151 public void orderByIsGift ( 152 short order 153 ); 154 155 162 public void forAllShippingInstructions ( 163 short operator, 164 String [] filterValues 165 ); 166 167 171 public void thereExistsShippingInstructions ( 172 short operator, 173 String [] filterValues 174 ); 175 176 180 public void forAllShippingInstructions ( 181 short operator, 182 java.util.Collection filterValues 183 ); 184 185 189 public void thereExistsShippingInstructions ( 190 short operator, 191 java.util.Collection filterValues 192 ); 193 194 199 public void orderByShippingInstructions ( 200 short order 201 ); 202 203 210 public void forAllShippingMethod ( 211 short operator, 212 short[] filterValues 213 ); 214 215 219 public void thereExistsShippingMethod ( 220 short operator, 221 short[] filterValues 222 ); 223 224 228 public void forAllShippingMethod ( 229 short operator, 230 java.util.Collection filterValues 231 ); 232 233 237 public void thereExistsShippingMethod ( 238 short operator, 239 java.util.Collection filterValues 240 ); 241 242 247 public void orderByShippingMethod ( 248 short order 249 ); 250 251 258 public void forAllShippingTrackingNumber ( 259 short operator, 260 String [] filterValues 261 ); 262 263 267 public void thereExistsShippingTrackingNumber ( 268 short operator, 269 String [] filterValues 270 ); 271 272 276 public void forAllShippingTrackingNumber ( 277 short operator, 278 java.util.Collection filterValues 279 ); 280 281 285 public void thereExistsShippingTrackingNumber ( 286 short operator, 287 java.util.Collection filterValues 288 ); 289 290 295 public void orderByShippingTrackingNumber ( 296 short order 297 ); 298 299 } 303 | Popular Tags |