Package org.eclnt.ccee.usagevariants
Interface IVariantPersistenceWithGlobalUsers
- All Superinterfaces:
IVariantPersistence
- All Known Implementing Classes:
VariantPersistenceStreamStore
-
Method Summary
Modifier and TypeMethodDescriptionvoidsaveGlobalUserId(String userId) Define userId to be global. - Variant definitions that are done for global users are available for all other users as well.Methods inherited from interface org.eclnt.ccee.usagevariants.IVariantPersistence
queryParentUserIds, queryVariantIds, readDefaultVariantId, readVariant, removeVariant, saveDefaultVariantId, saveVariant
-
Method Details
-
saveGlobalUserId
Define userId to be global. - Variant definitions that are done for global users are available for all other users as well.
-