Author: adrianc
Date: Sat Aug 30 09:19:38 2014
New Revision: 1621439
URL:
http://svn.apache.org/r1621439Log:
Removed references to GenericDelegator from Delegator interface.
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=1621439&r1=1621438&r2=1621439&view=diff==============================================================================
--- ofbiz/trunk/framework/entity/src/org/ofbiz/entity/Delegator.java (original)
+++ ofbiz/trunk/framework/entity/src/org/ofbiz/entity/Delegator.java Sat Aug 30 09:19:38 2014
@@ -139,9 +139,9 @@ public interface Delegator {
public void clearCacheLineFlexible(GenericEntity dummyPK, boolean distribute);
- public GenericDelegator cloneDelegator();
+ public Delegator cloneDelegator();
- public GenericDelegator cloneDelegator(String delegatorName);
+ public Delegator cloneDelegator(String delegatorName);
/**
* Creates a Entity in the form of a GenericValue and write it to the
@@ -927,7 +927,7 @@ public interface Delegator {
/** Creates a Primary Key in the form of a GenericPK without persisting it */
public GenericPK makePKSingle(String entityName, Object singlePkValue);
- public GenericDelegator makeTestDelegator(String delegatorName);
+ public Delegator makeTestDelegator(String delegatorName);
/**
* Creates a Entity in the form of a GenericValue without persisting it;