|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IAttribute | |
---|---|
net.sf.webmancer.db | |
net.sf.webmancer.db.sql | |
net.sf.webmancer.widget |
Uses of IAttribute in net.sf.webmancer.db |
---|
Classes in net.sf.webmancer.db that implement IAttribute | |
---|---|
class |
AbstractAttribute
|
class |
DecimalAttribute
|
class |
RegexAttribute
|
class |
StringAttribute
|
Methods in net.sf.webmancer.db that return IAttribute | |
---|---|
IAttribute |
Cell.getAttribute()
|
IAttribute |
ICell.getAttribute()
|
protected IAttribute |
Query.getOrderingAttribute()
Returns the ordering attribute. |
Methods in net.sf.webmancer.db that return types with arguments of type IAttribute | |
---|---|
java.util.Map<java.lang.String,IAttribute> |
AbstractDataSet.getAttributes()
|
java.util.Map<java.lang.String,IAttribute> |
Data.getAttributes()
|
java.util.Map<java.lang.String,IAttribute> |
IData.getAttributes()
|
java.util.Map<java.lang.String,IAttribute> |
IDataSet.getAttributes()
|
protected java.util.Map<java.lang.String,IAttribute> |
Query.getAttributes()
Returns the attributes. |
java.util.Map<java.lang.String,IAttribute> |
Data.getModifiableAttributes()
|
java.util.Collection<java.util.Map<IAttribute,ICell>> |
Data.getModifiableRows()
|
java.util.Collection<java.util.Map<IAttribute,ICell>> |
Data.getRows()
|
java.util.Collection<java.util.Map<IAttribute,ICell>> |
IData.getRows()
|
Methods in net.sf.webmancer.db with parameters of type IAttribute | |
---|---|
void |
AbstractDataSet.addAttribute(IAttribute attribute)
|
void |
IQuery.addAttribute(IAttribute attribute)
|
void |
Query.addAttribute(IAttribute attribute)
|
abstract IData |
AbstractDataSet.performQueryResult(java.util.Map<java.lang.String,IAttribute> attributes,
java.util.List<ICondition> conditions,
long limit,
long offset,
IAttribute orderingAttribute,
boolean ascending)
|
IData |
IDatabaseOperationPerformer.performQueryResult(java.util.Map<java.lang.String,IAttribute> attributes,
java.util.List<ICondition> conditions,
long limit,
long offset,
IAttribute orderingAttribute,
boolean ascending)
|
void |
IRestrictable.restrictOrdering(IAttribute attribute,
boolean ascending)
|
void |
Query.restrictOrdering(IAttribute attribute,
boolean ascending)
|
void |
Query.setOrderingAttribute(IAttribute attribute)
Sets the ordering attribute. |
Method parameters in net.sf.webmancer.db with type arguments of type IAttribute | |
---|---|
void |
IQuery.insert(java.util.Map<IAttribute,ICell> row)
|
void |
Query.insert(java.util.Map<IAttribute,ICell> row)
|
abstract void |
AbstractDataSet.performInsert(java.util.Map<IAttribute,ICell> row)
|
void |
IDatabaseOperationPerformer.performInsert(java.util.Map<IAttribute,ICell> row)
|
abstract IData |
AbstractDataSet.performQueryResult(java.util.Map<java.lang.String,IAttribute> attributes,
java.util.List<ICondition> conditions,
long limit,
long offset,
IAttribute orderingAttribute,
boolean ascending)
|
IData |
IDatabaseOperationPerformer.performQueryResult(java.util.Map<java.lang.String,IAttribute> attributes,
java.util.List<ICondition> conditions,
long limit,
long offset,
IAttribute orderingAttribute,
boolean ascending)
|
abstract long |
AbstractDataSet.performUpdate(java.util.Map<IAttribute,ICell> row,
java.util.List<ICondition> conditions)
|
long |
IDatabaseOperationPerformer.performUpdate(java.util.Map<IAttribute,ICell> row,
java.util.List<ICondition> conditions)
|
void |
AbstractDataSet.setAttributes(java.util.List<IAttribute> attributes)
|
void |
Query.setAttributes(java.util.Map<java.lang.String,IAttribute> attributes)
Sets the attributes. |
long |
IQuery.update(java.util.Map<IAttribute,ICell> row)
|
long |
Query.update(java.util.Map<IAttribute,ICell> row)
|
Constructors in net.sf.webmancer.db with parameters of type IAttribute | |
---|---|
Cell(IAttribute attribute,
java.lang.Object value)
Constructs the Cell. |
Uses of IAttribute in net.sf.webmancer.db.sql |
---|
Methods in net.sf.webmancer.db.sql with parameters of type IAttribute | |
---|---|
IData |
TableDataSet.performQueryResult(java.util.Map<java.lang.String,IAttribute> attributes,
java.util.List<ICondition> conditions,
long limit,
long offset,
IAttribute orderingAttribute,
boolean ascending)
|
Method parameters in net.sf.webmancer.db.sql with type arguments of type IAttribute | |
---|---|
void |
TableDataSet.performInsert(java.util.Map<IAttribute,ICell> row)
|
IData |
TableDataSet.performQueryResult(java.util.Map<java.lang.String,IAttribute> attributes,
java.util.List<ICondition> conditions,
long limit,
long offset,
IAttribute orderingAttribute,
boolean ascending)
|
long |
TableDataSet.performUpdate(java.util.Map<IAttribute,ICell> row,
java.util.List<ICondition> conditions)
|
Uses of IAttribute in net.sf.webmancer.widget |
---|
Methods in net.sf.webmancer.widget that return IAttribute | |
---|---|
IAttribute |
DefaultDataTableColumn.getAttribute()
|
IAttribute |
IDataTableColumn.getAttribute()
Returns the attribute. |
Method parameters in net.sf.webmancer.widget with type arguments of type IAttribute | |
---|---|
void |
DefaultDataTableColumn.renderCell(IModelBuilder output,
java.util.Map<IAttribute,ICell> row)
|
void |
IDataTableColumn.renderCell(IModelBuilder builder,
java.util.Map<IAttribute,ICell> row)
|
Constructors in net.sf.webmancer.widget with parameters of type IAttribute | |
---|---|
DefaultDataTableColumn(IAttribute attribute)
Constructs the DataTableColumn. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |