KickJava   Java API By Example, From Geeks To Geeks.

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


1 // ----------------------------------------------------------------------------
2
// Instance/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:55 CEST 2006
9
//
10
// GENERATED - DO NOT CHANGE MANUALLY
11
//
12
//////////////////////////////////////////////////////////////////////////////
13
package org.opencrx.kernel.account1.cci;
14
15 public interface Organization
16   extends
17  org.opencrx.kernel.account1.cci.AbstractOrganizationalUnit,
18  org.opencrx.kernel.generic.cci.CrxObject {
19 // ----------------------------------------------------------------------------
20
// Instance/IntfAttributeGet1_1
21
// ----------------------------------------------------------------------------
22
/**
23    * Retrieves the value for the attribute <code>organizationState</code>.
24    * @return The non-null value for attribute <code>organizationState</code>.
25    * @exception JmiException If the value cannot be retrieved for some reason.
26    */

27   public short getOrganizationState(
28   );
29
30 // ----------------------------------------------------------------------------
31
// Instance/IntfAttributeSet1_1
32
// ----------------------------------------------------------------------------
33
/**
34    * Sets a new value for the attribute <code>organizationState</code>.
35    * @param newValue The non-null new value for attribute <code>organizationState</code>.
36    * @exception JmiException If the value cannot be set for some reason.
37    */

38   public void setOrganizationState(
39     short newValue
40   );
41
42 // ----------------------------------------------------------------------------
43
// Instance/IntfReferenceGet0_1WithQualifier
44
// ----------------------------------------------------------------------------
45
/**
46    * Retrieves the value for the reference <code>organizationalUnit</code>
47    * for the specified qualifier attribute value.
48    * @param id The value for the qualifier attribute that qualifies this reference.
49    * @return The possibly null value for this reference.
50    * @exception JmiException If the value cannot be retrieved for some reason.
51    */

52   public org.opencrx.kernel.account1.cci.OrganizationalUnit getOrganizationalUnit(
53     String JavaDoc id
54   );
55
56 // ----------------------------------------------------------------------------
57
// Instance/IntfReferenceGet0_nWithFilter
58
// ----------------------------------------------------------------------------
59
/**
60    * Retrieves a collection containing all the elements for the reference
61    * <code>organizationalUnit</code>.
62    * @return A collection containing all the elements for this reference.
63    * @exception JmiException If the values cannot be retrieved for some reason.
64    */

65   public java.util.Collection JavaDoc getOrganizationalUnit(
66   );
67
68   /**
69    * Retrieves the value for the reference <code>organizationalUnit</code>
70    * for the specified filter.
71    * @param filter filter which is applied to the set of referenced objects.
72    * @return The filtered collection of referenced objects.
73    * @exception JmiException If the value cannot be retrieved for some reason.
74    */

75   public java.util.List JavaDoc getOrganizationalUnit(
76     org.opencrx.kernel.account1.cci.OrganizationalUnitFilter filter
77   );
78
79 // ----------------------------------------------------------------------------
80
// Instance/IntfReferenceAddWithQualifier
81
// ----------------------------------------------------------------------------
82
/**
83    * @param id The qualifier attribute value that qualifies the reference to get the element to be appended.
84    * @param newValue The element to be appended.
85    * @exception JmiException If the value cannot be appended for some reason.
86    */

87   public void addOrganizationalUnit (
88     String JavaDoc id,
89     org.opencrx.kernel.account1.cci.OrganizationalUnit newValue
90   );
91
92 // ----------------------------------------------------------------------------
93
// Instance/IntfReferenceAddWithoutQualifier
94
// ----------------------------------------------------------------------------
95
/**
96    * @param newValue The element to be appended.
97    * @exception JmiException If the value cannot be appended for some reason.
98    */

99   public void addOrganizationalUnit (
100     org.opencrx.kernel.account1.cci.OrganizationalUnit newValue
101   );
102
103 // ----------------------------------------------------------------------------
104
// Instance/IntfReferenceRemoveWithQualifier
105
// ----------------------------------------------------------------------------
106
/**
107    * @exception JmiException If the value cannot be removed for some reason.
108    */

109   public void removeOrganizationalUnit (
110     String JavaDoc id
111   );
112 // ----------------------------------------------------------------------------
113
// Instance/IntfReferenceGet0_1WithQualifier
114
// ----------------------------------------------------------------------------
115
/**
116    * Retrieves the value for the reference <code>ouRelationship</code> for
117    * the specified qualifier attribute value.
118    * @param id The value for the qualifier attribute that qualifies this reference.
119    * @return The possibly null value for this reference.
120    * @exception JmiException If the value cannot be retrieved for some reason.
121    */

122   public org.opencrx.kernel.account1.cci.OrganizationalUnitRelationship getOuRelationship(
123     String JavaDoc id
124   );
125
126 // ----------------------------------------------------------------------------
127
// Instance/IntfReferenceGet0_nWithFilter
128
// ----------------------------------------------------------------------------
129
/**
130    * Retrieves a collection containing all the elements for the reference
131    * <code>ouRelationship</code>.
132    * @return A collection containing all the elements for this reference.
133    * @exception JmiException If the values cannot be retrieved for some reason.
134    */

135   public java.util.Collection JavaDoc getOuRelationship(
136   );
137
138   /**
139    * Retrieves the value for the reference <code>ouRelationship</code> for
140    * the specified filter.
141    * @param filter filter which is applied to the set of referenced objects.
142    * @return The filtered collection of referenced objects.
143    * @exception JmiException If the value cannot be retrieved for some reason.
144    */

145   public java.util.List JavaDoc getOuRelationship(
146     org.opencrx.kernel.account1.cci.OrganizationalUnitRelationshipFilter filter
147   );
148
149 // ----------------------------------------------------------------------------
150
// Instance/IntfReferenceAddWithQualifier
151
// ----------------------------------------------------------------------------
152
/**
153    * @param id The qualifier attribute value that qualifies the reference to get the element to be appended.
154    * @param newValue The element to be appended.
155    * @exception JmiException If the value cannot be appended for some reason.
156    */

157   public void addOuRelationship (
158     String JavaDoc id,
159     org.opencrx.kernel.account1.cci.OrganizationalUnitRelationship newValue
160   );
161
162 // ----------------------------------------------------------------------------
163
// Instance/IntfReferenceAddWithoutQualifier
164
// ----------------------------------------------------------------------------
165
/**
166    * @param newValue The element to be appended.
167    * @exception JmiException If the value cannot be appended for some reason.
168    */

169   public void addOuRelationship (
170     org.opencrx.kernel.account1.cci.OrganizationalUnitRelationship newValue
171   );
172
173 // ----------------------------------------------------------------------------
174
// Instance/IntfReferenceRemoveWithQualifier
175
// ----------------------------------------------------------------------------
176
/**
177    * @exception JmiException If the value cannot be removed for some reason.
178    */

179   public void removeOuRelationship (
180     String JavaDoc id
181   );
182 // ----------------------------------------------------------------------------
183
// Instance/IntfEnd.vm
184
// ----------------------------------------------------------------------------
185
}
186
Popular Tags