1 package org.opencrx.kernel.account1.cci; 14 15 public interface Account 16 extends 17 org.opencrx.kernel.account1.cci.AbstractAccount, 18 org.opencrx.kernel.generic.cci.CrxObject, 19 org.opencrx.kernel.generic.cci.GenericAccount { 20 30 public org.opencrx.kernel.account1.cci.AccountAddress getAddress( 31 String id 32 ); 33 34 43 public java.util.Collection getAddress( 44 ); 45 46 53 public java.util.List getAddress( 54 org.opencrx.kernel.account1.cci.AccountAddressFilter filter 55 ); 56 57 65 public void addAddress ( 66 String id, 67 org.opencrx.kernel.account1.cci.AccountAddress newValue 68 ); 69 70 77 public void addAddress ( 78 org.opencrx.kernel.account1.cci.AccountAddress newValue 79 ); 80 81 87 public void removeAddress ( 88 String id 89 ); 90 100 public org.opencrx.kernel.activity1.cci.Activity getAssignedActivity( 101 String id 102 ); 103 104 113 public java.util.Collection getAssignedActivity( 114 ); 115 116 123 public java.util.List getAssignedActivity( 124 org.opencrx.kernel.activity1.cci.ActivityFilter filter 125 ); 126 127 137 public org.opencrx.kernel.contract1.cci.AbstractContract getAssignedContract( 138 String id 139 ); 140 141 150 public java.util.Collection getAssignedContract( 151 ); 152 153 160 public java.util.List getAssignedContract( 161 org.opencrx.kernel.contract1.cci.AbstractContractFilter filter 162 ); 163 164 174 public org.opencrx.kernel.account1.cci.Contact getContact( 175 int index 176 ); 177 178 186 public java.util.Collection getContact( 187 ); 188 189 197 public void addContact ( 198 int index, 199 org.opencrx.kernel.account1.cci.Contact newValue 200 ); 201 202 209 public void addContact ( 210 org.opencrx.kernel.account1.cci.Contact newValue 211 ); 212 213 219 public void removeContact ( 220 int index 221 ); 222 226 public org.opencrx.kernel.account1.cci.CreateInvoiceResult createInvoice( 227 org.opencrx.kernel.account1.cci.CreateInvoiceParams params 228 ) throws javax.jmi.reflect.RefException ; 229 230 232 public org.opencrx.kernel.account1.cci.CreateInvoiceResult createInvoice( 233 org.opencrx.kernel.contract1.cci.Invoice basedOn 234 , String description 235 , String name 236 ) throws javax.jmi.reflect.RefException ; 237 238 242 public org.opencrx.kernel.account1.cci.CreateLeadResult createLead( 243 org.opencrx.kernel.account1.cci.CreateLeadParams params 244 ) throws javax.jmi.reflect.RefException ; 245 246 248 public org.opencrx.kernel.account1.cci.CreateLeadResult createLead( 249 org.opencrx.kernel.contract1.cci.Lead basedOn 250 , String description 251 , String name 252 , String nextStep 253 ) throws javax.jmi.reflect.RefException ; 254 255 259 public org.opencrx.kernel.account1.cci.CreateOpportunityResult createOpportunity( 260 org.opencrx.kernel.account1.cci.CreateOpportunityParams params 261 ) throws javax.jmi.reflect.RefException ; 262 263 265 public org.opencrx.kernel.account1.cci.CreateOpportunityResult createOpportunity( 266 org.opencrx.kernel.contract1.cci.Opportunity basedOn 267 , String description 268 , String name 269 ) throws javax.jmi.reflect.RefException ; 270 271 275 public org.opencrx.kernel.account1.cci.CreateQuoteResult createQuote( 276 org.opencrx.kernel.account1.cci.CreateQuoteParams params 277 ) throws javax.jmi.reflect.RefException ; 278 279 281 public org.opencrx.kernel.account1.cci.CreateQuoteResult createQuote( 282 org.opencrx.kernel.contract1.cci.Quote basedOn 283 , String description 284 , String name 285 ) throws javax.jmi.reflect.RefException ; 286 287 291 public org.opencrx.kernel.account1.cci.CreateSalesOrderResult createSalesOrder( 292 org.opencrx.kernel.account1.cci.CreateSalesOrderParams params 293 ) throws javax.jmi.reflect.RefException ; 294 295 297 public org.opencrx.kernel.account1.cci.CreateSalesOrderResult createSalesOrder( 298 org.opencrx.kernel.contract1.cci.SalesOrder basedOn 299 , String description 300 , String name 301 ) throws javax.jmi.reflect.RefException ; 302 303 313 public org.opencrx.kernel.account1.cci.Account getPartner( 314 int index 315 ); 316 317 325 public java.util.Collection getPartner( 326 ); 327 328 336 public void addPartner ( 337 int index, 338 org.opencrx.kernel.account1.cci.Account newValue 339 ); 340 341 348 public void addPartner ( 349 org.opencrx.kernel.account1.cci.Account newValue 350 ); 351 352 358 public void removePartner ( 359 int index 360 ); 361 371 public org.opencrx.kernel.product1.cci.Product getProduct( 372 String id 373 ); 374 375 384 public java.util.Collection getProduct( 385 ); 386 387 394 public java.util.List getProduct( 395 org.opencrx.kernel.product1.cci.ProductFilter filter 396 ); 397 398 402 public org.openmdx.base.cci.Void refreshItems( 403 org.openmdx.base.cci.Void params 404 ) throws javax.jmi.reflect.RefException ; 405 406 408 public org.openmdx.base.cci.Void refreshItems( 409 ) throws javax.jmi.reflect.RefException ; 410 411 } 415 | Popular Tags |