@AuthorizeInstantiation(value="PIC") public class OIOutputDataProvider extends Object implements org.apache.wicket.markup.repeater.data.IDataProvider<OIOutput>
Constructor and Description |
---|
OIOutputDataProvider(OIOutputDao dao,
Integer ruleId,
Integer typeId) |
Modifier and Type | Method and Description |
---|---|
void |
detach()
Frees allocated resources.
|
Iterator<OIOutput> |
iterator(int first,
int count)
Returns an iterator over the represented collection of oi-outputs.
|
org.apache.wicket.model.IModel<OIOutput> |
model(OIOutput object)
Returns the given oi-output encapsulated into a loadable-detachable
model instance.
|
int |
size()
Returns the size of the represented collection of oi-outputs.
|
public OIOutputDataProvider(OIOutputDao dao, Integer ruleId, Integer typeId)
dao
- ruleId
- typeId
- public void detach()
detach
in interface org.apache.wicket.model.IDetachable
public Iterator<OIOutput> iterator(int first, int count)
iterator
in interface org.apache.wicket.markup.repeater.data.IDataProvider<OIOutput>
first
- count
- public int size()
size
in interface org.apache.wicket.markup.repeater.data.IDataProvider<OIOutput>
Copyright © 2013. All Rights Reserved.