Author: lektran
Date: Sat Oct 3 05:55:01 2009
New Revision: 821255
URL:
http://svn.apache.org/viewvc?rev=821255&view=revLog:
Removed the following deprecated method from PartyWorker:
getPartyOtherValues(PageContext, String, String, String, String)
Modified:
ofbiz/trunk/applications/party/src/org/ofbiz/party/party/PartyWorker.java
Modified: ofbiz/trunk/applications/party/src/org/ofbiz/party/party/PartyWorker.java
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/party/src/org/ofbiz/party/party/PartyWorker.java?rev=821255&r1=821254&r2=821255&view=diff==============================================================================
--- ofbiz/trunk/applications/party/src/org/ofbiz/party/party/PartyWorker.java (original)
+++ ofbiz/trunk/applications/party/src/org/ofbiz/party/party/PartyWorker.java Sat Oct 3 05:55:01 2009
@@ -84,16 +84,6 @@
return result;
}
- /** @deprecated */
- @Deprecated
- public static void getPartyOtherValues(PageContext pageContext, String partyId, String partyAttr, String personAttr, String partyGroupAttr) {
- Map<String, GenericValue> partyMap = getPartyOtherValues(pageContext.getRequest(), partyId, partyAttr, personAttr, partyGroupAttr);
- for (Map.Entry<String, GenericValue> e: partyMap.entrySet()) {
- pageContext.setAttribute(e.getKey(), e.getValue());
-
- }
- }
-
/**
* Generate a sequenced club id using the prefix passed and a sequence value + check digit
* @param delegator used to obtain a sequenced value