1 package org.opencrx.kernel.account1.cci; 14 15 public interface Segment 16 extends 17 org.opencrx.kernel.base.cci.Auditee, 18 org.opencrx.kernel.base.cci.Importer, 19 org.opencrx.kernel.base.cci.SecureObject, 20 org.opencrx.kernel.base.cci.XmlExporter, 21 org.openmdx.base.cci.Segment { 22 32 public org.opencrx.kernel.account1.cci.Account getAccount( 33 String id 34 ); 35 36 45 public java.util.Collection getAccount( 46 ); 47 48 55 public java.util.List getAccount( 56 org.opencrx.kernel.account1.cci.AccountFilter filter 57 ); 58 59 67 public void addAccount ( 68 String id, 69 org.opencrx.kernel.account1.cci.Account newValue 70 ); 71 72 79 public void addAccount ( 80 org.opencrx.kernel.account1.cci.Account newValue 81 ); 82 83 89 public void removeAccount ( 90 String id 91 ); 92 102 public org.opencrx.kernel.account1.cci.Competitor getCompetitor( 103 String id 104 ); 105 106 115 public java.util.Collection getCompetitor( 116 ); 117 118 125 public java.util.List getCompetitor( 126 org.opencrx.kernel.account1.cci.CompetitorFilter filter 127 ); 128 129 137 public void addCompetitor ( 138 String id, 139 org.opencrx.kernel.account1.cci.Competitor newValue 140 ); 141 142 149 public void addCompetitor ( 150 org.opencrx.kernel.account1.cci.Competitor newValue 151 ); 152 153 159 public void removeCompetitor ( 160 String id 161 ); 162 172 public org.opencrx.kernel.account1.cci.Organization getOrganization( 173 String id 174 ); 175 176 185 public java.util.Collection getOrganization( 186 ); 187 188 195 public java.util.List getOrganization( 196 org.opencrx.kernel.account1.cci.OrganizationFilter filter 197 ); 198 199 207 public void addOrganization ( 208 String id, 209 org.opencrx.kernel.account1.cci.Organization newValue 210 ); 211 212 219 public void addOrganization ( 220 org.opencrx.kernel.account1.cci.Organization newValue 221 ); 222 223 229 public void removeOrganization ( 230 String id 231 ); 232 242 public org.opencrx.kernel.account1.cci.SearchIndexEntry getSearchIndexEntry( 243 String id 244 ); 245 246 255 public java.util.Collection getSearchIndexEntry( 256 ); 257 258 265 public java.util.List getSearchIndexEntry( 266 org.opencrx.kernel.account1.cci.SearchIndexEntryFilter filter 267 ); 268 269 277 public void addSearchIndexEntry ( 278 String id, 279 org.opencrx.kernel.account1.cci.SearchIndexEntry newValue 280 ); 281 282 289 public void addSearchIndexEntry ( 290 org.opencrx.kernel.account1.cci.SearchIndexEntry newValue 291 ); 292 293 299 public void removeSearchIndexEntry ( 300 String id 301 ); 302 } 306 | Popular Tags |