public class StoredArticles extends Object
| Modifier and Type | Class and Description |
|---|---|
protected static class |
StoredArticles.AccessibleLocationFirst |
protected static class |
StoredArticles.ArticleStoredInLocationsRequiringDriverLicenseFirstComparator |
protected static class |
StoredArticles.FixedLocationForArticle
Put fixed sites for given article first, or ignore it according to the value of
AbstractJpaArticle.isFixedLocationsFirst() |
protected static class |
StoredArticles.GetArticleFunction |
protected static class |
StoredArticles.GetLocationFunction |
protected static class |
StoredArticles.GetReceptionPriority |
protected static class |
StoredArticles.LocationWithHighestQuantityFirst |
protected static class |
StoredArticles.NotEmptyPredicate |
| Constructor and Description |
|---|
StoredArticles() |
public static com.google.common.collect.Ordering<StoredArticle> receptionPriorityComparator()
public static com.google.common.base.Function<StoredArticle,String> getReceptionPriority()
public static Comparator<StoredArticle> locationWithHighestQuantityFirst()
public static Comparator<StoredArticle> locationWithLowestQuantityFirstComparator()
public static Comparator<StoredArticle> accessibleLocationFirstComparator(MagalieUser magalieUser)
public static Comparator<StoredArticle> fixedLocationForArticleComparator()
public static com.google.common.base.Function<StoredArticle,Location> getLocationFunction()
public static com.google.common.base.Predicate<StoredArticle> articleStoredInAccessibleLocationPredicate(MagalieUser magalieUser)
public static Comparator<StoredArticle> articleStoredInLocationsRequiringDriverLicenseFirstComparator()
public static com.google.common.base.Predicate<StoredArticle> notEmpty()
public static com.google.common.base.Function<StoredArticle,Article> getArticleFunction()
public static com.google.common.base.Function<StoredArticle,Supplier> getArticleSupplierFunction()
public static com.google.common.base.Predicate<StoredArticle> locationBarcodeEquals(String originLocationBarcode)
Copyright © 2013 CodeLutin. All rights reserved.