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);
}