Uses of Class
skoinfo.rfc.popup.vo.PopupcateVO

Packages that use PopupcateVO
skoinfo.rfc.popup.action   
skoinfo.rfc.popup.dao   
skoinfo.rfc.popup.vo   
 

Uses of PopupcateVO in skoinfo.rfc.popup.action
 

Methods in skoinfo.rfc.popup.action that return PopupcateVO
 PopupcateVO PopupcateAction.getPopupcateVO()
           
 

Methods in skoinfo.rfc.popup.action with parameters of type PopupcateVO
 void PopupcateAction.setPopupcateVO(PopupcateVO popupcateVO)
           
 

Uses of PopupcateVO in skoinfo.rfc.popup.dao
 

Methods in skoinfo.rfc.popup.dao that return PopupcateVO
 PopupcateVO PopupcateDAO.viewJkh(org.hibernate.Session session, PopupcateVO jkhVO)
           
 

Methods in skoinfo.rfc.popup.dao that return types with arguments of type PopupcateVO
 java.util.List<PopupcateVO> PopupcateDAO.List(org.hibernate.Session session, int beginRow, int rowCount, java.util.ArrayList<OrderBy> orderByList)
           
 java.util.List<PopupcateVO> PopupcateDAO.popupcateAllList(org.hibernate.Session session)
           
 

Methods in skoinfo.rfc.popup.dao with parameters of type PopupcateVO
 void PopupcateDAO.delete(org.hibernate.Session session, PopupcateVO jkhVO)
           
 void PopupcateDAO.update(org.hibernate.Session session, PopupcateVO jkhVO)
           
 PopupcateVO PopupcateDAO.viewJkh(org.hibernate.Session session, PopupcateVO jkhVO)
           
 int PopupcateDAO.write(org.hibernate.Session session, PopupcateVO jkhVO)
           
 

Uses of PopupcateVO in skoinfo.rfc.popup.vo
 

Methods in skoinfo.rfc.popup.vo that return types with arguments of type PopupcateVO
 java.util.List<PopupcateVO> PopupcateVO.getJkhVOList()
           
 java.util.List<PopupcateVO> PopupVO.getPopupcateVOList()
           
 

Method parameters in skoinfo.rfc.popup.vo with type arguments of type PopupcateVO
 void PopupcateVO.setJkhVOList(java.util.List<PopupcateVO> jkhVOList)
           
 void PopupVO.setPopupcateVOList(java.util.List<PopupcateVO> popupcateVOList)