1 package org.opencrx.kernel.building1.cci; 14 15 17 public interface BuildingUnitFilter 18 extends 19 org.opencrx.kernel.building1.cci.AbstractBuildingUnitFilter, 20 org.opencrx.kernel.generic.cci.CrxObjectFilter { 21 22 29 public void forAllBuildingUnitType ( 30 short operator, 31 short[] filterValues 32 ); 33 34 38 public void thereExistsBuildingUnitType ( 39 short operator, 40 short[] filterValues 41 ); 42 43 47 public void forAllBuildingUnitType ( 48 short operator, 49 java.util.Collection filterValues 50 ); 51 52 56 public void thereExistsBuildingUnitType ( 57 short operator, 58 java.util.Collection filterValues 59 ); 60 61 66 public void orderByBuildingUnitType ( 67 short order 68 ); 69 70 77 public void forAllParent ( 78 short operator, 79 org.opencrx.kernel.building1.cci.BuildingUnit[] filterValues 80 ); 81 82 86 public void thereExistsParent ( 87 short operator, 88 org.opencrx.kernel.building1.cci.BuildingUnit[] filterValues 89 ); 90 91 95 public void forAllParent ( 96 short operator, 97 java.util.Collection filterValues 98 ); 99 100 104 public void thereExistsParent ( 105 short operator, 106 java.util.Collection filterValues 107 ); 108 109 } 113 | Popular Tags |