MpnProfileOperations Class

Implements

public class MpnProfileOperations extends BasePartnerComponentString implements IMpnProfile

Class which contains operations for Partner Network Profile

Constructor Summary

Constructor Description
MpnProfileOperations(IPartner rootPartnerOperations)

Initializes a new instance of the MpnProfileOperations class.

Method Summary

Modifier and Type Method and Description
MpnProfile get()

Retrieves the logged in reseller's MpnProfile.

MpnProfile get(String mpnId)

Retrieves a MpnProfile by MPN Id.

Inherited Members

BasePartnerComponent<TContext>.getContext() BasePartnerComponent<TContext>.getPartner() java.lang.Object.clone() java.lang.Object.equals(java.lang.Object) java.lang.Object.finalize() java.lang.Object.getClass() java.lang.Object.hashCode() java.lang.Object.notify() java.lang.Object.notifyAll() java.lang.Object.toString() java.lang.Object.wait() java.lang.Object.wait(long) java.lang.Object.wait(long,int)

Constructor Details

MpnProfileOperations

public MpnProfileOperations(IPartner rootPartnerOperations)

Initializes a new instance of the MpnProfileOperations class.

Parameters:

rootPartnerOperations - The root partner operations instance.

Method Details

get

public MpnProfile get()

Retrieves the logged in reseller's MpnProfile.

Returns:

The partner network profile.

get

public MpnProfile get(String mpnId)

Retrieves a MpnProfile by MPN Id.

Parameters:

mpnId - The MPN Id.

Returns:

The partner network profile.

Applies to