|
Expresso 5-6 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.jcorporate.expresso.core.dataobjects.BaseDataObject
com.jcorporate.expresso.core.dataobjects.jdbc.JDBCDataObject
com.jcorporate.expresso.core.dbobj.DBObject
com.jcorporate.expresso.core.dbobj.SecuredDBObject
com.jcorporate.expresso.ext.dbobj.RestrictedCountries
Table for countries that are not permitted access to 'restricted' downloads
Usually this pertains to Cryptographic source code that cannot be downloaded from the U.S. to Cuba for example.
| Nested Class Summary |
| Nested classes inherited from class com.jcorporate.expresso.core.dbobj.DBObject |
DBObject.FieldError, DBObject.FieldUpdate |
| Field Summary | |
static String |
FLD_DOMAINID
|
static String |
FLD_RESTRICTID
|
protected static org.apache.oro.util.CacheLRU |
lookupCache
Lookup Cache to prevent having to do reverse-name lookups all the time. |
| Fields inherited from class com.jcorporate.expresso.core.dbobj.SecuredDBObject |
ADD, ALL_FUNCTIONS, CACHE_NAME, CACHE_TTY, DELETE, SEARCH, SYSTEM_ACCOUNT, SYSTEM_ACCOUNT_NAME, UPDATE |
| Fields inherited from class com.jcorporate.expresso.core.dbobj.DBObject |
ATTRIBUTE_ERROR, ATTRIBUTE_ERROR_MESSAGE, ATTRIBUTE_PAGE_LIMIT, BIG_DECIMAL_ZERO, EMAIL_MASK, EVENT_ADD, EVENT_DELETE, EVENT_UPDATE, FLOAT_MASK, INT_MASK, IS_CHECK_RELATIONAL_INTEGRITY, UPDATE_CHANGED_ONLY, WHERE_KEYWORD |
| Fields inherited from class com.jcorporate.expresso.core.dataobjects.jdbc.JDBCDataObject |
anyFieldsDistinct, anyFieldsToRetrieve, appendCustomWhere, caseSensitiveQuery, customWhereClause, dbKey, distinctFields, localConnection, LONGBINARY_READ_DEFAULT_SIZE, maxRecords, myClassName, myUpdates, offsetRecord, recordSet, retrieveFields, sMetadataMap, sortKeys |
| Fields inherited from class com.jcorporate.expresso.core.dataobjects.BaseDataObject |
currentStatus, globalMask |
| Fields inherited from interface com.jcorporate.expresso.core.dataobjects.DataObject |
STATUS_CURRENT, STATUS_DELETED, STATUS_NEW, STATUS_UPDATED |
| Constructor Summary | |
RestrictedCountries()
Constructor |
|
RestrictedCountries(DBConnection myConnection)
Constructor |
|
RestrictedCountries(int uid)
Use over (String) constructor. |
|
RestrictedCountries(RequestContext request)
For using DBObjects within Controllers. |
|
| Method Summary | |
protected Boolean |
getCachedLookup(String ipAddress)
Threadsafe cache dealing... check to see if the ip address is already in the listing |
int |
getExpectedDefaultPopulation()
Useful method for unit testing to make sure that everything got added during setup as expected. |
DBObject |
getThisDBObj()
This will return a new object of the type of the subclass. |
boolean |
isRestricted(String ipAddress)
Determines if the given IP adderss is a 'restricted' source. 127.0.0.1 is always considered unrestricted. |
void |
populateDefaultValues()
This function populates the table with the current listing of ISO country codes |
protected void |
setCachedLookup(String ipAddress,
Boolean newValue)
Threadsafe cache dealing, sets the lookup ip address as the key, and the lookup results in the cache system. |
protected void |
setupFields()
Method to set up the fields for this database object. |
| Methods inherited from class com.jcorporate.expresso.core.dbobj.SecuredDBObject |
add, canRequesterAdd, canRequesterDelete, canRequesterRead, canRequesterUpdate, checkAllowed, copyAttributes, count, createSecurityCache, delete, deleteAll, find, getRequestingUid, getString, getString, getString, getString, getString, getString, getSystemUid, instantiate, isAllowed, retrieve, search, searchAndRetrieveList, searchAndRetrieveList, setRequestingUid, update |
| Methods inherited from class com.jcorporate.expresso.core.dataobjects.BaseDataObject |
getGlobalMask, getStatus, isGlobalMasked, setFieldsWithDefaults, setGlobalMask, setStatus |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final String FLD_RESTRICTID
public static final String FLD_DOMAINID
protected static org.apache.oro.util.CacheLRU lookupCache
| Constructor Detail |
public RestrictedCountries()
throws DBException
DBException - if there's an initialization problem
public RestrictedCountries(DBConnection myConnection)
throws DBException
myConnection - the DBConnection to assign to this DBObject
DBException - if there's an initialization problem
public RestrictedCountries(int uid)
throws DBException
uid - the Uid of the user context
DBException - if there's an initialization problem
public RestrictedCountries(RequestContext request)
throws DBException
request - - The controller request handed to you by the framework.
DBException - if there's an initialization problem| Method Detail |
public void populateDefaultValues()
throws DBException
populateDefaultValues in class DBObjectDBException - if an error occurs while populating the table.DBObject.populateDefaultValues()public int getExpectedDefaultPopulation()
public DBObject getThisDBObj()
throws DBException
DBObjectreturn new MyObject()
if you want greatest efficiency. For example: A DBObject called "Customer" should return a new "Customer" object. the implementation in DBObject uses getClass().newInstance(), which seems to be about 50% slower than "new MyObject()" calls on JDK 1.4 Note that this method should never be called directly. It should only be called by newInstance()
getThisDBObj in class DBObjectDBException - if an error occurs while populating the table.DBObject.getThisDBObj()
protected void setupFields()
throws DBException
DBObject
setupFields in class DBObjectDBException
public boolean isRestricted(String ipAddress)
throws DBException
ipAddress - the ipaddress as a string
DBException - upon errorprotected Boolean getCachedLookup(String ipAddress)
ipAddress - the ipAddress to check for cached values.
protected void setCachedLookup(String ipAddress,
Boolean newValue)
ipAddress - the ipAddress to check for cached values.newValue - java.lang.Boolean result to cache.
|
Expresso 5-6 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||