Uses of Interface
com.wewebu.ow.server.util.OwAttributeBagWriteable

Packages that use OwAttributeBagWriteable
com.wewebu.ow.server.ao   
com.wewebu.ow.server.app   
com.wewebu.ow.server.dmsdialogs.views   
com.wewebu.ow.server.ecm   
com.wewebu.ow.server.ecmimpl   
com.wewebu.ow.server.ui   
com.wewebu.ow.server.util   
com.wewebu.ow.server.util.paramcodec   
 

Uses of OwAttributeBagWriteable in com.wewebu.ow.server.ao
 

Methods in com.wewebu.ow.server.ao that return OwAttributeBagWriteable
 OwAttributeBagWriteable OwDBAttributeBagsSupport.getUserKeyAttributeBagWriteable(OwNetworkContext networkContext_p, String name_p, String userID_p)
           
 

Uses of OwAttributeBagWriteable in com.wewebu.ow.server.app
 

Classes in com.wewebu.ow.server.app that implement OwAttributeBagWriteable
 class OwMasterDocument
           Document Module base class for the Main Area Plugins.
 

Methods in com.wewebu.ow.server.app that return OwAttributeBagWriteable
 OwAttributeBagWriteable OwMainAppContext.createUserAttributeBag(String sName_p)
          create a attribute bag for scalar settings specific for the current user.
protected  OwAttributeBagWriteable OwAttrBagBasedUserOperationListener.getAttributeBag(String userName_p, String bagName_p, String tableName_p)
          Obtain corresponding attribute bag to this user.
 OwAttributeBagWriteable OwMasterDocument.getPersistentAttributeBagWriteable()
          get the plugin scalar settings specific for the current user.
 OwAttributeBagWriteable OwConfiguration.getUserAttributeBag()
          get the application wide scalar settings specific for the current user.
 

Uses of OwAttributeBagWriteable in com.wewebu.ow.server.dmsdialogs.views
 

Classes in com.wewebu.ow.server.dmsdialogs.views that implement OwAttributeBagWriteable
 class OwObjectLinksDocument
           Document class of OwObjectLinksView.
 class OwPermissionsDocument
           OwPermissionCollection facade document.
 class OwPolicyLevelDocument
           OwPermissionCollection policy facade document for OwPolicyLevelView
 class OwPrivilegesDocument
           OwPermissionCollection privilege facade document for OwPrivilegesView
 class OwPrivilegeSetEditorDocument
           OwPrivilegeSet document facade for the OwPrivilegeSetEditor view.
 class OwSplitObjectListDocument
           Models several object collections called splits.
 

Methods in com.wewebu.ow.server.dmsdialogs.views with parameters of type OwAttributeBagWriteable
 void OwObjectListView.OwFilter.load(OwAttributeBagWriteable persistentAttributeBagWriteable_p)
          set this filter from the given attribute bag
 void OwObjectListView.OwFilter.save(OwAttributeBagWriteable persistentAttributeBagWriteable_p)
          persist this filter to the given attribute bag
 

Uses of OwAttributeBagWriteable in com.wewebu.ow.server.ecm
 

Methods in com.wewebu.ow.server.ecm that return OwAttributeBagWriteable
 OwAttributeBagWriteable OwTransientBagsSupport.getUserKeyAttributeBagWriteable(OwNetworkContext networkContext_p, String name_p, String userID_p)
           
 OwAttributeBagWriteable OwAttributeBagsSupport.getUserKeyAttributeBagWriteable(OwNetworkContext networkContext_p, String name_p, String userID_p)
          get a writable attribute bag based an a user key i.e.: the attributenames of the bag represent the attribute names
 OwAttributeBagWriteable OwAttributeBagResolver.getUserKeyAttributeBagWriteable(OwNetworkContext context_p, String bagname_p, String username_p)
          get a writable attribute bag based an a user key i.e.: the attributenames of the bag represent the attribute names
 

Uses of OwAttributeBagWriteable in com.wewebu.ow.server.ecmimpl
 

Fields in com.wewebu.ow.server.ecmimpl with type parameters of type OwAttributeBagWriteable
static OwAOType<OwAttributeBagWriteable> OwAOConstants.AO_ATTRIBUTE_BAG_WRITABLE
           
static OwAOType<OwAttributeBagWriteable> OwAOConstants.AO_INVERTED_ATTRIBUTE_BAG
           
 

Uses of OwAttributeBagWriteable in com.wewebu.ow.server.ui
 

Classes in com.wewebu.ow.server.ui that implement OwAttributeBagWriteable
 class OwDocument
           Document Base Class.
 

Methods in com.wewebu.ow.server.ui that return OwAttributeBagWriteable
 OwAttributeBagWriteable OwDocument.getPersistentAttributeBagWriteable()
          (overridable) get a persistent OwAttributeBagWriteable (application scope) NOTE: use the OwAttributeBagWriteable implementation of this class to access non persistent (session scope) scalars
 

Uses of OwAttributeBagWriteable in com.wewebu.ow.server.util
 

Classes in com.wewebu.ow.server.util that implement OwAttributeBagWriteable
 class OwSimpleAttributeBagWriteable
           Implements a simple writable attribute bag that writes to internal memory.
 class OwStandardDBAttributeBagWriteable
           Implements a writable attribute bag for DBs.
Uses the following attribute scheme to access the database e.g.:

| (Number) | UserName (String) | BagName (String) | AttributeName (String) | AttributeValue (String) |
| 1 | OW_SITE_USER | ViewerSize | X | 100 |
| 2 | OW_SITE_USER | ViewerSize | Y | 100 |
| 3 | UserName | SelectedClass | Konto | 1 |
| 4 | UserName | SelectedClass | Kredit | 1 |
| 5 | UserName | SelectedClass | Depot | 1 |
 

Methods in com.wewebu.ow.server.util that return OwAttributeBagWriteable
 OwAttributeBagWriteable OwStandardDBAttributeBagWriteableFactory.getBag(String sBagName_p)
          get a specific attribute bag
 

Uses of OwAttributeBagWriteable in com.wewebu.ow.server.util.paramcodec
 

Methods in com.wewebu.ow.server.util.paramcodec that return OwAttributeBagWriteable
protected  OwAttributeBagWriteable OwNetworkAttributeBagCodec.getBag(String bagName_p, boolean create_p)
           
protected abstract  OwAttributeBagWriteable OwAttributeBagCodec.getBag(String bagName_p, boolean create_p)
           
protected  OwAttributeBagWriteable OwAppCounterBag.getBag(String bagName_p, boolean create_p)
          Get the bag from the network
protected  OwAttributeBagWriteable OwAttributeBagCodec.getCookieBag(String cookieName_p, boolean create_p)
           
protected  OwAttributeBagWriteable OwAttributeBagCodec.getCookieTableBag()
           
protected  OwAttributeBagWriteable OwAttributeBagCodec.getMasterBag()
           
 



Copyright © 2013 Alfresco Business Solutions. All Rights Reserved.