|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--asgaard.skid.BeanLink | +--asgaard.skid.BeanLinkFilter
Field Summary | |
protected byte |
useBegin
|
protected byte |
useBy
|
protected byte |
useCreated
|
protected byte |
useEnd
|
protected byte |
useFrom
|
protected byte |
useModified
|
protected byte |
useOrder
|
protected byte |
useState
|
protected byte |
useTo
|
Fields inherited from class asgaard.skid.BeanLink |
Age,
Begin,
By,
Created,
End,
From,
Modified,
Order,
State,
To,
update_policy |
Constructor Summary | |
BeanLinkFilter()
Creates a new, empty Filter |
|
BeanLinkFilter(BeanLink link)
Creates a new Filter based on the given BeanLink. |
Method Summary | |
BeanLink[] |
getLinks()
Returns the Links found with this filter |
void |
setBegin(long value,
byte filter)
Sets the value of the Begin-Timestamp, especially used for creating an Filter. |
void |
setBy(int value,
byte filter)
Sets the value of the Linked-By key, especially used for creating an Filter. |
void |
setCreated(long value,
byte filter)
Sets the value of for the Created-Timestamp, especially used for creating an Filter. |
void |
setEnd(long value,
byte filter)
Sets the value of the End-Timestamp, especially used for creating an Filter. |
void |
setFrom(int value,
byte filter)
Sets the value of the Linked-From key, especially used for creating an Filter. |
void |
setModified(long value,
byte filter)
Sets the value of the Modified-Timestamp, especially used for creating an Filter. |
void |
setOrder(int value,
byte filter)
Sets the value of the order Field, especially used for creating an Filter. |
void |
setState(int value,
byte filter)
Sets the value of the Status-Field, especially used for creating an Filter. |
void |
setTo(int value,
byte filter)
Sets the value of the Linked-To key, especially used for creating an Filter. |
Methods inherited from class asgaard.skid.BeanLink |
flush,
getBy,
getFilter,
getFrom,
getKey,
getKey,
getTo,
isChanged,
modify,
setAge |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Field Detail |
protected byte useFrom
protected byte useOrder
protected byte useTo
protected byte useBy
protected byte useCreated
protected byte useModified
protected byte useBegin
protected byte useEnd
protected byte useState
Constructor Detail |
public BeanLinkFilter()
public BeanLinkFilter(BeanLink link)
link
- the source linkMethod Detail |
public void setFrom(int value, byte filter)
BeanBroker
public void setOrder(int value, byte filter)
BeanBroker
public void setTo(int value, byte filter)
BeanBroker
public void setBy(int value, byte filter)
BeanBroker
public void setCreated(long value, byte filter)
BeanBroker
public void setModified(long value, byte filter)
BeanBroker
public void setBegin(long value, byte filter)
BeanBroker
public void setEnd(long value, byte filter)
BeanBroker
public void setState(int value, byte filter)
BeanBroker
public BeanLink[] getLinks() throws java.lang.Exception
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |