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.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.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<SecurityProfile> |
DBO.SECPROF
The security profile object class.
|
Modifier and Type | Method and Description |
---|---|
SecurityProfile |
SecurityProfileController.get(java.lang.String code)
Returns the security profile record for the given profile code.
|
SecurityProfile |
User.getSecurityProfile(FlashServletContext ctx)
Returns the security profile.
|
Modifier and Type | Field and Description |
---|---|
private SecurityProfile |
SalesRepUserImport.ivSecurityProfile
A security profile object.
|
private SecurityProfile |
UserImport.ivSecurityProfile
A security profile object.
|
Modifier and Type | Field and Description |
---|---|
private java.util.ArrayList<SecurityProfile> |
SalesRepUserImport.ivSecurityProfiles
A cache of all security profiles.
|
private java.util.ArrayList<SecurityProfile> |
UserImport.ivSecurityProfiles
A cache of all security profiles.
|
Modifier and Type | Field and Description |
---|---|
protected SecurityProfile |
FlashServlet.Context.sessionSecProfile
The current session's security profile.
|
Modifier and Type | Method and Description |
---|---|
SecurityProfile |
FlashServletContext.getShoppingProfile()
Returns the security profile that governs how shopping & other functions
are processed.
|
SecurityProfile |
FlashServlet.Context.getShoppingProfile()
Returns the security profile that governs how shopping & other functions
are processed.
|
Modifier and Type | Class and Description |
---|---|
class |
AdmSecurityProfile
An extension of the security profile database object that provides routines
which allow for each profile and its values to be generically displayed on
the admin security profile maintenance pages.
|
Constructor and Description |
---|
AdmSecurityProfile(SecurityProfile secprof,
boolean first)
Constructs an
AdmSecurityProfile object using all values from
the given security profile object. |
Modifier and Type | Method and Description |
---|---|
SecurityProfile |
ThreadServletContext.getShoppingProfile()
Returns the security profile that governs how shopping & other functions
are processed.
|