public interface VariantMetricInformationDao extends GenericBaseDao<VariantMetricInformation,String>
| Modifier and Type | Method and Description |
|---|---|
VariantMetricInformation |
findVariantMetricInformationByVariantID(String variantID,
String pushMessageinformationId)
Finds a VariantMetricInformation instance by the related variantID
|
create, delete, find, flushAndClear, lock, updateVariantMetricInformation findVariantMetricInformationByVariantID(String variantID, String pushMessageinformationId)
variantID - that is associated with the VariantMetricInformation instancepushMessageinformationId - of the @link{{org.jboss.aerogear.unifiedpush.api.PushMessageInformation}} that owns this instanceCopyright © 2016 JBoss by Red Hat. All Rights Reserved.