| Package | Description |
|---|---|
| org.beigesoft.ws.mdl |
It consist of web-store non-persistable models.
|
| org.beigesoft.ws.prc |
Contains of trade processors.
|
| Modifier and Type | Method and Description |
|---|---|
List<TrCatl> |
TrCatl.getSubcatls()
Getter for subcatalogs.
|
| Modifier and Type | Method and Description |
|---|---|
int |
CmpTrCatl.compare(TrCatl o1,
TrCatl o2) |
| Modifier and Type | Method and Description |
|---|---|
void |
TrCatl.setSubcatls(List<TrCatl> pSubcatls)
Setter for subcatalogs.
|
| Modifier and Type | Method and Description |
|---|---|
TrCatl |
WsPg.findTrCatlById(List<TrCatl> pCatls,
Long pId)
Find trading catl by ID.
|
| Modifier and Type | Method and Description |
|---|---|
List<TrCatl> |
WsPg.lazCatls(Map<String,Object> pRvs)
Build catls in lazy mode.
|
| Modifier and Type | Method and Description |
|---|---|
void |
WsPg.copSubcats(TrCatl pCatl,
List<CatGs> pCatlsGs)
Copy sub-catl-GS from given catl-T to given set-CGS.
|
CatGs |
WsPg.findSubcatByIdInTc(TrCatl pCatl,
Long pId)
Find sub-catl-GS by ID in root catl-T.
|
void |
WsPg.prpgCatlStg(TrCatl pMainCatl)
Set filters/orders/has goods/services...
|
String |
WsPg.revealWhereCatl(TrCatl pTcat,
org.beigesoft.flt.FltItms<CatGs> pFltCatl)
Reveal part of where catl clause e.g.
|
org.beigesoft.flt.FltItms<CatGs> |
WsPg.revFltCatl(TrCatl pTcat,
Map<String,Object> pRvs,
org.beigesoft.mdl.IReqDt pRqDt)
Reveal filter catl for catl and fill it from request data.
|
org.beigesoft.flt.FltInt |
WsPg.revFltPri(TrCatl pTcat,
Map<String,Object> pRvs,
org.beigesoft.mdl.IReqDt pRqDt)
Reveal filter price for catl and fill it from request data.
|
List<FltSpf> |
WsPg.revFltsSpec(TrCatl pTcat,
Map<String,Object> pRvs,
org.beigesoft.mdl.IReqDt pRqDt)
Reveal filters specifics for given catl
and fill it from request data.
|
| Modifier and Type | Method and Description |
|---|---|
TrCatl |
WsPg.findTrCatlById(List<TrCatl> pCatls,
Long pId)
Find trading catl by ID.
|
void |
WsPg.refrCatlsFlts(Map<String,Object> pRvs,
List<TrCatl> pCurLst)
Refresh catl filters, the first catl in which filter is enabled
is propagated into sub-catls.
|
void |
WsPg.retSubcatls(List<TrCatl> pCurLst,
List<CatGs> pCatls,
List<SubCat> pSubCats)
Retrieve recursively sub-catls for current level catls.
|
void |
WsPg.sortCatls(List<TrCatl> pCurLst)
Sort recursively catls in tree.
|
Copyright © 2019–2020. All rights reserved.