-
public class SessionStringBuilderCreated by willpride on 3/27/18.
-
-
Constructor Summary
Constructors Constructor Description SessionStringBuilder()
-
Method Summary
Modifier and Type Method Description voidmakeModuleSelection(String commandId)voidmakeFormSelection(String commandId)voidmakeCommandSelection(String commandId)voidmakeCaseSelection(String value)voidmakeCaseSelection(String key, String value)StringgetBuiltString()static IntentgetModuleFormSelection(String module, String form)static IntentgetModuleCaseFormSelection(String module, String caseId, String form)-
-
Method Detail
-
makeModuleSelection
void makeModuleSelection(String commandId)
-
makeFormSelection
void makeFormSelection(String commandId)
-
makeCommandSelection
void makeCommandSelection(String commandId)
-
makeCaseSelection
void makeCaseSelection(String value)
-
makeCaseSelection
void makeCaseSelection(String key, String value)
-
getBuiltString
String getBuiltString()
-
getModuleFormSelection
static Intent getModuleFormSelection(String module, String form)
-
getModuleCaseFormSelection
static Intent getModuleCaseFormSelection(String module, String caseId, String form)
-
-
-
-