Class InvitationDao
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 Summary
-
Method Summary
Modifier and TypeMethodDescriptionlong
count()
Count the number of instances ofIDataProviderDao
long
Count the number of instances ofIDataProviderDao
long
countGroup
(String search, Long userId) long
void
delete
(Invitation entity, Long userId) Delete an instance ofIDataProviderDao
get
(long start, long count) Get a list of instances ofIDataProviderDao
Get an instance of anIDataProviderDao
get
(String search, long start, long count, org.apache.wicket.extensions.markup.html.repeater.util.SortParam<String> sort) Get a list of instances ofIDataProviderDao
getGroup
(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) void
update
(Invitation invitation) update
(Invitation entity, Long userId) Update an instance ofIDataProviderDao
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.apache.openmeetings.db.dao.IDataProviderDao
get
-
Constructor Details
-
InvitationDao
public InvitationDao()
-
-
Method Details
-
get
Description copied from interface:IDataProviderDao
Get an instance of anIDataProviderDao
- Specified by:
get
in interfaceIDataProviderDao<Invitation>
- Parameters:
invId
- - id of instance to retrieve- Returns:
- instance with the id gived
-
get
Description copied from interface:IDataProviderDao
Get a list of instances ofIDataProviderDao
- Specified by:
get
in interfaceIDataProviderDao<Invitation>
- Parameters:
start
- - the start to range to retrievecount
- - maximum instance count to retrieve- Returns:
- list of instances in the range specified
-
get
public List<Invitation> get(String search, long start, long count, org.apache.wicket.extensions.markup.html.repeater.util.SortParam<String> sort) Description copied from interface:IDataProviderDao
Get a list of instances ofIDataProviderDao
- Specified by:
get
in interfaceIDataProviderDao<Invitation>
- Parameters:
search
- - string search criteria to filter entitiesstart
- - the start to range to retrievecount
- - maximum instance count to retrievesort
- - column and sort order- Returns:
- list of instances in the range specified
-
count
public long count()Description copied from interface:IDataProviderDao
Count the number of instances ofIDataProviderDao
- Specified by:
count
in interfaceIDataProviderDao<Invitation>
- Returns:
- count of instances
-
count
Description copied from interface:IDataProviderDao
Count the number of instances ofIDataProviderDao
- Specified by:
count
in interfaceIDataProviderDao<Invitation>
- Parameters:
search
- - string search criteria to filter entities- Returns:
- count of instances satisfying given search criteria
-
getGroup
public List<Invitation> getGroup(String search, long start, long count, Long userId, org.apache.wicket.extensions.markup.html.repeater.util.SortParam<String> sort) -
countGroup
-
getUser
public List<Invitation> getUser(String search, long start, long count, Long userId, org.apache.wicket.extensions.markup.html.repeater.util.SortParam<String> sort) -
countUser
-
update
-
update
Description copied from interface:IDataProviderDao
Update an instance ofIDataProviderDao
- Specified by:
update
in interfaceIDataProviderDao<Invitation>
- Parameters:
entity
- - entity to be updateduserId
- - user performed update- Returns:
- - updated entity
-
delete
Description copied from interface:IDataProviderDao
Delete an instance ofIDataProviderDao
- Specified by:
delete
in interfaceIDataProviderDao<Invitation>
- Parameters:
entity
- - entity to be deleteduserId
- - user performed delete
-
markUsed
-
getByHash
-