@Service public class PushDeviceTupleServiceImpl extends Object implements PushDeviceTupleService
PushDeviceTupleService| Constructor and Description |
|---|
PushDeviceTupleServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
List<PushDeviceTuple> |
findTuplesForPush(Push push)
Service Method to find all
PushDeviceTuple |
List<PushDeviceTuple> |
findUnsentTuples()
Service Method to find all unsent
PushDeviceTuple |
PushDeviceTupleDao |
getPushDeviceTupleDao()
Get the reference to the
PushDeviceTupleDao |
void |
markTupleAsSent(PushDeviceTuple tuple)
Service Method to mark a specific
PushDeviceTuple |
int |
removeTuplesForPush(Push push)
Service Method to remove
PushDeviceTuple |
void |
saveTuple(PushDeviceTuple tuple)
Service Method to save a given
PushDeviceTuple |
void |
setPushDeviceTupleDao(PushDeviceTupleDao dao)
Set the reference to the
PushDeviceTupleDao |
public PushDeviceTupleServiceImpl()
@Transactional public void markTupleAsSent(PushDeviceTuple tuple)
PushDeviceTupleServicePushDeviceTuple as sent.markTupleAsSent in interface PushDeviceTupleService@Transactional public void saveTuple(PushDeviceTuple tuple)
PushDeviceTupleServicePushDeviceTuple.saveTuple in interface PushDeviceTupleService@Transactional public List<PushDeviceTuple> findUnsentTuples()
PushDeviceTupleServicePushDeviceTuple and return them as a ListfindUnsentTuples in interface PushDeviceTupleServicePushDeviceTuplepublic void setPushDeviceTupleDao(PushDeviceTupleDao dao)
PushDeviceTupleDaodao - public PushDeviceTupleDao getPushDeviceTupleDao()
PushDeviceTupleDaopublic List<PushDeviceTuple> findTuplesForPush(Push push)
PushDeviceTupleServicePushDeviceTuple associated with a given PushfindTuplesForPush in interface PushDeviceTupleServicePushDeviceTuple@Transactional public int removeTuplesForPush(Push push)
PushDeviceTupleServicePushDeviceTuple associated with a given PushremoveTuplesForPush in interface PushDeviceTupleServiceCopyright © 2011-2014 The Kuali Foundation. All Rights Reserved.