| Package | Description |
|---|---|
| com.dpslink.flash.servlet.admin |
DPS Flash specific servlets for handling administration functions.
|
| Modifier and Type | Class and Description |
|---|---|
protected class |
AdmPurgeAccounts.Context
Inner class used to store servlet context information.
|
protected class |
AdmPurgeCarts.Context
Inner class used to store servlet context information.
|
protected class |
AdmPurgeCategories.Context
Inner class used to store servlet context information.
|
protected class |
AdmPurgeCreditCards.Context
Inner class used to store servlet context information.
|
protected class |
AdmPurgeFavorites.Context
Inner class used to store servlet context information.
|
protected class |
AdmPurgeOrderAudits.Context
Inner class used to store servlet context information.
|
protected class |
AdmPurgeRestockNotifications.Context
Inner class used to store servlet context information.
|
protected class |
AdmPurgeSearchLogs.Context
Inner class used to store servlet context information.
|
protected class |
AdmPurgeSiteActivities.Context
Inner class used to store servlet context information.
|
| Modifier and Type | Method and Description |
|---|---|
protected AdmPurge.Context |
AdmPurgeCreditCards.createContext(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Creates the servlet context inner class.
|
protected AdmPurge.Context |
AdmPurgeSearchLogs.createContext(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Creates the servlet context inner class.
|
protected AdmPurge.Context |
AdmPurgeFavorites.createContext(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Creates the servlet context inner class.
|
protected AdmPurge.Context |
AdmPurgeRestockNotifications.createContext(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Creates the servlet context inner class.
|
protected AdmPurge.Context |
AdmPurgeCategories.createContext(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Creates the servlet context inner class.
|
protected AdmPurge.Context |
AdmPurgeOrderAudits.createContext(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Creates the servlet context inner class.
|
protected AdmPurge.Context |
AdmPurgeAccounts.createContext(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Creates the servlet context inner class.
|
protected AdmPurge.Context |
AdmPurgeCarts.createContext(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Creates the servlet context inner class.
|
protected AdmPurge.Context |
AdmPurgeSiteActivities.createContext(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Creates the servlet context inner class.
|
| Modifier and Type | Method and Description |
|---|---|
protected int |
AdmPurgeSearchLogs.getPurgeCount(AdmPurge.Context ctx)
Returns the number of records that match the purge criteria.
|
protected int |
AdmPurge.getPurgeCount(AdmPurge.Context ctx)
Returns the number of records that match the purge criteria.
|
protected int |
AdmPurgeRestockNotifications.getPurgeCount(AdmPurge.Context ctx)
Returns the number of records that match the purge criteria.
|
protected int |
AdmPurgeSiteActivities.getPurgeCount(AdmPurge.Context ctx)
Returns the number of records that match the purge criteria.
|
protected java.util.Date |
AdmPurge.getPurgeDate(AdmPurge.Context ctx)
Returns a date object for the submitted purge date.
|
protected java.util.ArrayList<CreditCard> |
AdmPurgeCreditCards.getPurgeRecords(AdmPurge.Context ctx)
Returns a collection of records that match the purge criteria.
|
protected java.util.ArrayList<SearchLogProduct> |
AdmPurgeSearchLogs.getPurgeRecords(AdmPurge.Context ctx)
Returns a collection of records that match the purge criteria.
|
protected java.util.ArrayList<Cart> |
AdmPurgeFavorites.getPurgeRecords(AdmPurge.Context ctx)
Returns a collection of records that match the purge criteria.
|
protected abstract java.util.ArrayList<? extends JDBCObject<?>> |
AdmPurge.getPurgeRecords(AdmPurge.Context ctx)
Returns a collection of records that match the purge criteria.
|
protected java.util.ArrayList<RestockNotification> |
AdmPurgeRestockNotifications.getPurgeRecords(AdmPurge.Context ctx)
Returns a collection of records that match the purge criteria.
|
protected java.util.ArrayList<AdmPurgeCategories.CatalogPath> |
AdmPurgeCategories.getPurgeRecords(AdmPurge.Context ctx)
Returns a collection of records that match the purge criteria.
|
protected java.util.ArrayList<OrderAudit> |
AdmPurgeOrderAudits.getPurgeRecords(AdmPurge.Context ctx)
Returns a collection of records that match the purge criteria.
|
protected java.util.ArrayList<User> |
AdmPurgeAccounts.getPurgeRecords(AdmPurge.Context ctx)
Returns a collection of records that match the purge criteria.
|
protected java.util.ArrayList<Cart> |
AdmPurgeCarts.getPurgeRecords(AdmPurge.Context ctx)
Returns a collection of records that match the purge criteria.
|
protected java.util.ArrayList<SiteActivity> |
AdmPurgeSiteActivities.getPurgeRecords(AdmPurge.Context ctx)
Returns a collection of records that match the purge criteria.
|
protected boolean |
AdmPurgeCreditCards.purgeRecords(AdmPurge.Context ctx)
Purges the records that match the purge criteria.
|
protected boolean |
AdmPurgeSearchLogs.purgeRecords(AdmPurge.Context ctx)
Purges the records that match the purge criteria.
|
protected boolean |
AdmPurgeFavorites.purgeRecords(AdmPurge.Context ctx)
Purges the records that match the purge criteria.
|
protected abstract boolean |
AdmPurge.purgeRecords(AdmPurge.Context ctx)
Purges the records that match the purge criteria.
|
protected boolean |
AdmPurgeRestockNotifications.purgeRecords(AdmPurge.Context ctx)
Purges the records that match the purge criteria.
|
protected boolean |
AdmPurgeCategories.purgeRecords(AdmPurge.Context ctx)
Purges the records that match the purge criteria.
|
protected boolean |
AdmPurgeOrderAudits.purgeRecords(AdmPurge.Context ctx)
Purges the records that match the purge criteria.
|
protected boolean |
AdmPurgeAccounts.purgeRecords(AdmPurge.Context ctx)
Purges the records that match the purge criteria.
|
protected boolean |
AdmPurgeCarts.purgeRecords(AdmPurge.Context ctx)
Purges the records that match the purge criteria.
|
protected boolean |
AdmPurgeSiteActivities.purgeRecords(AdmPurge.Context ctx)
Purges the records that match the purge criteria.
|
protected boolean |
AdmPurge.setTemplateError(AdmPurge.Context ctx,
java.lang.String errName)
Sets the html template error fields for the given error name.
|