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

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

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