| java.lang.Object org.ofbiz.party.contact.ContactMechServices
ContactMechServices | public class ContactMechServices (Code) | | Services for Contact Mechanism maintenance
author: David E. Jones version: $Revision: 1.2 $ since: 2.0 |
Method Summary | |
public static Map | createContactMech(DispatchContext ctx, Map context) | public static Map | createEmailAddress(DispatchContext ctx, Map context) | public static Map | createPartyContactMechPurpose(DispatchContext ctx, Map context) | public static Map | createPostalAddress(DispatchContext ctx, Map context) | public static Map | createTelecomNumber(DispatchContext ctx, Map context) | public static Map | deleteContactMech(DispatchContext ctx, Map context) | public static Map | deletePartyContactMechPurpose(DispatchContext ctx, Map context) | public static Map | updateContactMech(DispatchContext ctx, Map context) | public static Map | updateEmailAddress(DispatchContext ctx, Map context) | public static Map | updatePostalAddress(DispatchContext ctx, Map context) | public static Map | updateTelecomNumber(DispatchContext ctx, Map context) |
createContactMech | public static Map createContactMech(DispatchContext ctx, Map context)(Code) | | Creates a ContactMech
security check: userLogin partyId must equal partyId, or must have PARTYMGR_CREATE permission
Parameters: ctx - The DispatchContext that this service is operating in Parameters: context - Map containing the input parameters Map with the result of the service, the output parameters |
createEmailAddress | public static Map createEmailAddress(DispatchContext ctx, Map context)(Code) | | Creates a EmailAddress
security check: userLogin partyId must equal partyId, or must have PARTYMGR_CREATE permission
Parameters: ctx - The DispatchContext that this service is operating in Parameters: context - Map containing the input parameters Map with the result of the service, the output parameters |
createPartyContactMechPurpose | public static Map createPartyContactMechPurpose(DispatchContext ctx, Map context)(Code) | | Creates a PartyContactMechPurpose
security check: userLogin partyId must equal partyId, or must have PARTYMGR_CREATE permission
Parameters: ctx - The DispatchContext that this service is operating in Parameters: context - Map containing the input parameters Map with the result of the service, the output parameters |
createPostalAddress | public static Map createPostalAddress(DispatchContext ctx, Map context)(Code) | | Creates a PostalAddress
security check: userLogin partyId must equal partyId, or must have PARTYMGR_CREATE permission
Parameters: ctx - The DispatchContext that this service is operating in Parameters: context - Map containing the input parameters Map with the result of the service, the output parameters |
createTelecomNumber | public static Map createTelecomNumber(DispatchContext ctx, Map context)(Code) | | Creates a TelecomNumber
security check: userLogin partyId must equal partyId, or must have PARTYMGR_CREATE permission
Parameters: ctx - The DispatchContext that this service is operating in Parameters: context - Map containing the input parameters Map with the result of the service, the output parameters |
deleteContactMech | public static Map deleteContactMech(DispatchContext ctx, Map context)(Code) | | Deletes a ContactMech
security check: userLogin partyId must equal partyId, or must have PARTYMGR_DELETE permission
Parameters: ctx - The DispatchContext that this service is operating in Parameters: context - Map containing the input parameters Map with the result of the service, the output parameters |
deletePartyContactMechPurpose | public static Map deletePartyContactMechPurpose(DispatchContext ctx, Map context)(Code) | | Deletes the PartyContactMechPurpose corresponding to the parameters in the context
security check: userLogin partyId must equal partyId, or must have PARTYMGR_DELETE permission
Parameters: ctx - The DispatchContext that this service is operating in Parameters: context - Map containing the input parameters Map with the result of the service, the output parameters |
updateContactMech | public static Map updateContactMech(DispatchContext ctx, Map context)(Code) | | Updates a ContactMech
security check: userLogin partyId must equal partyId, or must have PARTYMGR_UPDATE permission
Parameters: ctx - The DispatchContext that this service is operating in Parameters: context - Map containing the input parameters Map with the result of the service, the output parameters |
updateEmailAddress | public static Map updateEmailAddress(DispatchContext ctx, Map context)(Code) | | Updates a EmailAddress
security check: userLogin partyId must equal partyId, or must have PARTYMGR_UPDATE permission
Parameters: ctx - The DispatchContext that this service is operating in Parameters: context - Map containing the input parameters Map with the result of the service, the output parameters |
updatePostalAddress | public static Map updatePostalAddress(DispatchContext ctx, Map context)(Code) | | Updates a PostalAddress
security check: userLogin partyId must equal partyId, or must have PARTYMGR_UPDATE permission
Parameters: ctx - The DispatchContext that this service is operating in Parameters: context - Map containing the input parameters Map with the result of the service, the output parameters |
updateTelecomNumber | public static Map updateTelecomNumber(DispatchContext ctx, Map context)(Code) | | Updates a TelecomNumber
security check: userLogin partyId must equal partyId, or must have PARTYMGR_UPDATE permission
Parameters: ctx - The DispatchContext that this service is operating in Parameters: context - Map containing the input parameters Map with the result of the service, the output parameters |
|
|