|
Deprecated Methods |
com.opensourcestrategies.crmsfa.party.PartyHelper.createViewPageLink(String, GenericDelegator, String)
Use org.opentaps.domain.party.Party.createViewPageLink() |
com.opensourcestrategies.crmsfa.party.PartyHelper.createViewPageURL(String, GenericDelegator, String)
Use org.opentaps.domain.party.Party.createViewPageURL() |
org.opentaps.foundation.repository.ofbiz.Repository.genericValueFromEntity(GenericDelegator, String, Collection extends EntityInterface>)
|
org.opentaps.common.order.UtilOrder.getBillToCustomerPartyId(GenericDelegator, String)
Use the Order domain class instead |
org.opentaps.common.order.UtilOrder.getBillToCustomerPartyName(GenericDelegator, String, boolean)
Use the Order domain class instead |
org.opentaps.common.util.UtilCommon.getContentAsByteWrapper(GenericDelegator, String, String, String, Locale, String)
for upgrade ofbiz to new version only, refactor the code later, ofbiz no longer uses ByteWrapper, instead use byte[] directly. |
org.opentaps.common.order.UtilOrder.getCustomerPoNumber(GenericDelegator, String)
Use the Order domain class instead |
org.opentaps.common.order.UtilOrder.getCustomerPoNumber(GenericValue)
Use the Order domain class instead |
org.opentaps.foundation.repository.ofbiz.Repository.getDelegator()
Repositories should avoid using the delegator and use the find methods instead |
org.opentaps.common.order.UtilOrder.getEarliestShipByDate(GenericDelegator, String, TimeZone, Locale)
Use the Order domain class instead |
org.opentaps.common.order.UtilOrder.getInvoicedQuantity(GenericValue)
Use the Order domain class instead |
org.opentaps.common.party.PartyReader.getPartyCompositeName(GenericValue)
|
org.opentaps.common.party.PartyReader.getPartyName()
|
org.opentaps.common.order.UtilOrder.getPlacingCustomerPartyId(GenericDelegator, String)
Use the Order domain class instead |
org.opentaps.common.order.UtilOrder.getPlacingCustomerPartyName(GenericDelegator, String, boolean)
Use the Order domain class instead |
com.opensourcestrategies.crmsfa.party.PartyHelper.getPrimaryEmailForParty(String, GenericDelegator)
Use org.opentaps.domain.party.Party.getPrimaryEmail() |
org.opentaps.common.party.PartyHelper.getPrimaryEmailForParty(String, GenericDelegator)
Use org.opentaps.domain.party.Party.getPrimaryEmail() |
org.opentaps.common.order.UtilOrder.getShipToCustomerPartyId(GenericDelegator, String)
Use the Order domain class instead |
org.opentaps.common.order.UtilOrder.getShipToCustomerPartyName(GenericDelegator, String, boolean)
Use the Order domain class instead |
org.opentaps.common.query.Query.getStatement()
|
org.opentaps.common.party.PartyContactHelper.getTelecomNumberValueByPurpose(String, String, boolean, GenericDelegator)
|
org.opentaps.common.util.UtilCommon.getValidEmailAddressesFromString(String, boolean)
UtilValidate removed requireDot, so this parameter is now ignored |
org.opentaps.common.agreement.UtilAgreement.getValidFields(String)
Use getValidFields(String, GenericDelegator) instead. This will always use the "default" delegator |
com.opensourcestrategies.crmsfa.security.CrmsfaSecurity.hasActivityPermission(Security, String, GenericValue, String, String)
Checks for activity security scope (visibility) permission for a security scope operation. |
com.opensourcestrategies.financials.ledger.LedgerServices.postRawMaterialIssuancesToGl(DispatchContext, Map)
|
com.opensourcestrategies.financials.util.UtilFinancial.timestampToAmPm(String)
Use org.opentaps.common.util.UtilDate.timestampToAmPm(String, TimeZone, Locale) |
org.opentaps.common.util.UtilCommon.toTimestamp(String)
Use UtilDate.toTimestamp(String timestampString, TimeZone timeZone, Locale locale) |