1 package org.opencrx.kernel.account1.cci; 14 15 public class AbstractFilterAccountImpl 16 extends org.openmdx.base.accessor.jmi.spi.RefObject_1 17 implements AbstractFilterAccount { 18 19 public AbstractFilterAccountImpl( 20 org.openmdx.base.accessor.generic.cci.Object_1_0 object, 21 javax.jmi.reflect.RefClass refClass 22 ) { 23 super(object, refClass); 24 } 25 26 public void setAccountFilterProperty( 30 java.util.List newValue 31 ) { 32 refSetValue("org:opencrx:kernel:account1:AbstractFilterAccount:accountFilterProperty", newValue); 33 } 34 35 public void setAccountFilterProperty( 36 org.opencrx.kernel.account1.cci.AccountFilterProperty[] newValue 37 ) { 38 refSetValue("org:opencrx:kernel:account1:AbstractFilterAccount:accountFilterProperty", newValue); 39 } 40 41 public org.opencrx.kernel.account1.cci.AccountFilterProperty getAccountFilterProperty( 45 String id 46 ) { 47 return (org.opencrx.kernel.account1.cci.AccountFilterProperty)refGetValue( 48 "org:opencrx:kernel:account1:AbstractFilterAccount:accountFilterProperty", 49 id 50 ); 51 } 52 53 public java.util.Collection getAccountFilterProperty( 57 ) { 58 return (java.util.Collection )refGetValue( 59 "org:opencrx:kernel:account1:AbstractFilterAccount:accountFilterProperty" 60 ); 61 } 62 63 public java.util.List getAccountFilterProperty( 64 org.opencrx.kernel.account1.cci.AccountFilterPropertyFilter filter 65 ) { 66 return ((org.openmdx.compatibility.base.collection.Container)refGetValue( 67 "org:opencrx:kernel:account1:AbstractFilterAccount:accountFilterProperty" 68 )).toList(filter); 69 } 70 71 public void addAccountFilterProperty ( 75 String id, 76 org.opencrx.kernel.account1.cci.AccountFilterProperty newValue 77 ) { 78 refAddValue( 79 "org:opencrx:kernel:account1:AbstractFilterAccount:accountFilterProperty", 80 id, 81 newValue 82 ); 83 } 84 85 public void addAccountFilterProperty ( 89 org.opencrx.kernel.account1.cci.AccountFilterProperty newValue 90 ) { 91 refAddValue( 92 "org:opencrx:kernel:account1:AbstractFilterAccount:accountFilterProperty", 93 newValue 94 ); 95 } 96 97 public void removeAccountFilterProperty ( 101 String id 102 ) { 103 refRemoveValue( 104 "org:opencrx:kernel:account1:AbstractFilterAccount:accountFilterProperty", 105 id 106 ); 107 } 108 109 protected void setFilteredAccount( 113 java.util.List newValue 114 ) { 115 refSetValue("org:opencrx:kernel:account1:AbstractFilterAccount:filteredAccount", newValue); 116 } 117 118 protected void setFilteredAccount( 119 org.opencrx.kernel.account1.cci.Account[] newValue 120 ) { 121 refSetValue("org:opencrx:kernel:account1:AbstractFilterAccount:filteredAccount", newValue); 122 } 123 124 public org.opencrx.kernel.account1.cci.Account getFilteredAccount( 128 String id 129 ) { 130 return (org.opencrx.kernel.account1.cci.Account)refGetValue( 131 "org:opencrx:kernel:account1:AbstractFilterAccount:filteredAccount", 132 id 133 ); 134 } 135 136 public java.util.Collection getFilteredAccount( 140 ) { 141 return (java.util.Collection )refGetValue( 142 "org:opencrx:kernel:account1:AbstractFilterAccount:filteredAccount" 143 ); 144 } 145 146 public java.util.List getFilteredAccount( 147 org.opencrx.kernel.account1.cci.AccountFilter filter 148 ) { 149 return ((org.openmdx.compatibility.base.collection.Container)refGetValue( 150 "org:opencrx:kernel:account1:AbstractFilterAccount:filteredAccount" 151 )).toList(filter); 152 } 153 154 protected void addFilteredAccount ( 158 String id, 159 org.opencrx.kernel.account1.cci.Account newValue 160 ) { 161 refAddValue( 162 "org:opencrx:kernel:account1:AbstractFilterAccount:filteredAccount", 163 id, 164 newValue 165 ); 166 } 167 168 protected void addFilteredAccount ( 172 org.opencrx.kernel.account1.cci.Account newValue 173 ) { 174 refAddValue( 175 "org:opencrx:kernel:account1:AbstractFilterAccount:filteredAccount", 176 newValue 177 ); 178 } 179 180 protected void removeFilteredAccount ( 184 String id 185 ) { 186 refRemoveValue( 187 "org:opencrx:kernel:account1:AbstractFilterAccount:filteredAccount", 188 id 189 ); 190 } 191 192 } 196 | Popular Tags |