|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IPanelDAO
| Method Summary | |
|---|---|
void |
delete(java.lang.Integer objectID)
Deletes a screenPanel from the TScreenPanel table Is deletable should return true before calling this method |
boolean |
isDeletable(java.lang.Integer objectID)
Verifies whether a screenPanel is deletable |
java.util.List |
loadAll()
Loads all fields from TScreenPanel table |
java.util.List |
loadByParent(java.lang.Integer parentID)
Loads all panels from parent order by index |
IPanel |
loadByPrimaryKey(java.lang.Integer objectID)
Gets a screenPanelBean from the TScreenPanel table |
java.lang.Integer |
save(IPanel screenPanel)
Save screenPanel in the TScreenPanel table |
| Method Detail |
|---|
IPanel loadByPrimaryKey(java.lang.Integer objectID)
objectID -
java.util.List loadAll()
java.lang.Integer save(IPanel screenPanel)
screenPanel -
void delete(java.lang.Integer objectID)
objectID - boolean isDeletable(java.lang.Integer objectID)
objectID - java.util.List loadByParent(java.lang.Integer parentID)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||