| Package | Description |
|---|---|
| com.franciaflex.magalie.persistence | |
| com.franciaflex.magalie.persistence.dao | |
| com.franciaflex.magalie.persistence.entity |
| Modifier and Type | Method and Description |
|---|---|
Location |
StorageMovements.GetOriginFunction.apply(StorageMovement storageMovement) |
Location |
StorageMovements.GetDestinationFunction.apply(StorageMovement storageMovement) |
Location |
StoredArticles.GetLocationFunction.apply(StoredArticle storedArticle) |
| Modifier and Type | Method and Description |
|---|---|
static com.google.common.base.Predicate<Location> |
Locations.accessibleLocationPredicate(MagalieUser magalieUser) |
static com.google.common.base.Predicate<Location> |
Locations.barcodeEquals(String originLocationBarcode) |
static com.google.common.base.Function<Location,String> |
Locations.getBarcodeFunction() |
static com.google.common.base.Function<StorageMovement,Location> |
StorageMovements.getDestinationFunction() |
static com.google.common.base.Function<StoredArticle,Location> |
StoredArticles.getLocationFunction() |
static com.google.common.base.Function<StorageMovement,Location> |
StorageMovements.getOriginFunction() |
static com.google.common.base.Predicate<Location> |
Locations.inaccessibleLocationPredicate(MagalieUser magalieUser) |
static com.google.common.base.Predicate<Location> |
Locations.isNotFullLocation() |
static com.google.common.base.Predicate<Location> |
Locations.isNotReceptionLocation() |
static Comparator<Location> |
Locations.locationRequiringDriverLicenseFirstComparator() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
Locations.IsReceptionLocation.apply(Location location) |
boolean |
Locations.IsFullLocation.apply(Location location) |
boolean |
Locations.AccessibleLocationPredicate.apply(Location location) |
String |
Locations.GetBarcode.apply(Location location) |
int |
Locations.LocationRequiringDriverLicenseFirstComparator.compare(Location location1,
Location location2) |
| Modifier and Type | Method and Description |
|---|---|
Location |
LocationJpaDao.find(String code,
Warehouse warehouse) |
Location |
LocationDao.find(String code,
Warehouse warehouse) |
Location |
LocationJpaDao.findByBarcode(String barcode,
Building building) |
Location |
LocationDao.findByBarcode(String barcode,
Building building) |
Location |
AbstractLocationJpaDao.findByCode(String v) |
Location |
AbstractLocationJpaDao.findByFullLocation(boolean v) |
Location |
AbstractLocationJpaDao.findByRequiredAccreditationLevel(int v) |
Location |
AbstractLocationJpaDao.findByRequiredCraneMan(boolean v) |
Location |
AbstractLocationJpaDao.findByWarehouse(Warehouse v) |
| Modifier and Type | Method and Description |
|---|---|
List<Location> |
AbstractLocationJpaDao.findAllByCode(String v) |
List<Location> |
AbstractLocationJpaDao.findAllByFullLocation(boolean v) |
List<Location> |
AbstractLocationJpaDao.findAllByRequiredAccreditationLevel(int v) |
List<Location> |
AbstractLocationJpaDao.findAllByRequiredCraneMan(boolean v) |
List<Location> |
AbstractLocationJpaDao.findAllByWarehouse(Warehouse v) |
List<Location> |
LocationErrorDao.findAllLocationsInError(Article article) |
List<Location> |
LocationErrorJpaDao.findAllLocationsInError(Article article) |
List<Location> |
LocationJpaDao.findAllWithoutReception(Warehouse warehouse,
boolean limitExtraLocationsTo50) |
List<Location> |
LocationDao.findAllWithoutReception(Warehouse warehouse,
boolean limitExtraLocationsTo50) |
protected Class<Location> |
AbstractLocationJpaDao.getEntityClass() |
| Modifier and Type | Field and Description |
|---|---|
protected Location |
AbstractJpaRequestedArticle.destinationLocation |
protected Location |
AbstractJpaStorageMovement.destinationLocation |
protected Location |
AbstractJpaLocationError.location |
protected Location |
AbstractJpaStoredArticle.location |
protected Location |
AbstractJpaStorageMovement.originLocation |
| Modifier and Type | Field and Description |
|---|---|
protected Set<Location> |
AbstractJpaArticle.fixedLocations |
| Modifier and Type | Method and Description |
|---|---|
Location |
AbstractJpaRequestedArticle.getDestinationLocation() |
Location |
AbstractJpaStorageMovement.getDestinationLocation() |
Location |
AbstractJpaArticle.getFixedLocations(int index) |
Location |
AbstractJpaArticle.getFixedLocationsById(String id) |
Location |
AbstractJpaLocationError.getLocation() |
Location |
AbstractJpaStoredArticle.getLocation() |
Location |
AbstractJpaStorageMovement.getOriginLocation() |
| Modifier and Type | Method and Description |
|---|---|
Set<Location> |
AbstractJpaArticle.getFixedLocations() |
Set<Location> |
Article.getFixedLocationsInBuilding(Building building) |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractJpaArticle.addFixedLocations(Location fixedLocations) |
boolean |
AbstractJpaArticle.containsFixedLocations(Location fixedLocations) |
boolean |
Article.isFixedLocation(Location location) |
boolean |
AbstractJpaArticle.removeFixedLocations(Location fixedLocations) |
void |
AbstractJpaRequestedArticle.setDestinationLocation(Location destinationLocation) |
void |
AbstractJpaStorageMovement.setDestinationLocation(Location destinationLocation) |
void |
AbstractJpaLocationError.setLocation(Location location) |
void |
AbstractJpaStoredArticle.setLocation(Location location) |
void |
AbstractJpaStorageMovement.setOriginLocation(Location originLocation) |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractJpaArticle.addAllFixedLocations(Collection<Location> fixedLocations) |
boolean |
AbstractJpaArticle.containsAllFixedLocations(Collection<Location> fixedLocations) |
boolean |
AbstractJpaArticle.removeAllFixedLocations(Collection<Location> fixedLocations) |
void |
AbstractJpaArticle.setFixedLocations(Set<Location> fixedLocations) |
Copyright © 2013 CodeLutin. All rights reserved.