Searched refs:ecfAddress (Results 1 – 2 of 2) sorted by relevance
192 public void setEventChargingFunctionAddress(String ecfAddress) throws ParseException { in setEventChargingFunctionAddress() argument194 if (ecfAddress == null) in setEventChargingFunctionAddress()199 setMultiParameter(ParameterNamesIms.ECF, ecfAddress); in setEventChargingFunctionAddress()210 public void addEventChargingFunctionAddress(String ecfAddress) throws ParseException { in addEventChargingFunctionAddress() argument212 if (ecfAddress == null) in addEventChargingFunctionAddress()217 this.parameters.set(ParameterNamesIms.ECF, ecfAddress); in addEventChargingFunctionAddress()227 public void removeEventChargingFunctionAddress(String ecfAddress) throws ParseException { in removeEventChargingFunctionAddress() argument229 if (ecfAddress == null) in removeEventChargingFunctionAddress()234 if(!this.delete(ecfAddress, ParameterNamesIms.ECF)) { in removeEventChargingFunctionAddress()
122 public void setEventChargingFunctionAddress(String ecfAddress)throws ParseException; in setEventChargingFunctionAddress() argument129 public void addEventChargingFunctionAddress(String ecfAddress) throws ParseException; in addEventChargingFunctionAddress() argument136 public void removeEventChargingFunctionAddress(String ecfAddress) throws ParseException; in removeEventChargingFunctionAddress() argument