|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IdEntity | |
|---|---|
| org.apache.struts2.showcase.action | |
| org.apache.struts2.showcase.application | |
| org.apache.struts2.showcase.dao | |
| org.apache.struts2.showcase.model | |
| Uses of IdEntity in org.apache.struts2.showcase.action |
|---|
| Methods in org.apache.struts2.showcase.action that return IdEntity | |
|---|---|
protected IdEntity |
AbstractCRUDAction.fetch(Serializable tryId,
IdEntity tryObject)
Utility method for fetching already persistent object from storage for usage in params-prepare-params cycle. |
| Methods in org.apache.struts2.showcase.action with parameters of type IdEntity | |
|---|---|
protected IdEntity |
AbstractCRUDAction.fetch(Serializable tryId,
IdEntity tryObject)
Utility method for fetching already persistent object from storage for usage in params-prepare-params cycle. |
| Uses of IdEntity in org.apache.struts2.showcase.application |
|---|
| Methods in org.apache.struts2.showcase.application that return IdEntity | |
|---|---|
IdEntity |
Storage.get(Class entityClass,
Serializable id)
|
IdEntity |
MemoryStorage.get(Class entityClass,
Serializable id)
|
IdEntity |
Storage.update(IdEntity object)
|
IdEntity |
MemoryStorage.update(IdEntity object)
|
| Methods in org.apache.struts2.showcase.application with parameters of type IdEntity | |
|---|---|
Serializable |
Storage.create(IdEntity object)
|
Serializable |
MemoryStorage.create(IdEntity object)
|
int |
Storage.delete(IdEntity object)
|
int |
MemoryStorage.delete(IdEntity object)
|
Serializable |
Storage.merge(IdEntity object)
|
Serializable |
MemoryStorage.merge(IdEntity object)
|
IdEntity |
Storage.update(IdEntity object)
|
IdEntity |
MemoryStorage.update(IdEntity object)
|
| Uses of IdEntity in org.apache.struts2.showcase.dao |
|---|
| Methods in org.apache.struts2.showcase.dao that return IdEntity | |
|---|---|
IdEntity |
Dao.get(Serializable id)
|
IdEntity |
AbstractDao.get(Serializable id)
|
IdEntity |
Dao.update(IdEntity object)
|
IdEntity |
AbstractDao.update(IdEntity object)
|
| Methods in org.apache.struts2.showcase.dao with parameters of type IdEntity | |
|---|---|
Serializable |
Dao.create(IdEntity object)
|
Serializable |
AbstractDao.create(IdEntity object)
|
int |
Dao.delete(IdEntity object)
|
int |
AbstractDao.delete(IdEntity object)
|
Serializable |
Dao.merge(IdEntity object)
|
Serializable |
AbstractDao.merge(IdEntity object)
|
IdEntity |
Dao.update(IdEntity object)
|
IdEntity |
AbstractDao.update(IdEntity object)
|
| Uses of IdEntity in org.apache.struts2.showcase.model |
|---|
| Classes in org.apache.struts2.showcase.model that implement IdEntity | |
|---|---|
class |
Employee
Employee. |
class |
Skill
Skill. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||