|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SfManifestDao
Data access object for the Splitforce Manifest
Method Summary | |
---|---|
void |
addNewManifestRow(android.content.Context context,
ManifestRow manifestRow)
Add a new row (variation) to the Splitforce manifest. |
void |
deleteManifestRow(android.content.Context context,
long id)
Delete a row from the Splitforce manifest. |
ManifestRow |
getExperiment(android.content.Context context,
java.lang.String name,
boolean forceCohort)
Get the selected experiment. |
java.util.List<ManifestRow> |
getManifestRows(android.content.Context context)
Get all of the rows in the Splitforce Manifest. |
ManifestRow |
isManifestRowInDb(android.content.Context context,
java.lang.String objectId)
Checks if manifest row is in the ManifestTable |
void |
modifyManifestRowFromServer(android.content.Context context,
ManifestRow manifestRow)
Update local manifest data. |
Method Detail |
---|
ManifestRow getExperiment(android.content.Context context, java.lang.String name, boolean forceCohort)
name
- The name of the experimentforceCohort
- Cohort a new a variation even if one already was
java.util.List<ManifestRow> getManifestRows(android.content.Context context)
context
- Application context
void modifyManifestRowFromServer(android.content.Context context, ManifestRow manifestRow)
manifestRow
- The row to updateManifestRow isManifestRowInDb(android.content.Context context, java.lang.String objectId)
ManifestTable
objectId
- Parse objectId
ManifestRow
or nullvoid addNewManifestRow(android.content.Context context, ManifestRow manifestRow)
context
- The applications contextmanifestRow
- The row to add.void deleteManifestRow(android.content.Context context, long id)
context
- The application's context.id
- The local id of the row to delete.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |