Package | Description |
---|---|
com.dpslink.flash.db |
DPS Flash specific definitions for database objects and database object controllers as well as other non-persisted business related objects.
|
com.dpslink.flash.db.util |
DPS Flash specific database related handlers and background processing tasks.
|
com.dpslink.flash.erp |
DPS Flash specific interfaces and abstract classes on which all backend interface classes are based.
|
com.dpslink.flash.erp.bogus |
DPS Flash specific pseudo implementations for
com.dpslink.flash.erp interfaces and abstract classes. |
com.dpslink.flash.erp.extend |
DPS Flash specific DPS Extend implementations for
com.dpslink.flash.erp interfaces and abstract classes. |
com.dpslink.flash.imports |
DPS Flash specific parsers and processors for importing data from delimited text files or from Excel spreadsheet files.
|
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.
|
com.dpslink.flash.upgrade.v82 |
DPS Flash specific command line classes created in version 8.2 for populating Notification Framework data.
|
com.dpslink.flash.util |
DPS Flash specific utility helper classes used throughout all other
com.dpslink.flash classes. |
Modifier and Type | Field and Description |
---|---|
static java.lang.Class<User> |
DBO.USER
The user object class.
|
Modifier and Type | Method and Description |
---|---|
User |
UserController.get(java.lang.String id)
Returns the user record for the given user id.
|
User |
SalesRepUser.getUser()
Returns the user object.
|
User |
CreditCard.getUser(FlashServletContext ctx)
Returns the user who owns the credit card.
|
User |
UserController.valuesToObject(java.util.HashMap<java.lang.String,java.lang.Object> attrs)
Returns a database object from the given set of attributes.
|
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<User> |
UserController.getEmailAddress(java.lang.String emailAddr)
Returns a collection of user records that have the given email address.
|
java.util.ArrayList<User> |
UserController.getMassEmail(boolean promos)
Returns a collection of user records for the given mass email promotion
flag.
|
java.util.ArrayList<User> |
UserController.getMatching(java.lang.String field,
java.lang.String operand,
java.lang.String argument)
Returns a collection of user records that have a field that contains
characters matching the given criteria.
|
java.util.ArrayList<User> |
UserController.getPurge(java.util.Date asof)
Returns a collection of user records that have not been accessed since
the given date.
|
java.util.ArrayList<User> |
UserController.getType(java.lang.String type)
Returns a collection of user records for the given user type.
|
Modifier and Type | Method and Description |
---|---|
boolean |
OrderAuditController.addFromCart(Cart cart,
User user)
Adds a new order audit record to the database table based on the contents
of the given shopping cart.
|
SalesRepUser |
SalesRepUserController.get(User user)
Returns the sales rep user record for the given user.
|
java.util.ArrayList<Customer> |
UserController.getShiptoCustomers(User user)
Returns a collection of all ship-to customers associated with a given
user.
|
java.util.ArrayList<NotificationPref> |
NotificationPrefController.getUserDefaults(User user)
Returns the user notification preference defaults for the given user based
on the user's type (shopper, sales rep, admin, etc.).
|
void |
SalesRepUser.setUser(User value)
Sets the user object.
|
Modifier and Type | Field and Description |
---|---|
private User |
AccountCreateHandler.ivUser
The user object for the new account.
|
private User |
AccountDeleteHandler.ivUser
The object for the user being deleted.
|
Modifier and Type | Method and Description |
---|---|
User |
AccountCreateHandler.createAccount(User user,
java.lang.String createBy)
Creates the given user account and its associated data (user, billing
customer, shipping customer).
|
Modifier and Type | Method and Description |
---|---|
boolean |
UserFavoritesHandler.copyList(FavoritesDescriptor fd,
User user)
Copies an existing favorites list from one user to another.
|
User |
AccountCreateHandler.createAccount(User user,
java.lang.String createBy)
Creates the given user account and its associated data (user, billing
customer, shipping customer).
|
Cart |
UserFavoritesHandler.createNewList(User user,
java.lang.String description)
Creates a new favorites list for a user.
|
boolean |
AccountDeleteHandler.deleteAccount(User user)
Deletes the given user account and its associated data (credit cards,
favorite items, customers, sales rep customers, sales rep users).
|
boolean |
AccountDeleteHandler.deleteAccount(User user,
boolean fromImport)
Deletes the given user account and its associated data (credit cards,
favorite items, customers, sales rep customers, sales rep users).
|
void |
SyncUsersTask.miniSync(User flashUser)
Performs mini-sync for the given Flash user if mini-sync is configured
and user has not already been mini-synced.
|
boolean |
UserCatalogExportHandler.run(User user,
java.io.File file)
Performs the user catalog export processing
|
void |
AccountEmailHandler.sendTo(User user)
Sends email notification containing account information to the given user.
|
void |
UserFavoritesHandler.setSessionValues(User user)
Sets the session object in the current servlet context with the favorites
information for a user.
|
protected int[] |
SyncUsersTask.synchronize(User flashUser,
boolean miniSync)
Updates the given Flash user with information from the backend ERP
system.
|
Modifier and Type | Method and Description |
---|---|
User |
IOrderPlacement.getOrderUser()
Returns the ordering user for the order based on the properties value for
erp.OrderPlacement.Sfi.OrderingUser . |
User |
IUserMaintenance.getUser(java.lang.String userId)
Retrieves a user record from the ERP system.
|
User |
IUserMaintenance.getUser(java.lang.String userId,
java.lang.String queueId)
Retrieves a user record from the ERP system.
|
Modifier and Type | Method and Description |
---|---|
boolean |
IUserMaintenance.createUser(User user,
java.lang.String initid)
Creates a new user record in the ERP system.
|
boolean |
IUserMaintenance.deleteUser(User user,
java.lang.String initid)
Deletes a user record in the ERP system.
|
boolean |
IUserMaintenance.updateUser(User user,
java.lang.String initid)
Updates a user record in the ERP system.
|
Modifier and Type | Method and Description |
---|---|
User |
OrderPlacement.getOrderUser()
Returns the ordering user for the order based on the properties value for
erp.OrderPlacement.Sfi.OrderingUser . |
Modifier and Type | Field and Description |
---|---|
protected User |
UserMaintenance.ivUser
The supplied user being maintained or the WIP retrieved user.
|
Modifier and Type | Method and Description |
---|---|
User |
OrderPlacement.getOrderUser()
Returns the ordering user for the order based on the properties value for
erp.OrderPlacement.Sfi.OrderingUser . |
User |
UserMaintenance.getUser(java.lang.String userId)
Retrieves a user record from the ERP system.
|
User |
UserMaintenance.getUser(java.lang.String userId,
java.lang.String queueId)
Retrieves a user record from the ERP system.
|
protected User |
UserMaintenance.parseUser(ERPInterfaceAS400.Received rec)
Parses user data from the receive data queue and returns a user object.
|
Modifier and Type | Method and Description |
---|---|
boolean |
UserMaintenance.createUser(User user,
java.lang.String initid)
Creates a new user record in the ERP system.
|
boolean |
UserMaintenance.deleteUser(User user,
java.lang.String initid)
Deletes a user record in the ERP system.
|
boolean |
UserMaintenance.updateUser(User user,
java.lang.String initid)
Updates a user record in the ERP system.
|
Modifier and Type | Field and Description |
---|---|
private User |
UserImport.ivDefaultUser
The default user (User.DEFAULT_USER)
|
private User |
SalesRepUserImport.ivUser
A user object.
|
Modifier and Type | Method and Description |
---|---|
private void |
UserImport.emailAccountInfo(User user)
Sends an email notification containing account info to the given user.
|
Modifier and Type | Field and Description |
---|---|
User |
LogonShippingSelect.Context.account
The current account object (user) being processed.
|
protected User |
AccountServlet.Context.account
The current account object (user) being maintained.
|
protected User |
AccountPasswordEdit.Context.account
The current account object (user) being maintained.
|
protected User |
Logon.Context.previousUser
The User object for the previous logon user.
|
protected User |
FlashServlet.Context.sessionUser
The current session's user.
|
protected User |
FlashServlet.Context.sessionUserSfi
The current session's SFI/CSR selected user.
|
protected User |
Logon.Context.user
The User object for the logon user.
|
User |
LogonAssistance.Context.user
The user that matches the submitted email address.
|
Modifier and Type | Field and Description |
---|---|
protected java.util.ArrayList<User> |
AccountServlet.Context.selectList
The admin select servlet's current list of selection objects.
|
Modifier and Type | Method and Description |
---|---|
protected User |
AccountServlet.getAccountObject(AccountServlet.Context ctx)
Returns the account (user) to process.
|
protected User |
LogonShippingSelect.getAccountObject(LogonShippingSelect.Context ctx)
Returns the account (user) being processed.
|
User |
FlashServletContext.getLogonUser()
Returns the current logon user.
|
User |
FlashServlet.Context.getLogonUser()
Returns the current logon user.
|
User |
FlashServletContext.getShoppingUser()
Returns the current shopping user.
|
User |
FlashServlet.Context.getShoppingUser()
Returns the current shopping user.
|
protected User |
FlashServlet.getUser(FlashServlet.Context ctx,
java.lang.String userid)
Returns a
User object for the given user id. |
Modifier and Type | Method and Description |
---|---|
void |
FlashServletContext.setLogonUser(User user)
Sets the current logon user.
|
void |
FlashServlet.Context.setLogonUser(User user)
Sets the current logon user.
|
protected void |
FlashServlet.setSFIShoppingUser(FlashServlet.Context ctx,
User user)
Sets the SFI/CSR shopping user (the sales rep's selected account).
|
protected void |
OrderRequestAPI.Context.setShoppingUser(User user)
Sets the context's shopping user.
|
protected void |
ClientRequest.Context.setShoppingUser(User user)
Sets the context's shopping user.
|
Modifier and Type | Field and Description |
---|---|
protected User |
AdmPasswordEdit.Context.account
The current account object (user) being maintained.
|
protected User |
AdmAccountSelect.Context.selectObj
The current selected object.
|
protected User |
AdmUserFavoritesCopy.Context.user1
The current user (copy-from).
|
protected User |
AdmUserFavoritesCopy.Context.user2
The current user (copy-to).
|
Modifier and Type | Field and Description |
---|---|
protected java.util.ArrayList<User> |
AdmAccountSelect.Context.selectList
The current list of selection objects.
|
Modifier and Type | Method and Description |
---|---|
protected User |
AdmUserFavoritesCopy.validateUser(AdmUserFavoritesCopy.Context ctx,
java.lang.String userId,
boolean chkFavorites)
Determines if an entered user id is valid for copy processing.
|
Modifier and Type | Method and Description |
---|---|
protected java.util.ArrayList<User> |
AdmPurgeAccounts.getPurgeRecords(AdmPurge.Context ctx)
Returns a collection of records that match the purge criteria.
|
Modifier and Type | Field and Description |
---|---|
protected User |
SfiUserSelect.Context.selectUser
The current selected user account object.
|
protected User |
SfiAccountSelect.Context.selectUser
The current selected user account object.
|
Modifier and Type | Field and Description |
---|---|
protected java.util.ArrayList<User> |
SfiUserSelect.Context.selectList
The current list of selection objects.
|
protected java.util.ArrayList<User> |
SfiAccountSelect.Context.selectListCSR
The current list of CSR selection objects.
|
Modifier and Type | Method and Description |
---|---|
protected User |
SfiShippingSelect.getAccountObject(LogonShippingSelect.Context ctx)
Returns the account (user) being processed.
|
Modifier and Type | Method and Description |
---|---|
protected boolean |
PopulateNotificationContacts.doSalesRep(User user,
java.util.ArrayList<NotificationPref> srepprefs)
Processes a sales rep user.
|
protected boolean |
PopulateNotificationContacts.doShopper(User user,
java.util.ArrayList<NotificationPref> userprefs)
Processes a shopping user.
|
Modifier and Type | Method and Description |
---|---|
User |
ThreadServletContext.getLogonUser()
Returns the context's logon user.
|
User |
ThreadServletContext.getShoppingUser()
Returns the context's shopping user.
|
Modifier and Type | Method and Description |
---|---|
protected java.util.ArrayList<User> |
NotificationMessage.getRecipientUsers()
Returns the collection of message recipient users.
|
Modifier and Type | Method and Description |
---|---|
protected void |
NotificationMessage.addRecipientUser(User value)
Adds to the collection of message recipient users.
|
static boolean |
NotificationContact.createContact(User user)
Creates a new contact in the notification framework.
|
static boolean |
NotificationContact.deleteContact(User user)
Deletes an existing contact in the notification framework.
|
private javax.mail.internet.InternetAddress |
FlashMailMessage.getAddressFromUser(User user)
Returns an
InternetAddress object for the email name and
address contained within the given user. |
static java.lang.String |
NotificationContact.getPushTopic(User user)
Returns a user's push notification topic.
|
protected boolean |
NotificationMessage.isUserInterested(JDBCConnectionInfo cninf,
User user,
java.lang.String typesfx)
Answers if a user is interested in receiving notifications for the given
message type.
|
protected static boolean |
NotificationContact.setContactPrefs(User user)
Sets an existing contact's notification preferences in the notification
framework.
|
static boolean |
NotificationContact.setContactPrefs(User user,
java.util.ArrayList<NotificationPref> nfprefs)
Sets an existing contact's notification preferences in the notification
framework.
|
static boolean |
NotificationContact.setContactPrefs(User user,
NotificationPref nfpref)
Sets an existing contact's notification preferences in the notification
framework.
|
void |
ThreadServletContext.setLogonUser(User user)
Sets the context's logon user.
|
static boolean |
NotificationContact.updateContact(User user)
Updates an existing contact in the notification framework.
|
static java.lang.String |
FlashTemplateFormatter.userName(User user)
Returns a formatted user name string.
|
static java.lang.String |
FlashTemplateFormatter.userType(User user)
Returns a formatted user type string.
|