1 package org.opencrx.kernel.product1.cci; 14 15 public interface LinearPriceModifierClass 16 extends org.openmdx.base.accessor.jmi.cci.RefClass_1_0 { 17 18 23 public LinearPriceModifier createLinearPriceModifier( 24 ); 25 26 34 public LinearPriceModifier getLinearPriceModifier( 35 Object object 36 ); 37 46 public LinearPriceModifier createLinearPriceModifier( 47 short accessLevelBrowse 48 , short accessLevelDelete 49 , short accessLevelUpdate 50 , String description 51 ); 52 62 public LinearPriceModifier extendSecureObject( 63 org.opencrx.kernel.base.cci.SecureObject _base 64 , String description 65 ); 66 76 public LinearPriceModifier extendBasicObject( 77 org.openmdx.base.cci.BasicObject _base 78 , short accessLevelBrowse 79 , short accessLevelDelete 80 , short accessLevelUpdate 81 , String description 82 ); 83 93 public LinearPriceModifier extendContextCapable( 94 org.openmdx.base.cci.ContextCapable _base 95 , short accessLevelBrowse 96 , short accessLevelDelete 97 , short accessLevelUpdate 98 , String description 99 ); 100 110 public LinearPriceModifier extendExtentCapable( 111 org.openmdx.base.cci.ExtentCapable _base 112 , short accessLevelBrowse 113 , short accessLevelDelete 114 , short accessLevelUpdate 115 , String description 116 ); 117 127 public LinearPriceModifier extendViewCapable( 128 org.openmdx.compatibility.view1.cci.ViewCapable _base 129 , short accessLevelBrowse 130 , short accessLevelDelete 131 , short accessLevelUpdate 132 , String description 133 ); 134 } 138 | Popular Tags |