public class FindOrgMembersAction
extends org.eclipse.jface.action.Action
Constructor and Description |
---|
FindOrgMembersAction()
Default constructor to create a new FindOrgMembersAction.
|
FindOrgMembersAction(Organization org)
This constructor creates a new FindOrgMembersAction for the given organization.
|
Modifier and Type | Method and Description |
---|---|
protected java.lang.Object[] | findMembers()
This method initiates the server request to find all the members for this organization.
|
java.lang.String | getActionDefinitionId()
This method returns the action ID as declared in the plugin.xml.
|
Organization | getCurrentOrganization()
This method returns the organization.
|
protected TelesalesProperties | getFindCustomerParameters()
This method returns the parameters for the com.ibm.commerce.telesales.findCustomer action.
|
java.lang.String | getHelpContextId()
This method implementation does nothing.
|
java.lang.String | getId()
This method returns a unique identifier for this action, or null if it has none.
|
protected void | openOrganizationMembersDialog()
This method opens the Organization Members dialog.
|
protected void | postRun()
This method will be called once run action is completed to perform any post run actions like resetting the action's parameters and so forth.
|
void | run()
This method launches the find organization members dialog.
|
void | setCurrentOrganization(Organization org)
This method sets the organization.
|
public FindOrgMembersAction()
public FindOrgMembersAction(Organization org)
public void setCurrentOrganization(Organization org)
public Organization getCurrentOrganization()
public java.lang.String getActionDefinitionId()
public java.lang.String getId()
public java.lang.String getHelpContextId()
public void run()
protected void postRun()
protected void openOrganizationMembersDialog()
protected java.lang.Object[] findMembers()
protected TelesalesProperties getFindCustomerParameters()