CORE POS - Fannie
The CORE POS back end
|
Public Member Functions | |
gumTaxIdentifierID () | |
card_no () | |
encryptedTaxIdentifier () | |
maskedTaxIdentifier () | |
![]() | |
db () | |
preferredDB () | |
setConfig ($c) | |
__construct ($con) | |
whichDB ($db_name) | |
getDefinition () | |
create () | |
createIfNeeded ($db_name) | |
load () | |
reset () | |
getColumns () | |
getName () | |
getFullQualifiedName () | |
find ($sort='', $reverse=false) | |
delete () | |
save () | |
pushToLanes () | |
deleteFromLanes () | |
normalize ($db_name, $mode=BasicModel::NORMALIZE_MODE_CHECK, $doCreate=False) | |
doc () | |
generate ($filename) | |
newModel ($name, $as_view=false) | |
getModels () | |
toJSON () | |
Protected Attributes | |
$name = "GumTaxIdentifiers" | |
$columns | |
![]() | |
$name | |
$fq_name | |
$columns = array() | |
$unique = array() | |
$meta_types | |
$connection = false | |
$record_changed = false | |
$instance = array() | |
$filters = array() | |
$normalize_lanes = false | |
$currently_normalizing_lane = false | |
$cached_definition = false | |
$config | |
$preferred_db = '' | |
$hooks = array() | |
Additional Inherited Members | |
![]() | |
const | NORMALIZE_MODE_CHECK = 1 |
const | NORMALIZE_MODE_APPLY = 2 |
![]() | |
getMeta ($type, $dbms) | |
validateOp ($operator) | |
insertRecord () | |
updateRecord () | |
normalizeLanes ($db_name, $mode=BasicModel::NORMALIZE_MODE_CHECK, $doCreate=False) | |
loadHooks () | |
This table stores tax IDs - e.g., social security numbers. The encrypted field should contain the full value but not in plaintext (duh). The masked field contains the last four digits.
RSA is the default expectation using public key to encrypt and private key to decrypt. Ideally, the private key should not exist anywhere on the server side. See README.PLUGIN for more information on setting up encryption keys.
|
protected |