|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface QueryFilterProperty
Abstract class QueryFilterProperty
| Method Summary | |
|---|---|
List<Boolean> |
getBooleanParam()
Retrieves a list containing all the elements for the attribute booleanParam. |
List<XMLGregorianCalendar> |
getDateParam()
Retrieves a list containing all the elements for the attribute dateParam. |
List<Date> |
getDateTimeParam()
Retrieves a list containing all the elements for the attribute dateTimeParam. |
List<BigDecimal> |
getDecimalParam()
Retrieves a list containing all the elements for the attribute decimalParam. |
List<Integer> |
getIntegerParam()
Retrieves a list containing all the elements for the attribute integerParam. |
List<String> |
getStringParam()
Retrieves a list containing all the elements for the attribute stringParam. |
void |
setBooleanParam(List<Boolean> booleanParam)
Clears booleanParam and adds the members of the given List. |
void |
setDateParam(List<XMLGregorianCalendar> dateParam)
Clears dateParam and adds the members of the given List. |
void |
setDateTimeParam(List<Date> dateTimeParam)
Clears dateTimeParam and adds the members of the given List. |
void |
setDecimalParam(List<BigDecimal> decimalParam)
Clears decimalParam and adds the members of the given List. |
void |
setIntegerParam(List<Integer> integerParam)
Clears integerParam and adds the members of the given List. |
void |
setStringParam(List<String> stringParam)
Clears stringParam and adds the members of the given List. |
| Methods inherited from interface org.opencrx.kernel.base.cci2.QueryFilterProperty |
|---|
getClause, setBooleanParam, setClause, setDateParam, setDateTimeParam, setDecimalParam, setIntegerParam, setStringParam |
| Methods inherited from interface org.opencrx.kernel.base.cci2.AbstractFilterProperty |
|---|
getDescription, getName, isActive, setActive, setDescription, setName |
| Methods inherited from interface org.openmdx.base.accessor.jmi.cci.RefObject_1_0 |
|---|
refAddEventListener, refAddToUnitOfWork, refAddValue, refContext, refDefaultFetchGroup, refDelegate, refGetEventListeners, refGetPath, refGetValue, refGetValue, refInitialize, refInitialize, refIsDeleted, refIsDirty, refIsNew, refIsPersistent, refIsWriteProtected, refRefresh, refRemoveEventListener, refRemoveFromUnitOfWork, refRemoveValue, refRemoveValue, refSetValue, refWriteProtect |
| Methods inherited from interface javax.jmi.reflect.RefObject |
|---|
refClass, refDelete, refImmediateComposite, refIsInstanceOf, refOutermostComposite |
| Methods inherited from interface javax.jmi.reflect.RefFeatured |
|---|
refGetValue, refGetValue, refInvokeOperation, refInvokeOperation, refSetValue, refSetValue |
| Methods inherited from interface javax.jmi.reflect.RefBaseObject |
|---|
equals, hashCode, refImmediatePackage, refMetaObject, refMofId, refOutermostPackage, refVerifyConstraints |
| Method Detail |
|---|
List<Boolean> getBooleanParam()
booleanParam.
getBooleanParam in interface QueryFilterPropertyvoid setBooleanParam(List<Boolean> booleanParam)
booleanParam and adds the members of the given List.
This method is equivalent to
list.clear(); list.addAll(booleanParam);Note: This is an extension to the JMI 1 standard.
booleanParam - collection to be copied.List<XMLGregorianCalendar> getDateParam()
dateParam.
getDateParam in interface QueryFilterPropertyvoid setDateParam(List<XMLGregorianCalendar> dateParam)
dateParam and adds the members of the given List.
This method is equivalent to
list.clear(); list.addAll(dateParam);Note: This is an extension to the JMI 1 standard.
dateParam - collection to be copied.List<Date> getDateTimeParam()
dateTimeParam.
getDateTimeParam in interface QueryFilterPropertyvoid setDateTimeParam(List<Date> dateTimeParam)
dateTimeParam and adds the members of the given List.
This method is equivalent to
list.clear(); list.addAll(dateTimeParam);Note: This is an extension to the JMI 1 standard.
dateTimeParam - collection to be copied.List<BigDecimal> getDecimalParam()
decimalParam.
getDecimalParam in interface QueryFilterPropertyvoid setDecimalParam(List<BigDecimal> decimalParam)
decimalParam and adds the members of the given List.
This method is equivalent to
list.clear(); list.addAll(decimalParam);Note: This is an extension to the JMI 1 standard.
decimalParam - collection to be copied.List<Integer> getIntegerParam()
integerParam.
getIntegerParam in interface QueryFilterPropertyvoid setIntegerParam(List<Integer> integerParam)
integerParam and adds the members of the given List.
This method is equivalent to
list.clear(); list.addAll(integerParam);Note: This is an extension to the JMI 1 standard.
integerParam - collection to be copied.List<String> getStringParam()
stringParam.
getStringParam in interface QueryFilterPropertyvoid setStringParam(List<String> stringParam)
stringParam and adds the members of the given List.
This method is equivalent to
list.clear(); list.addAll(stringParam);Note: This is an extension to the JMI 1 standard.
stringParam - collection to be copied.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||