public class PermissionedContactMap extends DBObject
DBObject.DenormalizeAction| Modifier and Type | Field and Description |
|---|---|
static java.lang.String[] |
copyFields
The list of fields that should be copied in the user copy
|
static GlobalId |
DBCLASS_GID
PermissionedContactMap
|
static java.lang.String |
DBCLASS_NAME
PermissionedContactMap
|
ATTRIBUTE_MARVIN, dbClass, ds, NO_LOOP_PARAMS| Constructor and Description |
|---|
PermissionedContactMap(DBClass theClass,
DataSource dataSource)
Creates new DBObject.
|
| Modifier and Type | Method and Description |
|---|---|
static PermissionedContactMap |
create(MutableDataSource mds)
Make a new instance of this class.
|
protected void |
eventFieldUpdated(DBField field,
java.lang.Object previous,
GlobalKey previousKey,
FldParams params)
clear the cache
|
protected void |
extDelete()
Additional functionality when an object is marked for deletion by calling delete().
|
protected void |
extValidateRecord(ValidationList list)
Performs additional validations on this record.
|
PermissionedContact |
findContact(java.lang.String... args)
Contact.
|
static PermissionedContactMap |
findKey(DataSource ds,
int key)
Find the target for this class by the primary key
|
ContactGroup |
findPersonGroup(java.lang.String... args)
Group.
|
PermissionedContact |
getContact(java.lang.String... args) |
static java.lang.String[] |
getCopyFields()
The list of fields that should be copied in the user copy
|
int |
getID(java.lang.String... args) |
ContactGroup |
getPersonGroup(java.lang.String... args) |
boolean |
isInactive(java.lang.String... args) |
static DBQuery<PermissionedContactMap> |
makeQuery(DataSource ds)
Make a new QUERY for this class.
|
PermissionedContactMap |
setContact(com.aspc.dal.dbobj.contact.PermissionedContact value,
java.lang.String... args) |
PermissionedContactMap |
setID(int value,
java.lang.String... args) |
PermissionedContactMap |
setInactive(boolean value,
java.lang.String... args) |
PermissionedContactMap |
setPersonGroup(com.aspc.dal.dbobj.contact.PersonGroup 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, extAutoEnterCreate, extCanDeleteDependantObject, extCheckCreateAccess, extCheckDeleteAccess, extCheckModifyAccess, extCheckModifyAccess, extCheckReadAccess, extCopy, extDeleteRecord, extFixUp, extGetDerivedGlobalKey, extGetDerivedValue, extGetValue, extIsMandatory, extIsOnChange, extMarkSavePoint, extPostDeleteRecord, extPostSaveRecord, extPreDeleteRecord, extPreSaveRecord, extPreValidate, extPreValidateDelete, extRaiseEvents, extRollbackTo, extSaveRecord, extSetValue, extUndelete, extValidateDelete, extValidateField, 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, validateSubTypepublic static final java.lang.String DBCLASS_NAME
public static final GlobalId DBCLASS_GID
public static final java.lang.String[] copyFields
public PermissionedContactMap(DBClass theClass, DataSource dataSource) throws java.lang.Exception
theClass - The class of this objectdataSource - Your current data sourcejava.lang.Exception - Failed to initiate the database object.@CheckReturnValue public int getID(java.lang.String... args)
@Nonnull public PermissionedContactMap setID(int value, java.lang.String... args) throws java.lang.Exception
java.lang.Exception@CheckReturnValue @Nullable public PermissionedContact getContact(java.lang.String... args)
@CheckReturnValue @Nonnull public final PermissionedContact findContact(java.lang.String... args) throws NotFoundException
PermissionedContact (Integer, Searchable)args - the optional argumentsNotFoundException - PermissionedContact was not found@Nonnull public PermissionedContactMap setContact(com.aspc.dal.dbobj.contact.PermissionedContact value, java.lang.String... args) throws java.lang.Exception
java.lang.Exception@CheckReturnValue public boolean isInactive(java.lang.String... args)
@Nonnull public PermissionedContactMap setInactive(boolean value, java.lang.String... args) throws java.lang.Exception
java.lang.Exception@CheckReturnValue @Nullable public ContactGroup getPersonGroup(java.lang.String... args)
@CheckReturnValue @Nonnull public final ContactGroup findPersonGroup(java.lang.String... args) throws NotFoundException
PersonGroup
(Integer, Searchable)args - the optional argumentsNotFoundException - PersonGroup was not found@Nonnull public PermissionedContactMap setPersonGroup(com.aspc.dal.dbobj.contact.PersonGroup value, java.lang.String... args) throws java.lang.Exception
java.lang.Exception@Nonnull @CheckReturnValue public static PermissionedContactMap 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<PermissionedContactMap> makeQuery(@Nonnull DataSource ds) throws NotFoundException
ds - the datasourceNotFoundException - if class could not be found@Nonnull @CheckReturnValue public static PermissionedContactMap 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 static java.lang.String[] getCopyFields()
@OverridingMethodsMustInvokeSuper
protected void eventFieldUpdated(@Nonnull
DBField field,
@Nullable
java.lang.Object previous,
@Nullable
GlobalKey previousKey,
@Nullable
FldParams params)
throws java.lang.Exception
eventFieldUpdated in class DBObjectfield - The field updated.previous - The previous value for this field.previousKey - The previous keyparams - The parameters usedjava.lang.Exception - a serious problem@OverridingMethodsMustInvokeSuper
protected void extDelete()
throws java.lang.Exception
@OverridingMethodsMustInvokeSuper
protected void extValidateRecord(@Nonnull
ValidationList list)
throws java.lang.Exception
DBObjectextValidateRecord in class DBObjectlist - The validation list.java.lang.Exception - A serious problemstSoftware Copyright © 2001-2014 stSoftware All Rights Reserved.