Uses of Class
skoinfo.rfc.group.vo.GroupConfVO

Packages that use GroupConfVO
skoinfo.rfc.group.action   
skoinfo.rfc.group.dao   
 

Uses of GroupConfVO in skoinfo.rfc.group.action
 

Methods in skoinfo.rfc.group.action that return types with arguments of type GroupConfVO
 java.util.List<GroupConfVO> GroupAction.getGroupConfList()
           
 

Method parameters in skoinfo.rfc.group.action with type arguments of type GroupConfVO
 void GroupAction.setGroupConfList(java.util.List<GroupConfVO> groupConfList)
           
 

Uses of GroupConfVO in skoinfo.rfc.group.dao
 

Methods in skoinfo.rfc.group.dao that return types with arguments of type GroupConfVO
 java.util.List<GroupConfVO> GroupDAO.confAllList(org.hibernate.Session session)
           
 java.util.List<GroupConfVO> GroupDAO.confList(org.hibernate.Session session, java.lang.String groupConfType)