1 package org.opencrx.kernel.forecast1.cci; 14 15 public interface forecast1Package 16 extends org.openmdx.base.accessor.jmi.cci.RefPackage_1_0 { 17 18 19 public org.opencrx.kernel.forecast1.cci.BudgetClass getBudgetClass(); 23 24 public org.opencrx.kernel.forecast1.cci.BudgetFilter createBudgetFilter( 28 ); 29 30 public org.opencrx.kernel.forecast1.cci.BudgetFilter createBudgetFilter( 31 org.openmdx.compatibility.base.query.FilterProperty[] filterProperties, 32 org.openmdx.compatibility.base.dataprovider.cci.AttributeSpecifier[] attributeSpecifiers 33 ); 34 35 public org.opencrx.kernel.forecast1.cci.ForecastClass getForecastClass(); 39 40 public org.opencrx.kernel.forecast1.cci.ForecastFilter createForecastFilter( 44 ); 45 46 public org.opencrx.kernel.forecast1.cci.ForecastFilter createForecastFilter( 47 org.openmdx.compatibility.base.query.FilterProperty[] filterProperties, 48 org.openmdx.compatibility.base.dataprovider.cci.AttributeSpecifier[] attributeSpecifiers 49 ); 50 51 public org.opencrx.kernel.forecast1.cci.ForecastPeriodClass getForecastPeriodClass(); 55 56 public org.opencrx.kernel.forecast1.cci.ForecastPeriodFilter createForecastPeriodFilter( 60 ); 61 62 public org.opencrx.kernel.forecast1.cci.ForecastPeriodFilter createForecastPeriodFilter( 63 org.openmdx.compatibility.base.query.FilterProperty[] filterProperties, 64 org.openmdx.compatibility.base.dataprovider.cci.AttributeSpecifier[] attributeSpecifiers 65 ); 66 67 public org.opencrx.kernel.forecast1.cci.SegmentClass getSegmentClass(); 71 72 public org.opencrx.kernel.forecast1.cci.SegmentFilter createSegmentFilter( 76 ); 77 78 public org.opencrx.kernel.forecast1.cci.SegmentFilter createSegmentFilter( 79 org.openmdx.compatibility.base.query.FilterProperty[] filterProperties, 80 org.openmdx.compatibility.base.dataprovider.cci.AttributeSpecifier[] attributeSpecifiers 81 ); 82 83 public org.opencrx.kernel.forecast1.cci.BudgetMilestoneClass getBudgetMilestoneClass(); 87 88 public org.opencrx.kernel.forecast1.cci.BudgetMilestoneFilter createBudgetMilestoneFilter( 92 ); 93 94 public org.opencrx.kernel.forecast1.cci.BudgetMilestoneFilter createBudgetMilestoneFilter( 95 org.openmdx.compatibility.base.query.FilterProperty[] filterProperties, 96 org.openmdx.compatibility.base.dataprovider.cci.AttributeSpecifier[] attributeSpecifiers 97 ); 98 99 } 103 | Popular Tags |