Package org.jallinone.sales.agents.server

Examples of org.jallinone.sales.agents.server.LoadAgentTypesAction


    a = new InsertDestinationsAction(); put(a.getRequestName(),a);
    a = new UpdateDestinationsAction(); put(a.getRequestName(),a);
    a = new DeleteDestinationsAction(); put(a.getRequestName(),a);
    a = new ValidateDestinationCodeAction(); put(a.getRequestName(),a);

    a = new LoadAgentTypesAction(); put(a.getRequestName(),a);
    a = new InsertAgentTypesAction(); put(a.getRequestName(),a);
    a = new UpdateAgentTypesAction(); put(a.getRequestName(),a);
    a = new DeleteAgentTypesAction(); put(a.getRequestName(),a);

    a = new LoadAgentsAction(); put(a.getRequestName(),a);
View Full Code Here

TOP

Related Classes of org.jallinone.sales.agents.server.LoadAgentTypesAction

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.