|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SjCashDeficitSurplusQuery
Sökning för rapport av raddifferens Om userId skickas in görs sökning med UserId och SSTNR = null Om UserId inte skickas görs sökning med UserId = null och SSTNR
Field Summary | |
---|---|
static java.lang.String |
FROM_DATE
|
static java.lang.String |
TO_DATE
|
static java.lang.String |
USER_ID
|
Method Summary | |
---|---|
TiDate |
getFromDate()
Field fromDate is defined as mandatory. |
TiDate |
getToDate()
Field toDate is defined as mandatory. |
TiStringInterface |
getUserId()
Field userId is defined as optional. |
java.lang.String |
getUserIdValue()
Field userId is defined as optional. |
TiDate |
lookupFromDate()
Field fromDate is defined as mandatory. |
TiDate |
lookupToDate()
Field toDate is defined as mandatory. |
TiStringInterface |
lookupUserId()
Field userId is defined as optional. |
void |
setFromDate(TiDate inData)
Field fromDate is defined as mandatory. |
void |
setToDate(TiDate inData)
Field toDate is defined as mandatory. |
void |
setUserId(TiStringInterface inData)
Field userId is defined as optional. |
void |
setUserIdValue(java.lang.String inData)
Field userId is defined as optional. |
void |
setUserIdValue(java.lang.String inData,
boolean inNotify)
Field userId is defined as optional. |
Methods inherited from interface org.stina.framework.core.model.TiMapPlainInterface |
---|
clear, getAssignedFieldNames, getComparator, getFieldNames, getModelImpl, getXorNameForXorPart, getXorPartNames, hasField, isEmpty, lookupFieldObject, lookupModelImpl, toDebugString |
Methods inherited from interface org.stina.framework.core.model.TiMapModelPartInterface |
---|
getIncludeIfOptional, getIndexForXorPart, lookupModel, setIncludeIfOptional, setUpdateXorFieldEnabled |
Methods inherited from interface org.stina.framework.core.model.TiContainerModelPartInterface |
---|
getModel, setModel |
Methods inherited from interface org.stina.framework.core.model.TiCommonModelPartInterface |
---|
clone, disposeModel, equalsModel, getGeneratedTiName, getRealTiName, getValue, importValue, importValue, setValue, setValue, toDebugString, update, update |
Methods inherited from interface java.lang.Comparable |
---|
compareTo |
Methods inherited from interface org.stina.framework.core.model.TiPropertyPartInterface |
---|
getProperty, getPropertyModel, getPropertyNames, isEnabled, removeProperties, removeProperty, removeProperty, setEnabled, setEnabled, setProperty, setProperty, specifyProperties |
Methods inherited from interface org.stina.framework.support.observer.TiObserverInterface |
---|
updateObserver |
Methods inherited from interface org.stina.framework.support.observer.TiSubjectInterface |
---|
attachObserver, clone, detachObserver, getObserverCount, isObserverAttached, lookupObservers, lookupObserversLock, notifyObservers, toDebugString |
Field Detail |
---|
static final java.lang.String USER_ID
static final java.lang.String FROM_DATE
static final java.lang.String TO_DATE
Method Detail |
---|
TiStringInterface getUserId()
TiStringInterface lookupUserId()
void setUserId(TiStringInterface inData)
java.lang.String getUserIdValue()
void setUserIdValue(java.lang.String inData)
void setUserIdValue(java.lang.String inData, boolean inNotify)
TiDate getFromDate()
TiDate lookupFromDate()
void setFromDate(TiDate inData)
TiDate getToDate()
TiDate lookupToDate()
void setToDate(TiDate inData)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |