Uses of Interface
org.apache.struts2.showcase.model.IdEntity

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(java.io.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(java.io.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 MemoryStorage.get(java.lang.Class entityClass, java.io.Serializable id)
           
 IdEntity Storage.get(java.lang.Class entityClass, java.io.Serializable id)
           
 IdEntity MemoryStorage.update(IdEntity object)
           
 IdEntity Storage.update(IdEntity object)
           
 

Methods in org.apache.struts2.showcase.application with parameters of type IdEntity
 java.io.Serializable MemoryStorage.create(IdEntity object)
           
 java.io.Serializable Storage.create(IdEntity object)
           
 int MemoryStorage.delete(IdEntity object)
           
 int Storage.delete(IdEntity object)
           
 java.io.Serializable MemoryStorage.merge(IdEntity object)
           
 java.io.Serializable Storage.merge(IdEntity object)
           
 IdEntity MemoryStorage.update(IdEntity object)
           
 IdEntity Storage.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(java.io.Serializable id)
           
 IdEntity AbstractDao.get(java.io.Serializable id)
           
 IdEntity Dao.update(IdEntity object)
           
 IdEntity AbstractDao.update(IdEntity object)
           
 

Methods in org.apache.struts2.showcase.dao with parameters of type IdEntity
 java.io.Serializable Dao.create(IdEntity object)
           
 java.io.Serializable AbstractDao.create(IdEntity object)
           
 int Dao.delete(IdEntity object)
           
 int AbstractDao.delete(IdEntity object)
           
 java.io.Serializable Dao.merge(IdEntity object)
           
 java.io.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.
 



Copyright © 2000-2008 Apache Software Foundation. All Rights Reserved.