public class Locations extends Object
| Modifier and Type | Class and Description |
|---|---|
protected static class |
Locations.AccessibleLocationPredicate |
protected static class |
Locations.GetBarcode |
protected static class |
Locations.IsFullLocation |
protected static class |
Locations.IsReceptionLocation |
protected static class |
Locations.LocationRequiringDriverLicenseFirstComparator |
| Constructor and Description |
|---|
Locations() |
| Modifier and Type | Method and Description |
|---|---|
static com.google.common.base.Predicate<Location> |
accessibleLocationPredicate(MagalieUser magalieUser) |
static com.google.common.base.Predicate<Location> |
barcodeEquals(String originLocationBarcode) |
static String |
codeForReceptionLocations() |
static String |
codeForWarehouseWithoutLocations() |
static com.google.common.base.Function<Location,String> |
getBarcodeFunction() |
static com.google.common.base.Predicate<Location> |
inaccessibleLocationPredicate(MagalieUser magalieUser) |
static com.google.common.base.Predicate<Location> |
isNotFullLocation() |
static com.google.common.base.Predicate<Location> |
isNotReceptionLocation() |
static Comparator<Location> |
locationRequiringDriverLicenseFirstComparator() |
public static com.google.common.base.Predicate<Location> accessibleLocationPredicate(MagalieUser magalieUser)
public static com.google.common.base.Predicate<Location> inaccessibleLocationPredicate(MagalieUser magalieUser)
public static Comparator<Location> locationRequiringDriverLicenseFirstComparator()
public static String codeForWarehouseWithoutLocations()
public static String codeForReceptionLocations()
public static com.google.common.base.Predicate<Location> isNotReceptionLocation()
public static com.google.common.base.Predicate<Location> isNotFullLocation()
public static com.google.common.base.Predicate<Location> barcodeEquals(String originLocationBarcode)
Copyright © 2013 CodeLutin. All rights reserved.