|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.corrspt.xeo.api.core.BaseModelCollectionImpl
public class BaseModelCollectionImpl
Base Model
| Constructor Summary | |
|---|---|
BaseModelCollectionImpl(netgest.bo.runtime.bridgeHandler it)
|
|
| Method Summary | |
|---|---|
void |
add(BaseModel newModel)
|
void |
add(java.util.List<BaseModel> list)
|
java.util.List<BaseModel> |
getElements()
Returns a list of all elements in the bridge |
long |
getRecordCount()
Retrieves the number of records in the collection |
boolean |
hasBaseModel(BaseModel modelToCheck)
|
boolean |
hasNext()
|
boolean |
isChanged()
Whether the collection was changed or not |
boolean |
isEmpty()
Whether the collection is empty |
java.util.Iterator<BaseModel> |
iterator()
|
BaseModel |
next()
|
void |
remove()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BaseModelCollectionImpl(netgest.bo.runtime.bridgeHandler it)
| Method Detail |
|---|
public boolean hasNext()
hasNext in interface java.util.Iterator<BaseModel>public BaseModel next()
next in interface java.util.Iterator<BaseModel>public java.util.List<BaseModel> getElements()
getElements in interface BaseModelCollectionpublic void add(BaseModel newModel)
add in interface BaseModelCollectionpublic void add(java.util.List<BaseModel> list)
add in interface BaseModelCollectionpublic boolean hasBaseModel(BaseModel modelToCheck)
hasBaseModel in interface BaseModelCollectionpublic boolean isChanged()
isChanged in interface BaseModelCollectionpublic boolean isEmpty()
isEmpty in interface BaseModelCollectionpublic long getRecordCount()
getRecordCount in interface BaseModelCollectionpublic void remove()
remove in interface java.util.Iterator<BaseModel>public java.util.Iterator<BaseModel> iterator()
iterator in interface java.lang.Iterable<BaseModel>
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||