KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > opencrx > kernel > activity1 > cci > ActivityTracker


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:39:04 CEST 2006
9
//
10
// GENERATED - DO NOT CHANGE MANUALLY
11
//
12
//////////////////////////////////////////////////////////////////////////////
13
package org.opencrx.kernel.activity1.cci;
14
15 public interface ActivityTracker
16   extends
17  org.opencrx.kernel.activity1.cci.ActivityGroup,
18  org.opencrx.kernel.generic.cci.CrxObject {
19 // ----------------------------------------------------------------------------
20
// Instance/IntfOperation
21
// ----------------------------------------------------------------------------
22

23   public org.openmdx.base.cci.Void deleteActivities(
24       org.opencrx.kernel.activity1.cci.DeleteActivitiesParams params
25   ) throws javax.jmi.reflect.RefException ;
26
27   /**
28    */

29   public org.openmdx.base.cci.Void deleteActivities(
30       boolean deleteNonReferencedActivities
31   ) throws javax.jmi.reflect.RefException ;
32
33 // ----------------------------------------------------------------------------
34
// Instance/IntfAttributeGet1_1
35
// ----------------------------------------------------------------------------
36
/**
37    * Retrieves the value for the attribute <code>estimateEffortHours</code>.
38    * @return The non-null value for attribute <code>estimateEffortHours</code>.
39    * @exception JmiException If the value cannot be retrieved for some reason.
40    */

41   public int getEstimateEffortHours(
42   );
43
44 // ----------------------------------------------------------------------------
45
// Instance/IntfAttributeSet1_1
46
// ----------------------------------------------------------------------------
47
/**
48    * Sets a new value for the attribute <code>estimateEffortHours</code>.
49    * @param newValue The non-null new value for attribute <code>estimateEffortHours</code>.
50    * @exception JmiException If the value cannot be set for some reason.
51    */

52   public void setEstimateEffortHours(
53     int newValue
54   );
55
56 // ----------------------------------------------------------------------------
57
// Instance/IntfAttributeGet1_1
58
// ----------------------------------------------------------------------------
59
/**
60    * Retrieves the value for the attribute <code>estimateEffortMinutes</code>.
61    * @return The non-null value for attribute <code>estimateEffortMinutes</code>.
62    * @exception JmiException If the value cannot be retrieved for some reason.
63    */

64   public int getEstimateEffortMinutes(
65   );
66
67 // ----------------------------------------------------------------------------
68
// Instance/IntfAttributeSet1_1
69
// ----------------------------------------------------------------------------
70
/**
71    * Sets a new value for the attribute <code>estimateEffortMinutes</code>.
72    * @param newValue The non-null new value for attribute <code>estimateEffortMinutes</code>.
73    * @exception JmiException If the value cannot be set for some reason.
74    */

75   public void setEstimateEffortMinutes(
76     int newValue
77   );
78
79 // ----------------------------------------------------------------------------
80
// Instance/IntfAttributeGet1_1
81
// ----------------------------------------------------------------------------
82
/**
83    * Retrieves the value for the attribute <code>estimateMaxDeviation</code>.
84    * @return The non-null value for attribute <code>estimateMaxDeviation</code>.
85    * @exception JmiException If the value cannot be retrieved for some reason.
86    */

87   public int getEstimateMaxDeviation(
88   );
89
90 // ----------------------------------------------------------------------------
91
// Instance/IntfAttributeSet1_1
92
// ----------------------------------------------------------------------------
93
/**
94    * Sets a new value for the attribute <code>estimateMaxDeviation</code>.
95    * @param newValue The non-null new value for attribute <code>estimateMaxDeviation</code>.
96    * @exception JmiException If the value cannot be set for some reason.
97    */

98   public void setEstimateMaxDeviation(
99     int newValue
100   );
101
102 // ----------------------------------------------------------------------------
103
// Instance/IntfOperation
104
// ----------------------------------------------------------------------------
105

106   public org.openmdx.base.cci.Void refreshItems(
107       org.openmdx.base.cci.Void params
108   ) throws javax.jmi.reflect.RefException ;
109
110   /**
111    */

112   public org.openmdx.base.cci.Void refreshItems(
113   ) throws javax.jmi.reflect.RefException ;
114
115 // ----------------------------------------------------------------------------
116
// Instance/IntfAttributeGet1_1
117
// ----------------------------------------------------------------------------
118
/**
119    * Retrieves the value for the attribute <code>sumEstimateEffortHours</code>.
120    * @return The non-null value for attribute <code>sumEstimateEffortHours</code>.
121    * @exception JmiException If the value cannot be retrieved for some reason.
122    */

123   public int getSumEstimateEffortHours(
124   );
125
126 // ----------------------------------------------------------------------------
127
// Instance/IntfAttributeGet1_1
128
// ----------------------------------------------------------------------------
129
/**
130    * Retrieves the value for the attribute <code>sumEstimateEffortMinutes</code>.
131    * @return The non-null value for attribute <code>sumEstimateEffortMinutes</code>.
132    * @exception JmiException If the value cannot be retrieved for some reason.
133    */

134   public int getSumEstimateEffortMinutes(
135   );
136
137 // ----------------------------------------------------------------------------
138
// Instance/IntfAttributeGet0_1
139
// ----------------------------------------------------------------------------
140
/**
141    * @return The possibly null value for attribute <code>welcome</code>.
142    * @exception JmiException If the value cannot be retrieved for some reason.
143    */

144   public String JavaDoc getWelcome(
145   );
146
147 // ----------------------------------------------------------------------------
148
// Instance/IntfAttributeSet0_1
149
// ----------------------------------------------------------------------------
150

151
152   /**
153    * Sets a new value for the attribute <code>welcome</code>.
154    * @param newValue The possibly null new value for attribute <code>welcome</code>.
155    * @exception JmiException If the value cannot be set for some reason.
156    */

157   public void setWelcome(
158     String JavaDoc newValue
159   );
160
161 // ----------------------------------------------------------------------------
162
// Instance/IntfEnd.vm
163
// ----------------------------------------------------------------------------
164
}
165
Popular Tags