|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.kuali.rice.core.api.mo.AbstractDataTransferObject
org.kuali.rice.core.api.uif.RemotableAttributeLookupSettings
public final class RemotableAttributeLookupSettings
| Nested Class Summary | |
|---|---|
static class |
RemotableAttributeLookupSettings.Builder
A builder which can be used to construct RemotableAttributeLookupSettings instances. |
| Method Summary | |
|---|---|
String |
getLowerBoundLabel()
Returns the label to use for the lower bound of the range. |
String |
getLowerBoundName()
Returns the name to assign to the lower bound of the range. |
String |
getUpperBoundLabel()
Returns the label to use for the upper bound of the range. |
String |
getUpperBoundName()
Returns the name to assign to the upper bound of the range. |
boolean |
isInCriteria()
Returns true if this field should be included as part of the lookup criteria, false if not. |
boolean |
isInResults()
Returns true if this field should be included in the result set of the lookup, false if not. |
boolean |
isLowerBoundInclusive()
Returns true if the lower bound should be treated as inclusive when executing a ranged lookup against the attribute, false if it should be treated as exclusive. |
boolean |
isRanged()
Returns true if lookups against this field should be handled as a lookup operation supporting a range-based search of data against the field. |
boolean |
isUpperBoundInclusive()
Returns true if the upper bound should be treated as inclusive when executing a ranged lookup against the attribute, false if it should be treated as exclusive. |
| Methods inherited from class org.kuali.rice.core.api.mo.AbstractDataTransferObject |
|---|
afterUnmarshal, beforeUnmarshal, equals, hashCode, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Method Detail |
|---|
public boolean isInCriteria()
AttributeLookupSettings
isInCriteria in interface AttributeLookupSettingspublic boolean isInResults()
AttributeLookupSettings
isInResults in interface AttributeLookupSettingspublic boolean isRanged()
AttributeLookupSettings
isRanged in interface AttributeLookupSettingspublic String getLowerBoundName()
AttributeLookupSettings
getLowerBoundName in interface AttributeLookupSettingspublic String getLowerBoundLabel()
AttributeLookupSettings
getLowerBoundLabel in interface AttributeLookupSettingspublic boolean isLowerBoundInclusive()
AttributeLookupSettings
isLowerBoundInclusive in interface AttributeLookupSettingspublic String getUpperBoundName()
AttributeLookupSettings
getUpperBoundName in interface AttributeLookupSettingspublic String getUpperBoundLabel()
AttributeLookupSettings
getUpperBoundLabel in interface AttributeLookupSettingspublic boolean isUpperBoundInclusive()
AttributeLookupSettings
isUpperBoundInclusive in interface AttributeLookupSettings
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||