public class DBRemoteFileStoreVolume extends DBObject
DBObject.DenormalizeAction
Modifier and Type | Field and Description |
---|---|
static GlobalId |
DBCLASS_GID
A Volume within a Remote File Store
|
static java.lang.String |
DBCLASS_NAME
A Volume within a Remote File Store
|
ATTRIBUTE_MARVIN, dbClass, ds, NO_LOOP_PARAMS
Constructor and Description |
---|
DBRemoteFileStoreVolume(DBClass dbClass,
DataSource ds)
Std.
|
Modifier and Type | Method and Description |
---|---|
static DBRemoteFileStoreVolume |
create(MutableDataSource mds)
Make a new instance of this class.
|
protected java.lang.Object |
extGetDerivedValue(DBField field,
FldParams params)
Calculate the derived value for this field.
|
protected ValidationError |
extValidateField(DBField field,
ValidationList list)
Extended field level validation
|
protected void |
extValidateRecord(ValidationList list)
Performs additional validations on this record.
|
static DBRemoteFileStoreVolume |
findKey(DataSource ds,
int key)
Find the target for this class by the primary key
|
DBSystemPropertyMatch |
findSystemProperty(java.lang.String... args)
To check if environment variable is set.
|
java.lang.String |
getAdminLogin(java.lang.String... args) |
java.lang.String |
getAdminPassword(java.lang.String... args) |
int |
getID(java.lang.String... args) |
java.lang.String |
getName(java.lang.String... args) |
java.lang.String |
getServerUrl(java.lang.String... args) |
DBRemoteFileStore |
getStore()
Retrieves the file store the the associated volume is located on
|
DBSystemPropertyMatch |
getSystemProperty(java.lang.String... args) |
java.lang.String |
getURL()
get the URL
|
boolean |
isActive(java.lang.String... args) |
boolean |
isDisabled(java.lang.String... args) |
static DBQuery<DBRemoteFileStoreVolume> |
makeQuery(DataSource ds)
Make a new QUERY for this class.
|
DBRemoteFileStoreVolume |
setAdminLogin(java.lang.String value,
java.lang.String... args) |
DBRemoteFileStoreVolume |
setAdminPassword(java.lang.String value,
java.lang.String... args) |
DBRemoteFileStoreVolume |
setDisabled(boolean value,
java.lang.String... args) |
DBRemoteFileStoreVolume |
setID(int value,
java.lang.String... args) |
DBRemoteFileStoreVolume |
setName(java.lang.String value,
java.lang.String... args) |
DBRemoteFileStoreVolume |
setServerUrl(java.lang.String value,
java.lang.String... args) |
DBRemoteFileStoreVolume |
setStore(com.aspc.dal.file.remote_store.DBRemoteFileStore value,
java.lang.String... args) |
DBRemoteFileStoreVolume |
setSystemProperty(com.aspc.dal.dbobj.misc.DBSystemPropertyMatch value,
java.lang.String... args) |
addReloadEventListener, archiveCheck, autoEnterCreate, calculateValue, calculateValue, calculateValue, callingRestoreByJournal, changeThreadMode, checkCreateAccess, checkDelete, checkDeleteAccess, checkModifyAccess, checkModifyAccess, checkReadAccess, clearCache, copy, copyFields, copyIncludeField, copyInwardLinks, delete, denormalizedResult, displayLogName, displayName, displayValue, doSearch, dump, equals, eventDataLoaded, eventFieldUpdated, extAutoEnterCreate, extCanDeleteDependantObject, extCheckCreateAccess, extCheckDeleteAccess, extCheckModifyAccess, extCheckModifyAccess, extCheckReadAccess, extCopy, extDelete, extDeleteRecord, extFixUp, extGetDerivedGlobalKey, extGetValue, extIsMandatory, extIsOnChange, extMarkSavePoint, extPostDeleteRecord, extPostSaveRecord, extPreDeleteRecord, extPreSaveRecord, extPreValidate, extPreValidateDelete, extRaiseEvents, extRollbackTo, extSaveRecord, extSetValue, extUndelete, extValidateDelete, fetchLinkHolder, findGlobalKey, findGlobalKey, findGlobalKey, findGlobalKey, findLinkedObject, findLinkedObject, findLinkedObject, findRawData, fireEventDataLoaded, fixUp, forceLockedTransaction, getBoolean, getBoolean, getBoolean, getBoolean, getBoolean, getBoolean, getChangedFieldInfo, getChangedFields, getDate, getDate, getDate, getDate, getDate, getDefaultValue, getDisableOnChangeEvent, getDouble, getDouble, getDouble, getDouble, getDouble, getFieldDouble, getFieldInt, getFieldLong, getFieldString, getFormattedString, getFormattedString, getGlobalKey, getGlobalKey, getGlobalKey, getGlobalKey, getGlobalKey, getInt, getInt, getInt, getInt, getInt, getInt, getInwardLinkage, getKeyString, getKeyValue, getLinkedObject, getLinkedObject, getLinkedObject, getLinkedObjectByKey, getLinkedRowId, getLinkedRowId, getLinkedRowIdByData, getLinkHolder, getLockedTransaction, getLong, getLong, getLong, getLong, getLong, getLong, getMutableArrayValue, getMutableArrayValue, getOriginalKey, getOriginalValue, getOriginalValue, getProcessedValue, getPureValue, getRawData, getRawValue, getRawValue, getRowId, getRowKey, getSecondaryCacheGroupKey, getSrcLayerID, getString, getString, getString, getString, getString, getString, getValue, getValue, getValue, getValue, hasAutoChanged, hasAutoChanged, hasChanged, hasChangedByUser, hasChangedByUserField, hasChangedByUserField, hasFieldChanged, hasFieldChanged, hashCode, hasStoredResult, iCheckDeleteAccess, iCheckModifyAccess, iCheckReadAccess, iGetDenormalizedMap, iGetRawValue, iPlaceDenormalizedResult, iPostSaveOrDeleteRecord, iPreSaveOrDeleteRecord, iPreValidate, iRaiseEvents, iSaveOrDeleteRecord, isBrokenLink, isBrokenLink, isChanged, isDataCacheKnownToBeDirty, isDeleted, isEmpty, iSetValue, isForceReindex, isKeyWordField, isMandatory, isNew, isNull, isNull, isOnChange, isReindex, iValidateRecord, lastTouched, makeArchiveDataLoader, makeClone, makeDataLoader, makeDenormalizedDoc, makeLinkedArray, makeModifyAccessException, makeSearchPlan, makeWriteProvider, manualDenormalizeOnSave, markSavePoint, optLockedTransaction, registerWatchedObject, reindex, releaseDenormalized, removeReloadEventListener, restoreByJournal, rollbackTo, setBoolean, setBoolean, setBoolean, setBoolean, setDisableOnChangeEvent, setDouble, setDouble, setInt, setInt, setLong, setLong, setRawData, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, toString, touch, undelete, validateField, validateRecord, validateSubType
public static final java.lang.String DBCLASS_NAME
public static final GlobalId DBCLASS_GID
public DBRemoteFileStoreVolume(DBClass dbClass, DataSource ds) throws java.lang.Exception
dbClass
- The class of this objectds
- The datasource for this objectjava.lang.Exception
- A serious problem occurred@CheckReturnValue public int getID(java.lang.String... args)
@Nonnull public DBRemoteFileStoreVolume setID(int value, java.lang.String... args) throws java.lang.Exception
java.lang.Exception
@CheckReturnValue public boolean isActive(java.lang.String... args)
@CheckReturnValue @Nonnull public java.lang.String getAdminLogin(java.lang.String... args)
@Nonnull public DBRemoteFileStoreVolume setAdminLogin(java.lang.String value, java.lang.String... args) throws java.lang.Exception
java.lang.Exception
@CheckReturnValue @Nonnull public java.lang.String getAdminPassword(java.lang.String... args)
@Nonnull public DBRemoteFileStoreVolume setAdminPassword(java.lang.String value, java.lang.String... args) throws java.lang.Exception
java.lang.Exception
@CheckReturnValue public boolean isDisabled(java.lang.String... args)
@Nonnull public DBRemoteFileStoreVolume setDisabled(boolean value, java.lang.String... args) throws java.lang.Exception
java.lang.Exception
@CheckReturnValue @Nonnull public java.lang.String getName(java.lang.String... args)
@Nonnull public DBRemoteFileStoreVolume setName(java.lang.String value, java.lang.String... args) throws java.lang.Exception
java.lang.Exception
@CheckReturnValue @Nonnull public java.lang.String getServerUrl(java.lang.String... args)
@Nonnull public DBRemoteFileStoreVolume setServerUrl(java.lang.String value, java.lang.String... args) throws java.lang.Exception
java.lang.Exception
@Nonnull public DBRemoteFileStoreVolume setStore(com.aspc.dal.file.remote_store.DBRemoteFileStore value, java.lang.String... args) throws java.lang.Exception
java.lang.Exception
@CheckReturnValue @Nullable public DBSystemPropertyMatch getSystemProperty(java.lang.String... args)
@CheckReturnValue @Nonnull public final DBSystemPropertyMatch findSystemProperty(java.lang.String... args) throws NotFoundException
DBSystemPropertyMatch
(String, Searchable)args
- the optional argumentsNotFoundException
- DBSystemPropertyMatch was not found@Nonnull public DBRemoteFileStoreVolume setSystemProperty(com.aspc.dal.dbobj.misc.DBSystemPropertyMatch value, java.lang.String... args) throws java.lang.Exception
java.lang.Exception
@Nonnull @CheckReturnValue public static DBRemoteFileStoreVolume create(@Nonnull MutableDataSource mds) throws java.lang.Exception
mds
- the datasourcejava.lang.Exception
- an object of this class could not be created@Nonnull @CheckReturnValue public static DBQuery<DBRemoteFileStoreVolume> makeQuery(@Nonnull DataSource ds) throws NotFoundException
ds
- the datasourceNotFoundException
- if class could not be found@Nonnull @CheckReturnValue public static DBRemoteFileStoreVolume findKey(@Nonnull DataSource ds, int key) throws NotFoundException, java.lang.Exception
ds
- the datasourcekey
- the valueNotFoundException
- if target could not be foundjava.lang.Exception
- a serious problempublic DBRemoteFileStore getStore()
protected java.lang.Object extGetDerivedValue(DBField field, FldParams params) throws java.lang.Exception
extGetDerivedValue
in class DBObject
params
- The parameters for this field eg. language= or default=field
- The field to getjava.lang.Exception
- a serious problem@OverridingMethodsMustInvokeSuper protected void extValidateRecord(@Nonnull ValidationList list) throws java.lang.Exception
extValidateRecord
in class DBObject
list
- The validation list.java.lang.Exception
- A serious problem@OverridingMethodsMustInvokeSuper @CheckReturnValue @Nullable protected ValidationError extValidateField(DBField field, ValidationList list) throws java.lang.Exception
extValidateField
in class DBObject
field
- the field to validatelist
- the list of validation errorsjava.lang.Exception
- a serious problempublic java.lang.String getURL()
stSoftware Copyright © 2001-2014 stSoftware All Rights Reserved.