|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.corrspt.xeo.api.core.BaseModelCollectionJSON
public class BaseModelCollectionJSON
Base Model
| Constructor Summary | |
|---|---|
BaseModelCollectionJSON(java.util.List<BaseModel> lst)
|
|
| Method Summary | |
|---|---|
void |
add(BaseModel newBaseModel)
|
void |
add(java.util.List<BaseModel> listBaseModel)
|
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 BaseModelToCheck)
|
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 BaseModelCollectionJSON(java.util.List<BaseModel> lst)
| 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 newBaseModel)
add in interface BaseModelCollectionpublic void add(java.util.List<BaseModel> listBaseModel)
add in interface BaseModelCollectionpublic boolean hasBaseModel(BaseModel BaseModelToCheck)
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 | ||||||||