| Package | Description |
|---|---|
| com.franciaflex.magalie.persistence | |
| com.franciaflex.magalie.persistence.dao | |
| com.franciaflex.magalie.persistence.entity |
| Modifier and Type | Field and Description |
|---|---|
protected RequestedList |
RequestedLists.GivenRequestListFirst.requestedList |
| Modifier and Type | Method and Description |
|---|---|
RequestedList |
RequestedArticles.GetRequestList.apply(RequestedArticle requestedArticle) |
| Modifier and Type | Method and Description |
|---|---|
static Comparator<RequestedList> |
RequestedLists.comparator() |
static com.google.common.base.Function<RequestedArticle,RequestedList> |
RequestedArticles.getRequestList() |
static Comparator<RequestedList> |
RequestedLists.givenRequestListFirst(RequestedList requestedList) |
static Comparator<RequestedList> |
RequestedLists.requestDateFirstComparator() |
static Comparator<RequestedList> |
RequestedLists.urgentFirstComparator() |
| Modifier and Type | Method and Description |
|---|---|
int |
RequestedLists.GivenRequestListFirst.compare(RequestedList x,
RequestedList y) |
int |
RequestedLists.UrgentFirstComparator.compare(RequestedList x,
RequestedList y) |
int |
RequestedLists.RequestDateFistComparator.compare(RequestedList x,
RequestedList y) |
static Comparator<RequestedList> |
RequestedLists.givenRequestListFirst(RequestedList requestedList) |
| Constructor and Description |
|---|
RequestedLists.GivenRequestListFirst(RequestedList requestedList) |
| Modifier and Type | Method and Description |
|---|---|
RequestedList |
AbstractRequestedListJpaDao.findByBuilding(Building v) |
RequestedList |
AbstractRequestedListJpaDao.findByCode(String v) |
RequestedList |
AbstractRequestedListJpaDao.findByListType(String v) |
RequestedList |
AbstractRequestedListJpaDao.findByRequestDate(Date v) |
RequestedList |
AbstractRequestedListJpaDao.findByUrgent(boolean v) |
| Modifier and Type | Method and Description |
|---|---|
List<RequestedList> |
AbstractRequestedListJpaDao.findAllByBuilding(Building v) |
List<RequestedList> |
AbstractRequestedListJpaDao.findAllByCode(String v) |
List<RequestedList> |
AbstractRequestedListJpaDao.findAllByListType(String v) |
List<RequestedList> |
AbstractRequestedListJpaDao.findAllByRequestDate(Date v) |
List<RequestedList> |
AbstractRequestedListJpaDao.findAllByUrgent(boolean v) |
protected Class<RequestedList> |
AbstractRequestedListJpaDao.getEntityClass() |
| Modifier and Type | Field and Description |
|---|---|
protected RequestedList |
AbstractJpaRequestedArticle.requestedList |
protected RequestedList |
AbstractJpaDeliveredRequestedList.requestedList |
| Modifier and Type | Method and Description |
|---|---|
RequestedList |
AbstractJpaRequestedArticle.getRequestedList() |
RequestedList |
AbstractJpaDeliveredRequestedList.getRequestedList() |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractJpaRequestedArticle.setRequestedList(RequestedList requestedList) |
void |
AbstractJpaDeliveredRequestedList.setRequestedList(RequestedList requestedList) |
Copyright © 2013 CodeLutin. All rights reserved.