Package | Description |
---|---|
com.dpslink.flash.servlet |
DPS Flash specific servlets for handling shopping functions.
|
com.dpslink.flash.servlet.admin |
DPS Flash specific servlets for handling administration functions.
|
com.dpslink.flash.servlet.sfi |
DPS Flash specific servlets for handling sales force interface functions.
|
Modifier and Type | Class and Description |
---|---|
protected class |
Home.Context
Inner class used to store servlet context information.
|
protected class |
MainPagingServlet.Context
Inner class used to store servlet context information.
|
protected class |
Products.Context
Inner class used to store servlet context information.
|
protected class |
ProductSearchResults.Context
Inner class used to store servlet context information.
|
protected class |
ProductSpecial.Context
Inner class used to store servlet context information.
|
Modifier and Type | Method and Description |
---|---|
static int |
PagingServletLinks.getPageBegIndex(PagingServletContext ctx)
Returns the index of the first record that is to be displayed on the
current page.
|
static int |
PagingServletLinks.getPageEndIndex(PagingServletContext ctx)
Returns the index of the last record that is to be displayed on the
current page.
|
static java.util.ArrayList<Link> |
PagingServletLinks.getPageLinks(PagingServletContext ctx)
Returns a collection of html
Link objects that are based on the
the given servlet context's current values for list size and page number. |
int |
PagingServlet.setTemplatePagingBegIndex(PagingServletContext pgCtx)
Invoked by a subclass' implementation of
setTemplateData to set
the paging beginning index data required by the html template. |
int |
MainPagingServlet.setTemplatePagingBegIndex(PagingServletContext pgCtx)
Invoked by a subclass' implementation of
setTemplateData to set
the paging beginning index data required by the html template. |
int |
PagingServlet.setTemplatePagingEndIndex(PagingServletContext pgCtx)
Invoked by a subclass' implementation of
setTemplateData to set
the paging ending index data required by the html template. |
int |
MainPagingServlet.setTemplatePagingEndIndex(PagingServletContext pgCtx)
Invoked by a subclass' implementation of
setTemplateData to set
the paging ending index data required by the html template. |
void |
PagingServlet.setTemplatePagingLinks(PagingServletContext pgCtx,
int listSize)
Invoked by a subclass' implementation of
setTemplateData to set
the paging links data required by the html template. |
void |
MainPagingServlet.setTemplatePagingLinks(PagingServletContext pgCtx,
int listSize)
Invoked by a subclass' implementation of
setTemplateData to set
the paging links data required by the html template. |
Modifier and Type | Class and Description |
---|---|
protected class |
AdmAccountSelect.Context
Inner class used to store servlet context information.
|
protected class |
AdmCategoryProductAdd.Context
Inner class used to store servlet context information.
|
protected class |
AdmCategoryProductList.Context
Inner class used to store servlet context information.
|
protected class |
AdmCategorySelect.Context
Inner class used to store servlet context information.
|
protected class |
AdmCategorySubcatAdd.Context
Inner class used to store servlet context information.
|
protected class |
AdmCategorySubcatList.Context
Inner class used to store servlet context information.
|
protected class |
AdmCountrySelect.Context
Inner class used to store servlet context information.
|
protected class |
AdmLeadtimeSelect.Context
Inner class used to store servlet context information.
|
protected class |
AdmManufacturerSelect.Context
Inner class used to store servlet context information.
|
protected class |
AdmPendingProductEditBasic.Context
Inner class used to store servlet context information.
|
protected class |
AdmPendingProductEditDescriptions.Context
Inner class used to store servlet context information.
|
protected class |
AdmPendingProductEditImages.Context
Inner class used to store servlet context information.
|
protected class |
AdmPendingProductEditSelected.Context
Inner class used to store servlet context information.
|
protected class |
AdmPendingProductList.Context
Inner class used to store servlet context information.
|
protected class |
AdmProductAttributeAddEdit.Context
Inner class used to store servlet context information.
|
protected class |
AdmProductAttributeDescrSelect.Context
Inner class used to store servlet context information.
|
protected class |
AdmProductAttributeList.Context
Inner class used to store servlet context information.
|
protected class |
AdmProductCategoryAdd.Context
Inner class used to store servlet context information.
|
protected class |
AdmProductCategoryList.Context
Inner class used to store servlet context information.
|
protected class |
AdmProductDescriptionEdit.Context
Inner class used to store servlet context information.
|
protected class |
AdmProductEdit.Context
Inner class used to store servlet context information.
|
protected class |
AdmProductImageEdit.Context
Inner class used to store servlet context information.
|
protected class |
AdmProductImportCandidateList.Context
Inner class used to store servlet context information.
|
protected class |
AdmProductProfile.Context
Inner class used to store servlet context information.
|
protected class |
AdmProductSelect.Context
Inner class used to store servlet context information.
|
protected class |
AdmProductServlet.Context
Inner class used to store servlet context information.
|
protected class |
AdmSalesRepCustomerAdd.Context
Inner class used to store servlet context information.
|
protected class |
AdmSalesRepCustomerList.Context
Inner class used to store servlet context information.
|
protected class |
AdmSalesRepSelect.Context
Inner class used to store servlet context information.
|
protected class |
AdmSalesRepUserSelect.Context
Inner class used to store servlet context information.
|
protected class |
AdmSecurityProfileSelect.Context
Inner class used to store servlet context information.
|
protected class |
AdmShipperSelect.Context
Inner class used to store servlet context information.
|
protected class |
AdmSpecialProductAdd.Context
Inner class used to store servlet context information.
|
protected class |
AdmSpecialProductList.Context
Inner class used to store servlet context information.
|
protected class |
AdmSpecialSelect.Context
Inner class used to store servlet context information.
|
protected class |
AdmStateSelect.Context
Inner class used to store servlet context information.
|
protected class |
AdmUnitMeasureSelect.Context
Inner class used to store servlet context information.
|
protected class |
AdmVerifyProductFiles.Context
Inner class used to store servlet context information.
|
protected class |
AdmWordFixSelect.Context
Inner class used to store servlet context information.
|
Modifier and Type | Class and Description |
---|---|
protected class |
SfiAccountSelect.Context
Inner class used to store servlet context information.
|