public class NoticeSend extends DBObject
DBObject.DenormalizeAction
Modifier and Type | Field and Description |
---|---|
static GlobalId |
DBCLASS_GID
record sent notices
|
static java.lang.String |
DBCLASS_NAME
record sent notices
|
ATTRIBUTE_MARVIN, dbClass, ds, NO_LOOP_PARAMS
Constructor and Description |
---|
NoticeSend(DBClass def,
DataSource ds)
Creates a new NoticeSend db object
|
Modifier and Type | Method and Description |
---|---|
static NoticeSend |
create(MutableDataSource mds)
Make a new instance of this class.
|
protected void |
extCheckModifyAccess(DBField field)
Additional access checking for write access of this object.
|
DBTriStateOption |
findExportFg(java.lang.String... args)
Indicates that the item is to be exported.
|
NoticeSchedule |
findNoticeSchedule(java.lang.String... args)
the schedule for sending the notice.
|
InvoiceProductItem |
findProductItem(java.lang.String... args)
invoice product item.
|
Person |
findRecipient(java.lang.String... args)
the person the notice was sent to.
|
java.util.Date |
getDateSent(java.lang.String... args) |
java.util.Date |
getExportedTime(java.lang.String... args) |
DBTriStateOption |
getExportFg(java.lang.String... args) |
int |
getID(java.lang.String... args) |
NoticeSchedule |
getNoticeSchedule(java.lang.String... args) |
InvoiceProductItem |
getProductItem(java.lang.String... args) |
Person |
getRecipient(java.lang.String... args) |
protected boolean |
isModifiableWhenLocked(DBField field) |
static DBQuery<NoticeSend> |
makeQuery(DataSource ds)
Make a new QUERY for this class.
|
NoticeSend |
setDateSent(java.util.Date value,
java.lang.String... args) |
NoticeSend |
setExportedTime(java.util.Date value,
java.lang.String... args) |
NoticeSend |
setExportFg(com.aspc.dal.dbobj.misc.DBTriStateOption value,
java.lang.String... args) |
NoticeSend |
setID(int value,
java.lang.String... args) |
NoticeSend |
setNoticeSchedule(com.aspc.dal.layers.aspc_app.notices.NoticeSchedule value,
java.lang.String... args) |
NoticeSend |
setProductItem(com.aspc.dal.layers.aspc_app.invoice.InvoiceProductItem value,
java.lang.String... args) |
NoticeSend |
setRecipient(com.aspc.dal.layers.aspc_app.contact.Person 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, extCheckReadAccess, extCopy, extDelete, extDeleteRecord, extFixUp, extGetDerivedGlobalKey, extGetDerivedValue, extGetValue, extIsMandatory, extIsOnChange, extMarkSavePoint, extPostDeleteRecord, extPostSaveRecord, extPreDeleteRecord, extPreSaveRecord, extPreValidate, extPreValidateDelete, extRaiseEvents, extRollbackTo, extSaveRecord, extSetValue, extUndelete, extValidateDelete, extValidateField, extValidateRecord, 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 NoticeSend(DBClass def, DataSource ds) throws java.lang.Exception
def
- the class definitionds
- the data sourcejava.lang.Exception
- a problem creating the NoticeSend@CheckReturnValue @Nullable public java.util.Date getDateSent(java.lang.String... args)
@Nonnull public NoticeSend setDateSent(java.util.Date value, java.lang.String... args) throws java.lang.Exception
java.lang.Exception
@CheckReturnValue @Nullable public DBTriStateOption getExportFg(java.lang.String... args)
@CheckReturnValue @Nonnull public final DBTriStateOption findExportFg(java.lang.String... args) throws NotFoundException
DBTriStateOption
(String, Searchable)args
- the optional argumentsNotFoundException
- DBTriStateOption was not found@Nonnull public NoticeSend setExportFg(com.aspc.dal.dbobj.misc.DBTriStateOption value, java.lang.String... args) throws java.lang.Exception
java.lang.Exception
@CheckReturnValue @Nullable public java.util.Date getExportedTime(java.lang.String... args)
@Nonnull public NoticeSend setExportedTime(java.util.Date value, java.lang.String... args) throws java.lang.Exception
java.lang.Exception
@CheckReturnValue public int getID(java.lang.String... args)
@Nonnull public NoticeSend setID(int value, java.lang.String... args) throws java.lang.Exception
java.lang.Exception
@CheckReturnValue @Nullable public NoticeSchedule getNoticeSchedule(java.lang.String... args)
@CheckReturnValue @Nonnull public final NoticeSchedule findNoticeSchedule(java.lang.String... args) throws NotFoundException
NoticeSchedule
(Integer, Searchable)args
- the optional argumentsNotFoundException
- NoticeSchedule was not found@Nonnull public NoticeSend setNoticeSchedule(com.aspc.dal.layers.aspc_app.notices.NoticeSchedule value, java.lang.String... args) throws java.lang.Exception
java.lang.Exception
@CheckReturnValue @Nullable public InvoiceProductItem getProductItem(java.lang.String... args)
@CheckReturnValue @Nonnull public final InvoiceProductItem findProductItem(java.lang.String... args) throws NotFoundException
InvoiceProductItem
(Integer, Searchable)args
- the optional argumentsNotFoundException
- InvoiceProductItem was not found@Nonnull public NoticeSend setProductItem(com.aspc.dal.layers.aspc_app.invoice.InvoiceProductItem value, java.lang.String... args) throws java.lang.Exception
java.lang.Exception
@CheckReturnValue @Nullable public Person getRecipient(java.lang.String... args)
@CheckReturnValue @Nonnull public final Person findRecipient(java.lang.String... args) throws NotFoundException
Person
(Integer, Searchable)args
- the optional argumentsNotFoundException
- Person was not found@Nonnull public NoticeSend setRecipient(com.aspc.dal.layers.aspc_app.contact.Person value, java.lang.String... args) throws java.lang.Exception
java.lang.Exception
@Nonnull @CheckReturnValue public static NoticeSend 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<NoticeSend> makeQuery(@Nonnull DataSource ds) throws NotFoundException
ds
- the datasourceNotFoundException
- if class could not be found@OverridingMethodsMustInvokeSuper protected void extCheckModifyAccess(@Nonnull DBField field) throws DBAccessException
extCheckModifyAccess
in class DBObject
field
- The fieldDBAccessException
- No access to modifyprotected boolean isModifiableWhenLocked(DBField field)
field
- The fieldstSoftware Copyright © 2001-2014 stSoftware All Rights Reserved.