KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > opencrx > kernel > account1 > cci > account1Package


1 // ----------------------------------------------------------------------------
2
// Package/IntfBegin
3
// ----------------------------------------------------------------------------
4
//////////////////////////////////////////////////////////////////////////////
5
//
6
// Name: $Id: JMIAbstractMapper.java,v 1.11 2006/01/21 23:09:07 wfro Exp $
7
// Generated by: openMDX JMI Mapper
8
// Date: Mon Apr 03 11:38:54 CEST 2006
9
//
10
// GENERATED - DO NOT CHANGE MANUALLY
11
//
12
//////////////////////////////////////////////////////////////////////////////
13
package org.opencrx.kernel.account1.cci;
14
15 public interface account1Package
16   extends org.openmdx.base.accessor.jmi.cci.RefPackage_1_0 {
17
18
19 // ----------------------------------------------------------------------------
20
// Package/IntfClassAccessor
21
// ----------------------------------------------------------------------------
22
public org.opencrx.kernel.account1.cci.RoomClass getRoomClass();
23
24 // ----------------------------------------------------------------------------
25
// Package/IntfFilterCreator
26
// ----------------------------------------------------------------------------
27
public org.opencrx.kernel.account1.cci.RoomFilter createRoomFilter(
28   );
29
30   public org.opencrx.kernel.account1.cci.RoomFilter createRoomFilter(
31     org.openmdx.compatibility.base.query.FilterProperty[] filterProperties,
32     org.openmdx.compatibility.base.dataprovider.cci.AttributeSpecifier[] attributeSpecifiers
33   );
34
35 // ----------------------------------------------------------------------------
36
// Package/IntfClassAccessor
37
// ----------------------------------------------------------------------------
38
public org.opencrx.kernel.account1.cci.CreditLimitClass getCreditLimitClass();
39
40 // ----------------------------------------------------------------------------
41
// Package/IntfFilterCreator
42
// ----------------------------------------------------------------------------
43
public org.opencrx.kernel.account1.cci.CreditLimitFilter createCreditLimitFilter(
44   );
45
46   public org.opencrx.kernel.account1.cci.CreditLimitFilter createCreditLimitFilter(
47     org.openmdx.compatibility.base.query.FilterProperty[] filterProperties,
48     org.openmdx.compatibility.base.dataprovider.cci.AttributeSpecifier[] attributeSpecifiers
49   );
50
51 // ----------------------------------------------------------------------------
52
// Package/IntfClassAccessor
53
// ----------------------------------------------------------------------------
54
public org.opencrx.kernel.account1.cci.CompetitorClass getCompetitorClass();
55
56 // ----------------------------------------------------------------------------
57
// Package/IntfFilterCreator
58
// ----------------------------------------------------------------------------
59
public org.opencrx.kernel.account1.cci.CompetitorFilter createCompetitorFilter(
60   );
61
62   public org.opencrx.kernel.account1.cci.CompetitorFilter createCompetitorFilter(
63     org.openmdx.compatibility.base.query.FilterProperty[] filterProperties,
64     org.openmdx.compatibility.base.dataprovider.cci.AttributeSpecifier[] attributeSpecifiers
65   );
66
67 // ----------------------------------------------------------------------------
68
// Package/IntfStructCreator
69
// ----------------------------------------------------------------------------
70
public org.opencrx.kernel.account1.cci.CreateQuoteParams createCreateQuoteParams(
71       org.opencrx.kernel.contract1.cci.Quote basedOn
72     , String JavaDoc description
73     , String JavaDoc name
74   );
75 // ----------------------------------------------------------------------------
76
// Package/IntfFilterCreator
77
// ----------------------------------------------------------------------------
78
public org.opencrx.kernel.account1.cci.CreateQuoteParamsFilter createCreateQuoteParamsFilter(
79   );
80
81   public org.opencrx.kernel.account1.cci.CreateQuoteParamsFilter createCreateQuoteParamsFilter(
82     org.openmdx.compatibility.base.query.FilterProperty[] filterProperties,
83     org.openmdx.compatibility.base.dataprovider.cci.AttributeSpecifier[] attributeSpecifiers
84   );
85
86 // ----------------------------------------------------------------------------
87
// Package/IntfClassAccessor
88
// ----------------------------------------------------------------------------
89
public org.opencrx.kernel.account1.cci.GroupClass getGroupClass();
90
91 // ----------------------------------------------------------------------------
92
// Package/IntfFilterCreator
93
// ----------------------------------------------------------------------------
94
public org.opencrx.kernel.account1.cci.GroupFilter createGroupFilter(
95   );
96
97   public org.opencrx.kernel.account1.cci.GroupFilter createGroupFilter(
98     org.openmdx.compatibility.base.query.FilterProperty[] filterProperties,
99     org.openmdx.compatibility.base.dataprovider.cci.AttributeSpecifier[] attributeSpecifiers
100   );
101
102 // ----------------------------------------------------------------------------
103
// Package/IntfClassAccessor
104
// ----------------------------------------------------------------------------
105
public org.opencrx.kernel.account1.cci.AccountCategoryFilterPropertyClass getAccountCategoryFilterPropertyClass();
106
107 // ----------------------------------------------------------------------------
108
// Package/IntfFilterCreator
109
// ----------------------------------------------------------------------------
110
public org.opencrx.kernel.account1.cci.AccountCategoryFilterPropertyFilter createAccountCategoryFilterPropertyFilter(
111   );
112
113   public org.opencrx.kernel.account1.cci.AccountCategoryFilterPropertyFilter createAccountCategoryFilterPropertyFilter(
114     org.openmdx.compatibility.base.query.FilterProperty[] filterProperties,
115     org.openmdx.compatibility.base.dataprovider.cci.AttributeSpecifier[] attributeSpecifiers
116   );
117
118 // ----------------------------------------------------------------------------
119
// Package/IntfFilterCreator
120
// ----------------------------------------------------------------------------
121
public org.opencrx.kernel.account1.cci.AccountFilterPropertyFilter createAccountFilterPropertyFilter(
122   );
123
124   public org.opencrx.kernel.account1.cci.AccountFilterPropertyFilter createAccountFilterPropertyFilter(
125     org.openmdx.compatibility.base.query.FilterProperty[] filterProperties,
126     org.openmdx.compatibility.base.dataprovider.cci.AttributeSpecifier[] attributeSpecifiers
127   );
128
129 // ----------------------------------------------------------------------------
130
// Package/IntfFilterCreator
131
// ----------------------------------------------------------------------------
132
public org.opencrx.kernel.account1.cci.AbstractAccountFilter createAbstractAccountFilter(
133   );
134
135   public org.opencrx.kernel.account1.cci.AbstractAccountFilter createAbstractAccountFilter(
136     org.openmdx.compatibility.base.query.FilterProperty[] filterProperties,
137     org.openmdx.compatibility.base.dataprovider.cci.AttributeSpecifier[] attributeSpecifiers
138   );
139
140 // ----------------------------------------------------------------------------
141
// Package/IntfClassAccessor
142
// ----------------------------------------------------------------------------
143
public org.opencrx.kernel.account1.cci.EMailAddressClass getEMailAddressClass();
144
145 // ----------------------------------------------------------------------------
146
// Package/IntfFilterCreator
147
// ----------------------------------------------------------------------------
148
public org.opencrx.kernel.account1.cci.EMailAddressFilter createEMailAddressFilter(
149   );
150
151   public org.opencrx.kernel.account1.cci.EMailAddressFilter createEMailAddressFilter(
152     org.openmdx.compatibility.base.query.FilterProperty[] filterProperties,
153     org.openmdx.compatibility.base.dataprovider.cci.AttributeSpecifier[] attributeSpecifiers
154   );
155
156 // ----------------------------------------------------------------------------
157
// Package/IntfStructCreator
158
// ----------------------------------------------------------------------------
159
public org.opencrx.kernel.account1.cci.CreateSalesOrderParams createCreateSalesOrderParams(
160       org.opencrx.kernel.contract1.cci.SalesOrder basedOn
161     , String JavaDoc description
162     , String JavaDoc name
163   );
164 // ----------------------------------------------------------------------------
165
// Package/IntfFilterCreator
166
// ----------------------------------------------------------------------------
167
public org.opencrx.kernel.account1.cci.CreateSalesOrderParamsFilter createCreateSalesOrderParamsFilter(
168   );
169
170   public org.opencrx.kernel.account1.cci.CreateSalesOrderParamsFilter createCreateSalesOrderParamsFilter(
171     org.openmdx.compatibility.base.query.FilterProperty[] filterProperties,
172     org.openmdx.compatibility.base.dataprovider.cci.AttributeSpecifier[] attributeSpecifiers
173   );
174
175 // ----------------------------------------------------------------------------
176
// Package/IntfStructCreator
177
// ----------------------------------------------------------------------------
178
public org.opencrx.kernel.account1.cci.ExportVCardParams createExportVCardParams(
179       short locale
180   );
181 // ----------------------------------------------------------------------------
182
// Package/IntfFilterCreator
183
// ----------------------------------------------------------------------------
184
public org.opencrx.kernel.account1.cci.ExportVCardParamsFilter createExportVCardParamsFilter(
185   );
186
187   public org.opencrx.kernel.account1.cci.ExportVCardParamsFilter createExportVCardParamsFilter(
188     org.openmdx.compatibility.base.query.FilterProperty[] filterProperties,
189     org.openmdx.compatibility.base.dataprovider.cci.AttributeSpecifier[] attributeSpecifiers
190   );
191
192 // ----------------------------------------------------------------------------
193
// Package/IntfStructCreator
194
// ----------------------------------------------------------------------------
195
public org.opencrx.kernel.account1.cci.CreateSalesOrderResult createCreateSalesOrderResult(
196       org.opencrx.kernel.contract1.cci.SalesOrder salesOrder
197   );
198 // ----------------------------------------------------------------------------
199
// Package/IntfFilterCreator
200
// ----------------------------------------------------------------------------
201
public org.opencrx.kernel.account1.cci.CreateSalesOrderResultFilter createCreateSalesOrderResultFilter(
202   );
203
204   public org.opencrx.kernel.account1.cci.CreateSalesOrderResultFilter createCreateSalesOrderResultFilter(
205     org.openmdx.compatibility.base.query.FilterProperty[] filterProperties,
206     org.openmdx.compatibility.base.dataprovider.cci.AttributeSpecifier[] attributeSpecifiers
207   );
208
209 // ----------------------------------------------------------------------------
210
// Package/IntfStructCreator
211
// ----------------------------------------------------------------------------
212
public org.opencrx.kernel.account1.cci.CreateInvoiceParams createCreateInvoiceParams(
213       org.opencrx.kernel.contract1.cci.Invoice basedOn
214     , String JavaDoc description
215     , String JavaDoc name
216   );
217 // ----------------------------------------------------------------------------
218
// Package/IntfFilterCreator
219
// ----------------------------------------------------------------------------
220
public org.opencrx.kernel.account1.cci.CreateInvoiceParamsFilter createCreateInvoiceParamsFilter(
221   );
222
223   public org.opencrx.kernel.account1.cci.CreateInvoiceParamsFilter createCreateInvoiceParamsFilter(
224     org.openmdx.compatibility.base.query.FilterProperty[] filterProperties,
225     org.openmdx.compatibility.base.dataprovider.cci.AttributeSpecifier[] attributeSpecifiers
226   );
227
228 // ----------------------------------------------------------------------------
229
// Package/IntfStructCreator
230
// ----------------------------------------------------------------------------
231
public org.opencrx.kernel.account1.cci.CreateQuoteResult createCreateQuoteResult(
232       org.opencrx.kernel.contract1.cci.Quote quote
233   );
234 // ----------------------------------------------------------------------------
235
// Package/IntfFilterCreator
236
// ----------------------------------------------------------------------------
237
public org.opencrx.kernel.account1.cci.CreateQuoteResultFilter createCreateQuoteResultFilter(
238   );
239
240   public org.opencrx.kernel.account1.cci.CreateQuoteResultFilter createCreateQuoteResultFilter(
241     org.openmdx.compatibility.base.query.FilterProperty[] filterProperties,
242     org.openmdx.compatibility.base.dataprovider.cci.AttributeSpecifier[] attributeSpecifiers
243   );
244
245 // ----------------------------------------------------------------------------
246
// Package/IntfFilterCreator
247
// ----------------------------------------------------------------------------
248
public org.opencrx.kernel.account1.cci.AccountFilter createAccountFilter(
249   );
250
251   public org.opencrx.kernel.account1.cci.AccountFilter createAccountFilter(
252     org.openmdx.compatibility.base.query.FilterProperty[] filterProperties,
253     org.openmdx.compatibility.base.dataprovider.cci.AttributeSpecifier[] attributeSpecifiers
254   );
255
256 // ----------------------------------------------------------------------------
257
// Package/IntfClassAccessor
258
// ----------------------------------------------------------------------------
259
public org.opencrx.kernel.account1.cci.OrganizationalUnitClass getOrganizationalUnitClass();
260
261 // ----------------------------------------------------------------------------
262
// Package/IntfFilterCreator
263
// ----------------------------------------------------------------------------
264
public org.opencrx.kernel.account1.cci.OrganizationalUnitFilter createOrganizationalUnitFilter(
265   );
266
267   public org.opencrx.kernel.account1.cci.OrganizationalUnitFilter createOrganizationalUnitFilter(
268     org.openmdx.compatibility.base.query.FilterProperty[] filterProperties,
269     org.openmdx.compatibility.base.dataprovider.cci.AttributeSpecifier[] attributeSpecifiers
270   );
271
272 // ----------------------------------------------------------------------------
273
// Package/IntfClassAccessor
274
// ----------------------------------------------------------------------------
275
public org.opencrx.kernel.account1.cci.RevenueReportClass getRevenueReportClass();
276
277 // ----------------------------------------------------------------------------
278
// Package/IntfFilterCreator
279
// ----------------------------------------------------------------------------
280
public org.opencrx.kernel.account1.cci.RevenueReportFilter createRevenueReportFilter(
281   );
282
283   public org.opencrx.kernel.account1.cci.RevenueReportFilter createRevenueReportFilter(
284     org.openmdx.compatibility.base.query.FilterProperty[] filterProperties,
285     org.openmdx.compatibility.base.dataprovider.cci.AttributeSpecifier[] attributeSpecifiers
286   );
287
288 // ----------------------------------------------------------------------------
289
// Package/IntfStructCreator
290
// ----------------------------------------------------------------------------
291
public org.opencrx.kernel.account1.cci.CreateLeadParams createCreateLeadParams(
292       org.opencrx.kernel.contract1.cci.Lead basedOn
293     , String JavaDoc description
294     , String JavaDoc name
295     , String JavaDoc nextStep
296   );
297 // ----------------------------------------------------------------------------
298
// Package/IntfFilterCreator
299
// ----------------------------------------------------------------------------
300
public org.opencrx.kernel.account1.cci.CreateLeadParamsFilter createCreateLeadParamsFilter(
301   );
302
303   public org.opencrx.kernel.account1.cci.CreateLeadParamsFilter createCreateLeadParamsFilter(
304     org.openmdx.compatibility.base.query.FilterProperty[] filterProperties,
305     org.openmdx.compatibility.base.dataprovider.cci.AttributeSpecifier[] attributeSpecifiers
306   );
307
308 // ----------------------------------------------------------------------------
309
// Package/IntfFilterCreator
310
// ----------------------------------------------------------------------------
311
public org.opencrx.kernel.account1.cci.AbstractFilterAccountFilter createAbstractFilterAccountFilter(
312   );
313
314   public org.opencrx.kernel.account1.cci.AbstractFilterAccountFilter createAbstractFilterAccountFilter(
315     org.openmdx.compatibility.base.query.FilterProperty[] filterProperties,
316     org.openmdx.compatibility.base.dataprovider.cci.AttributeSpecifier[] attributeSpecifiers
317   );
318
319 // ----------------------------------------------------------------------------
320
// Package/IntfStructCreator
321
// ----------------------------------------------------------------------------
322
public org.opencrx.kernel.account1.cci.CreateOpportunityParams createCreateOpportunityParams(
323       org.opencrx.kernel.contract1.cci.Opportunity basedOn
324     , String JavaDoc description
325     , String JavaDoc name
326   );
327 // ----------------------------------------------------------------------------
328
// Package/IntfFilterCreator
329
// ----------------------------------------------------------------------------
330
public org.opencrx.kernel.account1.cci.CreateOpportunityParamsFilter createCreateOpportunityParamsFilter(
331   );
332
333   public org.opencrx.kernel.account1.cci.CreateOpportunityParamsFilter createCreateOpportunityParamsFilter(
334     org.openmdx.compatibility.base.query.FilterProperty[] filterProperties,
335     org.openmdx.compatibility.base.dataprovider.cci.AttributeSpecifier[] attributeSpecifiers
336   );
337
338 // ----------------------------------------------------------------------------
339
// Package/IntfClassAccessor
340
// ----------------------------------------------------------------------------
341
public org.opencrx.kernel.account1.cci.PhoneNumberClass getPhoneNumberClass();
342
343 // ----------------------------------------------------------------------------
344
// Package/IntfFilterCreator
345
// ----------------------------------------------------------------------------
346
public org.opencrx.kernel.account1.cci.PhoneNumberFilter createPhoneNumberFilter(
347   );
348
349   public org.opencrx.kernel.account1.cci.PhoneNumberFilter createPhoneNumberFilter(
350     org.openmdx.compatibility.base.query.FilterProperty[] filterProperties,
351     org.openmdx.compatibility.base.dataprovider.cci.AttributeSpecifier[] attributeSpecifiers
352   );
353
354 // ----------------------------------------------------------------------------
355
// Package/IntfClassAccessor
356
// ----------------------------------------------------------------------------
357
public org.opencrx.kernel.account1.cci.SearchIndexEntryClass getSearchIndexEntryClass();
358
359 // ----------------------------------------------------------------------------
360
// Package/IntfFilterCreator
361
// ----------------------------------------------------------------------------
362
public org.opencrx.kernel.account1.cci.SearchIndexEntryFilter createSearchIndexEntryFilter(
363   );
364
365   public org.opencrx.kernel.account1.cci.SearchIndexEntryFilter createSearchIndexEntryFilter(
366     org.openmdx.compatibility.base.query.FilterProperty[] filterProperties,
367     org.openmdx.compatibility.base.dataprovider.cci.AttributeSpecifier[] attributeSpecifiers
368   );
369
370 // ----------------------------------------------------------------------------
371
// Package/IntfStructCreator
372
// ----------------------------------------------------------------------------
373
public org.opencrx.kernel.account1.cci.CreateLeadResult createCreateLeadResult(
374       org.opencrx.kernel.contract1.cci.Lead lead
375   );
376 // ----------------------------------------------------------------------------
377
// Package/IntfFilterCreator
378
// ----------------------------------------------------------------------------
379
public org.opencrx.kernel.account1.cci.CreateLeadResultFilter createCreateLeadResultFilter(
380   );
381
382   public org.opencrx.kernel.account1.cci.CreateLeadResultFilter createCreateLeadResultFilter(
383     org.openmdx.compatibility.base.query.FilterProperty[] filterProperties,
384     org.openmdx.compatibility.base.dataprovider.cci.AttributeSpecifier[] attributeSpecifiers
385   );
386
387 // ----------------------------------------------------------------------------
388
// Package/IntfClassAccessor
389
// ----------------------------------------------------------------------------
390
public org.opencrx.kernel.account1.cci.OrganizationClass getOrganizationClass();
391
392 // ----------------------------------------------------------------------------
393
// Package/IntfFilterCreator
394
// ----------------------------------------------------------------------------
395
public org.opencrx.kernel.account1.cci.OrganizationFilter createOrganizationFilter(
396   );
397
398   public org.opencrx.kernel.account1.cci.OrganizationFilter createOrganizationFilter(
399     org.openmdx.compatibility.base.query.FilterProperty[] filterProperties,
400     org.openmdx.compatibility.base.dataprovider.cci.AttributeSpecifier[] attributeSpecifiers
401   );
402
403 // ----------------------------------------------------------------------------
404
// Package/IntfClassAccessor
405
// ----------------------------------------------------------------------------
406
public org.opencrx.kernel.account1.cci.ContactClass getContactClass();
407
408 // ----------------------------------------------------------------------------
409
// Package/IntfFilterCreator
410
// ----------------------------------------------------------------------------
411
public org.opencrx.kernel.account1.cci.ContactFilter createContactFilter(
412   );
413
414   public org.opencrx.kernel.account1.cci.ContactFilter createContactFilter(
415     org.openmdx.compatibility.base.query.FilterProperty[] filterProperties,
416     org.openmdx.compatibility.base.dataprovider.cci.AttributeSpecifier[] attributeSpecifiers
417   );
418
419 // ----------------------------------------------------------------------------
420
// Package/IntfClassAccessor
421
// ----------------------------------------------------------------------------
422
public org.opencrx.kernel.account1.cci.UnspecifiedAccountClass getUnspecifiedAccountClass();
423
424 // ----------------------------------------------------------------------------
425
// Package/IntfFilterCreator
426
// ----------------------------------------------------------------------------
427
public org.opencrx.kernel.account1.cci.UnspecifiedAccountFilter createUnspecifiedAccountFilter(
428   );
429
430   public org.opencrx.kernel.account1.cci.UnspecifiedAccountFilter createUnspecifiedAccountFilter(
431     org.openmdx.compatibility.base.query.FilterProperty[] filterProperties,
432     org.openmdx.compatibility.base.dataprovider.cci.AttributeSpecifier[] attributeSpecifiers
433   );
434
435 // ----------------------------------------------------------------------------
436
// Package/IntfClassAccessor
437
// ----------------------------------------------------------------------------
438
public org.opencrx.kernel.account1.cci.ContactMembershipClass getContactMembershipClass();
439
440 // ----------------------------------------------------------------------------
441
// Package/IntfFilterCreator
442
// ----------------------------------------------------------------------------
443
public org.opencrx.kernel.account1.cci.ContactMembershipFilter createContactMembershipFilter(
444   );
445
446   public org.opencrx.kernel.account1.cci.ContactMembershipFilter createContactMembershipFilter(
447     org.openmdx.compatibility.base.query.FilterProperty[] filterProperties,
448     org.openmdx.compatibility.base.dataprovider.cci.AttributeSpecifier[] attributeSpecifiers
449   );
450
451 // ----------------------------------------------------------------------------
452
// Package/IntfClassAccessor
453
// ----------------------------------------------------------------------------
454
public org.opencrx.kernel.account1.cci.CategoryFilterPropertyClass getCategoryFilterPropertyClass();
455
456 // ----------------------------------------------------------------------------
457
// Package/IntfFilterCreator
458
// ----------------------------------------------------------------------------
459
public org.opencrx.kernel.account1.cci.CategoryFilterPropertyFilter createCategoryFilterPropertyFilter(
460   );
461
462   public org.opencrx.kernel.account1.cci.CategoryFilterPropertyFilter createCategoryFilterPropertyFilter(
463     org.openmdx.compatibility.base.query.FilterProperty[] filterProperties,
464     org.openmdx.compatibility.base.dataprovider.cci.AttributeSpecifier[] attributeSpecifiers
465   );
466
467 // ----------------------------------------------------------------------------
468
// Package/IntfClassAccessor
469
// ----------------------------------------------------------------------------
470
public org.opencrx.kernel.account1.cci.LegalEntityClass getLegalEntityClass();
471
472 // ----------------------------------------------------------------------------
473
// Package/IntfFilterCreator
474
// ----------------------------------------------------------------------------
475
public org.opencrx.kernel.account1.cci.LegalEntityFilter createLegalEntityFilter(
476   );
477
478   public org.opencrx.kernel.account1.cci.LegalEntityFilter createLegalEntityFilter(
479     org.openmdx.compatibility.base.query.FilterProperty[] filterProperties,
480     org.openmdx.compatibility.base.dataprovider.cci.AttributeSpecifier[] attributeSpecifiers
481   );
482
483 // ----------------------------------------------------------------------------
484
// Package/IntfStructCreator
485
// ----------------------------------------------------------------------------
486
public org.opencrx.kernel.account1.cci.CreateInvoiceResult createCreateInvoiceResult(
487       org.opencrx.kernel.contract1.cci.Invoice invoice
488   );
489 // ----------------------------------------------------------------------------
490
// Package/IntfFilterCreator
491
// ----------------------------------------------------------------------------
492
public org.opencrx.kernel.account1.cci.CreateInvoiceResultFilter createCreateInvoiceResultFilter(
493   );
494
495   public org.opencrx.kernel.account1.cci.CreateInvoiceResultFilter createCreateInvoiceResultFilter(
496     org.openmdx.compatibility.base.query.FilterProperty[] filterProperties,
497     org.openmdx.compatibility.base.dataprovider.cci.AttributeSpecifier[] attributeSpecifiers
498   );
499
500 // ----------------------------------------------------------------------------
501
// Package/IntfClassAccessor
502
// ----------------------------------------------------------------------------
503
public org.opencrx.kernel.account1.cci.SegmentClass getSegmentClass();
504
505 // ----------------------------------------------------------------------------
506
// Package/IntfFilterCreator
507
// ----------------------------------------------------------------------------
508
public org.opencrx.kernel.account1.cci.SegmentFilter createSegmentFilter(
509   );
510
511   public org.opencrx.kernel.account1.cci.SegmentFilter createSegmentFilter(
512     org.openmdx.compatibility.base.query.FilterProperty[] filterProperties,
513     org.openmdx.compatibility.base.dataprovider.cci.AttributeSpecifier[] attributeSpecifiers
514   );
515
516 // ----------------------------------------------------------------------------
517
// Package/IntfFilterCreator
518
// ----------------------------------------------------------------------------
519
public org.opencrx.kernel.account1.cci.AccountAssignmentFilter createAccountAssignmentFilter(
520   );
521
522   public org.opencrx.kernel.account1.cci.AccountAssignmentFilter createAccountAssignmentFilter(
523     org.openmdx.compatibility.base.query.FilterProperty[] filterProperties,
524     org.openmdx.compatibility.base.dataprovider.cci.AttributeSpecifier[] attributeSpecifiers
525   );
526
527 // ----------------------------------------------------------------------------
528
// Package/IntfClassAccessor
529
// ----------------------------------------------------------------------------
530
public org.opencrx.kernel.account1.cci.PostalAddressClass getPostalAddressClass();
531
532 // ----------------------------------------------------------------------------
533
// Package/IntfFilterCreator
534
// ----------------------------------------------------------------------------
535
public org.opencrx.kernel.account1.cci.PostalAddressFilter createPostalAddressFilter(
536   );
537
538   public org.opencrx.kernel.account1.cci.PostalAddressFilter createPostalAddressFilter(
539     org.openmdx.compatibility.base.query.FilterProperty[] filterProperties,
540     org.openmdx.compatibility.base.dataprovider.cci.AttributeSpecifier[] attributeSpecifiers
541   );
542
543 // ----------------------------------------------------------------------------
544
// Package/IntfClassAccessor
545
// ----------------------------------------------------------------------------
546
public org.opencrx.kernel.account1.cci.AccountTypeFilterPropertyClass getAccountTypeFilterPropertyClass();
547
548 // ----------------------------------------------------------------------------
549
// Package/IntfFilterCreator
550
// ----------------------------------------------------------------------------
551
public org.opencrx.kernel.account1.cci.AccountTypeFilterPropertyFilter createAccountTypeFilterPropertyFilter(
552   );
553
554   public org.opencrx.kernel.account1.cci.AccountTypeFilterPropertyFilter createAccountTypeFilterPropertyFilter(
555     org.openmdx.compatibility.base.query.FilterProperty[] filterProperties,
556     org.openmdx.compatibility.base.dataprovider.cci.AttributeSpecifier[] attributeSpecifiers
557   );
558
559 // ----------------------------------------------------------------------------
560
// Package/IntfClassAccessor
561
// ----------------------------------------------------------------------------
562
public org.opencrx.kernel.account1.cci.WebAddressClass getWebAddressClass();
563
564 // ----------------------------------------------------------------------------
565
// Package/IntfFilterCreator
566
// ----------------------------------------------------------------------------
567
public org.opencrx.kernel.account1.cci.WebAddressFilter createWebAddressFilter(
568   );
569
570   public org.opencrx.kernel.account1.cci.WebAddressFilter createWebAddressFilter(
571     org.openmdx.compatibility.base.query.FilterProperty[] filterProperties,
572     org.openmdx.compatibility.base.dataprovider.cci.AttributeSpecifier[] attributeSpecifiers
573   );
574
575 // ----------------------------------------------------------------------------
576
// Package/IntfFilterCreator
577
// ----------------------------------------------------------------------------
578
public org.opencrx.kernel.account1.cci.AccountAddressFilter createAccountAddressFilter(
579   );
580
581   public org.opencrx.kernel.account1.cci.AccountAddressFilter createAccountAddressFilter(
582     org.openmdx.compatibility.base.query.FilterProperty[] filterProperties,
583     org.openmdx.compatibility.base.dataprovider.cci.AttributeSpecifier[] attributeSpecifiers
584   );
585
586 // ----------------------------------------------------------------------------
587
// Package/IntfFilterCreator
588
// ----------------------------------------------------------------------------
589
public org.opencrx.kernel.account1.cci.AbstractOrganizationalUnitFilter createAbstractOrganizationalUnitFilter(
590   );
591
592   public org.opencrx.kernel.account1.cci.AbstractOrganizationalUnitFilter createAbstractOrganizationalUnitFilter(
593     org.openmdx.compatibility.base.query.FilterProperty[] filterProperties,
594     org.openmdx.compatibility.base.dataprovider.cci.AttributeSpecifier[] attributeSpecifiers
595   );
596
597 // ----------------------------------------------------------------------------
598
// Package/IntfStructCreator
599
// ----------------------------------------------------------------------------
600
public org.opencrx.kernel.account1.cci.CreateOpportunityResult createCreateOpportunityResult(
601       org.opencrx.kernel.contract1.cci.Opportunity opportunity
602   );
603 // ----------------------------------------------------------------------------
604
// Package/IntfFilterCreator
605
// ----------------------------------------------------------------------------
606
public org.opencrx.kernel.account1.cci.CreateOpportunityResultFilter createCreateOpportunityResultFilter(
607   );
608
609   public org.opencrx.kernel.account1.cci.CreateOpportunityResultFilter createCreateOpportunityResultFilter(
610     org.openmdx.compatibility.base.query.FilterProperty[] filterProperties,
611     org.openmdx.compatibility.base.dataprovider.cci.AttributeSpecifier[] attributeSpecifiers
612   );
613
614 // ----------------------------------------------------------------------------
615
// Package/IntfClassAccessor
616
// ----------------------------------------------------------------------------
617
public org.opencrx.kernel.account1.cci.ContactRelationshipClass getContactRelationshipClass();
618
619 // ----------------------------------------------------------------------------
620
// Package/IntfFilterCreator
621
// ----------------------------------------------------------------------------
622
public org.opencrx.kernel.account1.cci.ContactRelationshipFilter createContactRelationshipFilter(
623   );
624
625   public org.opencrx.kernel.account1.cci.ContactRelationshipFilter createContactRelationshipFilter(
626     org.openmdx.compatibility.base.query.FilterProperty[] filterProperties,
627     org.openmdx.compatibility.base.dataprovider.cci.AttributeSpecifier[] attributeSpecifiers
628   );
629
630 // ----------------------------------------------------------------------------
631
// Package/IntfClassAccessor
632
// ----------------------------------------------------------------------------
633
public org.opencrx.kernel.account1.cci.EmploymentContractClass getEmploymentContractClass();
634
635 // ----------------------------------------------------------------------------
636
// Package/IntfFilterCreator
637
// ----------------------------------------------------------------------------
638
public org.opencrx.kernel.account1.cci.EmploymentContractFilter createEmploymentContractFilter(
639   );
640
641   public org.opencrx.kernel.account1.cci.EmploymentContractFilter createEmploymentContractFilter(
642     org.openmdx.compatibility.base.query.FilterProperty[] filterProperties,
643     org.openmdx.compatibility.base.dataprovider.cci.AttributeSpecifier[] attributeSpecifiers
644   );
645
646 // ----------------------------------------------------------------------------
647
// Package/IntfClassAccessor
648
// ----------------------------------------------------------------------------
649
public org.opencrx.kernel.account1.cci.OrganizationalUnitRelationshipClass getOrganizationalUnitRelationshipClass();
650
651 // ----------------------------------------------------------------------------
652
// Package/IntfFilterCreator
653
// ----------------------------------------------------------------------------
654
public org.opencrx.kernel.account1.cci.OrganizationalUnitRelationshipFilter createOrganizationalUnitRelationshipFilter(
655   );
656
657   public org.opencrx.kernel.account1.cci.OrganizationalUnitRelationshipFilter createOrganizationalUnitRelationshipFilter(
658     org.openmdx.compatibility.base.query.FilterProperty[] filterProperties,
659     org.openmdx.compatibility.base.dataprovider.cci.AttributeSpecifier[] attributeSpecifiers
660   );
661
662 // ----------------------------------------------------------------------------
663
// Package/IntfClassAccessor
664
// ----------------------------------------------------------------------------
665
public org.opencrx.kernel.account1.cci.MemberClass getMemberClass();
666
667 // ----------------------------------------------------------------------------
668
// Package/IntfFilterCreator
669
// ----------------------------------------------------------------------------
670
public org.opencrx.kernel.account1.cci.MemberFilter createMemberFilter(
671   );
672
673   public org.opencrx.kernel.account1.cci.MemberFilter createMemberFilter(
674     org.openmdx.compatibility.base.query.FilterProperty[] filterProperties,
675     org.openmdx.compatibility.base.dataprovider.cci.AttributeSpecifier[] attributeSpecifiers
676   );
677
678 // ----------------------------------------------------------------------------
679
// Package/IntfEnd.vm
680
// ----------------------------------------------------------------------------
681
}
682
Popular Tags