Uses of Class
is.idega.idegaweb.golf.data.MemberHistory

Packages that use MemberHistory
is.idega.idegaweb.golf.data.dao   
is.idega.idegaweb.golf.data.dao.impl   
 

Uses of MemberHistory in is.idega.idegaweb.golf.data.dao
 

Methods in is.idega.idegaweb.golf.data.dao that return MemberHistory
 MemberHistory BlacklistLogDao.findById(int id)
           
 MemberHistory BlacklistLogDao.findLatest(int memberId, int unionId)
           
 MemberHistory BlacklistLogDao.update(MemberHistory entity)
          Updates or creates entity in data source;
 MemberHistory BlacklistLogDao.update(java.lang.String message, int memberId, int unionId)
          Updates or creates entity in data source;
 MemberHistory BlacklistLogDao.update(java.lang.String message, java.lang.String personalId, int unionId)
          Updates or creates entity in data source;
 

Methods in is.idega.idegaweb.golf.data.dao that return types with arguments of type MemberHistory
 java.util.List<MemberHistory> BlacklistLogDao.findAll(int memberId, int unionId)
           
 java.util.List<MemberHistory> GolfDaoImpl.getMemberHistory(java.lang.Integer memberId, int maxResult, int startPosition)
           
 java.util.List<MemberHistory> GolfDao.getMemberHistory(java.lang.Integer memberId, int maxResult, int startPosition)
           
 

Methods in is.idega.idegaweb.golf.data.dao with parameters of type MemberHistory
 MemberHistory BlacklistLogDao.update(MemberHistory entity)
          Updates or creates entity in data source;
 

Uses of MemberHistory in is.idega.idegaweb.golf.data.dao.impl
 

Methods in is.idega.idegaweb.golf.data.dao.impl that return MemberHistory
 MemberHistory BlacklistLogDaoImpl.findById(int id)
           
 MemberHistory BlacklistLogDaoImpl.findLatest(int memberId, int unionId)
           
 MemberHistory BlacklistLogDaoImpl.update(MemberHistory entity)
           
 MemberHistory BlacklistLogDaoImpl.update(java.lang.String message, int memberId, int unionId)
           
 MemberHistory BlacklistLogDaoImpl.update(java.lang.String message, java.lang.String personalId, int unionId)
           
 

Methods in is.idega.idegaweb.golf.data.dao.impl that return types with arguments of type MemberHistory
 java.util.List<MemberHistory> BlacklistLogDaoImpl.findAll(int memberId, int unionId)
           
 

Methods in is.idega.idegaweb.golf.data.dao.impl with parameters of type MemberHistory
 MemberHistory BlacklistLogDaoImpl.update(MemberHistory entity)
           
 



Copyright © 2000-2014 idega software. All Rights Reserved.