|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.faktorips.runtime.internal.MethodNames
public class MethodNames
Gives access to the method names defined in the runtime that the generated code refers to, e.g. by implementing a method with the given name. The reference to the actual method is documented in the Javadoc "see" tags.
The constants are used by the code generator.
| Constructor Summary | |
|---|---|
MethodNames()
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String GET_EFFECTIVE_FROM_AS_CALENDAR
IConfigurableModelObject.getEffectiveFromAsCalendar(),
Constant Field Valuespublic static final String EFFECTIVE_FROM_HAS_CHANGED
public static final String GET_PRODUCT_COMPONENT_ID
IProductComponent.getId(),
Constant Field Valuespublic static final String GET_PRODUCT_COMPONENT
IConfigurableModelObject.getProductComponent(),
Constant Field Valuespublic static final String SET_PRODUCT_COMPONENT
public static final String SET_PRODUCT_CMPT_GENERATION
public static final String GET_EXISTING_PRODUCT_COMPONENT
IRuntimeRepository.getExistingProductComponent(String),
Constant Field Valuespublic static final String CREATE_POLICY_COMPONENT
IProductComponent.createPolicyComponent(),
Constant Field Valuespublic static final String GET_REPOSITORY
ProductComponent.getRepository(),
ProductComponentGeneration.getRepository(),
IpsTest2.getRepository(),
Constant Field Valuespublic static final String GET_THIS_REPOSITORY
GET_REPOSITORY when the method is in this class. This is
important if the method is generated for formulas. If the formula is evaluated e.g. by
groovy, we convert the keyword 'this' to a special variable to call the method on the correct
object.
GET_REPOSITORY,
Constant Field Valuespublic static final String IS_MODIFIABLE
IRuntimeRepository.isModifiable(),
Constant Field Valuespublic static final String GET_PARENT
IDependantObject.getParentModelObject(),
Constant Field Valuespublic static final String REMOVE_CHILD_MODEL_OBJECT_INTERNAL
AbstractModelObject.removeChildModelObjectInternal(org.faktorips.runtime.IModelObject),
Constant Field Valuespublic static final String GET_PRODUCT_CMPT_GENERATION
ITimedConfigurableModelObject.getProductCmptGeneration(),
Constant Field Valuespublic static final String COPY_PRODUCT_CMPT_AND_GENERATION_INTERNAL
public static final String GET_EXISTING_PRODUCT_COMPONENT_GENERATION
IRuntimeRepository.getExistingProductComponentGeneration(String,
java.util.Calendar),
Constant Field Valuespublic static final String INIT_PROPERTIES_FROM_XML
AbstractModelObject.initPropertiesFromXml(java.util.Map,
org.faktorips.runtime.IRuntimeRepository),
Constant Field Valuespublic static final String CREATE_CHILD_FROM_XML
AbstractModelObject.createChildFromXml(org.w3c.dom.Element),
Constant Field Valuespublic static final String CREATE_UNRESOLVED_REFERENCE
AbstractModelObject.createUnresolvedReference(Object, String, String),
Constant Field Valuespublic static final String NOTIFIY_CHANGE_LISTENERS
public static final String GET_VALID_FROM
ProductComponentGeneration.getValidFrom(java.util.TimeZone),
Constant Field Valuespublic static final String COMPUTE_DELTA
IDeltaSupport.computeDelta(org.faktorips.runtime.IModelObject,
org.faktorips.runtime.IDeltaComputationOptions),
Constant Field Valuespublic static final String NEW_COPY
ICopySupport.newCopy(),
Constant Field Valuespublic static final String MODELOBJECTDELTA_CHECK_PROPERTY_CHANGE
ModelObjectDelta.checkPropertyChange(String, Object,
Object, org.faktorips.runtime.IDeltaComputationOptions),
ModelObjectDelta.checkPropertyChange(String, int, int,
org.faktorips.runtime.IDeltaComputationOptions),
ModelObjectDelta.checkPropertyChange(String, boolean,
boolean, org.faktorips.runtime.IDeltaComputationOptions),
ModelObjectDelta.checkPropertyChange(String, double,
double, org.faktorips.runtime.IDeltaComputationOptions),
ModelObjectDelta.checkPropertyChange(String, float,
float, org.faktorips.runtime.IDeltaComputationOptions),
ModelObjectDelta.checkPropertyChange(String, char, char,
org.faktorips.runtime.IDeltaComputationOptions),
Constant Field Valuespublic static final String MODELOBJECTDELTA_CREATE_CHILD_DELTAS
ModelObjectDelta.createChildDeltas(org.faktorips.runtime.internal.ModelObjectDelta,
org.faktorips.runtime.IModelObject, org.faktorips.runtime.IModelObject, String,
org.faktorips.runtime.IDeltaComputationOptions),
ModelObjectDelta.createChildDeltas(org.faktorips.runtime.internal.ModelObjectDelta,
java.util.List, java.util.List, String, org.faktorips.runtime.IDeltaComputationOptions),
Constant Field Valuespublic static final String MODELOBJECTDELTA_NEW_EMPTY_DELTA
ModelObjectDelta.newEmptyDelta(org.faktorips.runtime.IModelObject,
org.faktorips.runtime.IModelObject),
Constant Field Valuespublic static final String MODELOBJECTDELTA_NEW_DELTA
ModelObjectDelta.newDelta(org.faktorips.runtime.IModelObject,
org.faktorips.runtime.IModelObject, org.faktorips.runtime.IDeltaComputationOptions),
Constant Field Valuespublic static final String ACCEPT_VISITOR
IVisitorSupport.accept(org.faktorips.runtime.IModelObjectVisitor),
Constant Field Valuespublic static final String VISITOR_VISIT
IModelObjectVisitor.visit(org.faktorips.runtime.IModelObject),
Constant Field Valuespublic static final String IS_CHANGING_OVER_TIME
IProductComponent.isChangingOverTime(),
Constant Field Valuespublic static final String METHOD_NEW_COPY
public static final String METHOD_COPY_ASSOCIATIONS
public static final String VALIDATION_CONTEXT_GET_LOCALE
public static final String MESSAGE_HELPER_GET_MESSAGE
| Constructor Detail |
|---|
public MethodNames()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||