psdi.app.item

Interface CommodityRemote

  • All Superinterfaces:
    MboRemote, java.rmi.Remote
    All Known Implementing Classes:
    Commodity


    public interface CommodityRemote
    extends MboRemote
    Remote Interface for Commodity rec. Any remote behavior or state for Commodity must be declared in this interface.
    • Method Detail

      • isServiceCommodity

        boolean isServiceCommodity()
                            throws MXException,
                                   java.rmi.RemoteException
        Throws:
        MXException
        java.rmi.RemoteException
      • isCommodityCode

        boolean isCommodityCode()
                         throws MXException,
                                java.rmi.RemoteException
        Throws:
        MXException
        java.rmi.RemoteException
      • saveMultiList

        void saveMultiList(MboSetRemote msr,
                           java.lang.String company,
                           java.lang.String parent)
                    throws MXException,
                           java.rmi.RemoteException
        Throws:
        MXException
        java.rmi.RemoteException
      • addServiceCommodityChildren

        void addServiceCommodityChildren(MboSetRemote commodities,
                                         java.lang.String commodity)
                                  throws MXException,
                                         java.rmi.RemoteException
        Throws:
        MXException
        java.rmi.RemoteException
      • associateAssetsToCommodity

        void associateAssetsToCommodity(MboSetRemote assets)
                                 throws MXException,
                                        java.rmi.RemoteException
        Throws:
        MXException
        java.rmi.RemoteException
      • associateLocationsToCommodity

        void associateLocationsToCommodity(MboSetRemote locations)
                                    throws MXException,
                                           java.rmi.RemoteException
        Throws:
        MXException
        java.rmi.RemoteException