java.lang.Object
org.apache.openmeetings.db.dao.room.InvitationDao
- All Implemented Interfaces:
- IDataProviderDao<Invitation>
@Repository
@Transactional
public class InvitationDao
extends Object
implements IDataProviderDao<Invitation>
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionlongcount()Count the number of instances ofIDataProviderDaolongCount the number of instances ofIDataProviderDaolongcountGroup(String search, Long userId) longvoiddelete(Invitation entity, Long userId) Delete an instance ofIDataProviderDaoget(long start, long count) Get a list of instances ofIDataProviderDaoGet an instance of anIDataProviderDaoget(String search, long start, long count, org.apache.wicket.extensions.markup.html.repeater.util.SortParam<String> sort) Get a list of instances ofIDataProviderDaogetGroup(String search, long start, long count, Long userId, org.apache.wicket.extensions.markup.html.repeater.util.SortParam<String> sort) getUser(String search, long start, long count, Long userId, org.apache.wicket.extensions.markup.html.repeater.util.SortParam<String> sort) voidupdate(Invitation invitation) update(Invitation entity, Long userId) Update an instance ofIDataProviderDaoMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.openmeetings.db.dao.IDataProviderDaoget
- 
Constructor Details- 
InvitationDaopublic InvitationDao()
 
- 
- 
Method Details- 
getDescription copied from interface:IDataProviderDaoGet an instance of anIDataProviderDao- Specified by:
- getin interface- IDataProviderDao<Invitation>
- Parameters:
- invId- - id of instance to retrieve
- Returns:
- instance with the id gived
 
- 
getDescription copied from interface:IDataProviderDaoGet a list of instances ofIDataProviderDao- Specified by:
- getin interface- IDataProviderDao<Invitation>
- Parameters:
- start- - the start to range to retrieve
- count- - maximum instance count to retrieve
- Returns:
- list of instances in the range specified
 
- 
getpublic List<Invitation> get(String search, long start, long count, org.apache.wicket.extensions.markup.html.repeater.util.SortParam<String> sort) Description copied from interface:IDataProviderDaoGet a list of instances ofIDataProviderDao- Specified by:
- getin interface- IDataProviderDao<Invitation>
- Parameters:
- search- - string search criteria to filter entities
- start- - the start to range to retrieve
- count- - maximum instance count to retrieve
- sort- - column and sort order
- Returns:
- list of instances in the range specified
 
- 
countpublic long count()Description copied from interface:IDataProviderDaoCount the number of instances ofIDataProviderDao- Specified by:
- countin interface- IDataProviderDao<Invitation>
- Returns:
- count of instances
 
- 
countDescription copied from interface:IDataProviderDaoCount the number of instances ofIDataProviderDao- Specified by:
- countin interface- IDataProviderDao<Invitation>
- Parameters:
- search- - string search criteria to filter entities
- Returns:
- count of instances satisfying given search criteria
 
- 
getGrouppublic List<Invitation> getGroup(String search, long start, long count, Long userId, org.apache.wicket.extensions.markup.html.repeater.util.SortParam<String> sort) 
- 
countGroup
- 
getUserpublic List<Invitation> getUser(String search, long start, long count, Long userId, org.apache.wicket.extensions.markup.html.repeater.util.SortParam<String> sort) 
- 
countUser
- 
update
- 
updateDescription copied from interface:IDataProviderDaoUpdate an instance ofIDataProviderDao- Specified by:
- updatein interface- IDataProviderDao<Invitation>
- Parameters:
- entity- - entity to be updated
- userId- - user performed update
- Returns:
- - updated entity
 
- 
deleteDescription copied from interface:IDataProviderDaoDelete an instance ofIDataProviderDao- Specified by:
- deletein interface- IDataProviderDao<Invitation>
- Parameters:
- entity- - entity to be deleted
- userId- - user performed delete
 
- 
markUsed
- 
getByHash
 
-