Package org.nightlabs.jfire.trade.id

Examples of org.nightlabs.jfire.trade.id.ArticleContainerID


      throw new IllegalArgumentException("Param articleContainerIDs must NOT be null!");

    monitor.beginTask("Loading ArticleContainers", 1);
    try {
      if (!articleContainerIDs.isEmpty()) {
        ArticleContainerID articleContainerID = articleContainerIDs.iterator().next();
        if (articleContainerID instanceof DeliveryNoteID) {
          StoreManagerRemote sm = JFireEjb3Factory.getRemoteBean(StoreManagerRemote.class, SecurityReflector.getInitialContextProperties());
          Set<DeliveryNoteID> deliveryNoteIDs = CollectionUtil.castSet(articleContainerIDs);
          return sm.getDeliveryNotes(deliveryNoteIDs, fetchGroups, maxFetchDepth);
        }
View Full Code Here

TOP

Related Classes of org.nightlabs.jfire.trade.id.ArticleContainerID

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.