Author: lektran
Date: Wed Apr 28 11:31:08 2010
New Revision: 938954
URL:
http://svn.apache.org/viewvc?rev=938954&view=revLog:
The following deprecated classes, constructors or methods have been removed:
org.ofbiz.entity.Delegator.getMultiRelation(GenericValue, String, String)
- Use getMultiRelation(GenericValue, String, String, List<String>) instead
Modified:
ofbiz/trunk/framework/entity/src/org/ofbiz/entity/Delegator.java
Modified: ofbiz/trunk/framework/entity/src/org/ofbiz/entity/Delegator.java
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/framework/entity/src/org/ofbiz/entity/Delegator.java?rev=938954&r1=938953&r2=938954&view=diff==============================================================================
--- ofbiz/trunk/framework/entity/src/org/ofbiz/entity/Delegator.java (original)
+++ ofbiz/trunk/framework/entity/src/org/ofbiz/entity/Delegator.java Wed Apr 28 11:31:08 2010
@@ -644,26 +644,6 @@ public interface Delegator {
/**
* Get the named Related Entity for the GenericValue from the persistent
* store across another Relation. Helps to get related Values in a
- * multi-to-multi relationship. NOTE 20080502: 0 references
- *
- * @param relationNameOne
- * String containing the relation name which is the combination
- * of relation.title and relation.rel-entity-name as specified in
- * the entity XML definition file, for first relation
- * @param relationNameTwo
- * String containing the relation name for second relation
- * @param value
- * GenericValue instance containing the entity
- * @return List of GenericValue instances as specified in the relation
- * definition
- * @deprecated Use getMultiRelation() instead
- */
- @Deprecated
- public List<GenericValue> getMultiRelation(GenericValue value, String relationNameOne, String relationNameTwo) throws GenericEntityException;
-
- /**
- * Get the named Related Entity for the GenericValue from the persistent
- * store across another Relation. Helps to get related Values in a
* multi-to-multi relationship. NOTE 20080502: 3 references
*
* @param relationNameOne