Uses of Package
com.wewebu.ow.server.util

Packages that use com.wewebu.ow.server.util
com.wewebu.ow.csqlc   
com.wewebu.ow.server.ao   
com.wewebu.ow.server.app   
com.wewebu.ow.server.conf   
com.wewebu.ow.server.dmsdialogs   
com.wewebu.ow.server.dmsdialogs.views   
com.wewebu.ow.server.dmsdialogs.views.classes   
com.wewebu.ow.server.ecm   
com.wewebu.ow.server.ecmimpl   
com.wewebu.ow.server.exceptions   
com.wewebu.ow.server.field   
com.wewebu.ow.server.history   
com.wewebu.ow.server.mandator   
com.wewebu.ow.server.mandatorimpl.simplemandator   
com.wewebu.ow.server.plug.owutil   
com.wewebu.ow.server.role   
com.wewebu.ow.server.ui   
com.wewebu.ow.server.util   
com.wewebu.ow.server.util.paramcodec   
 

Classes in com.wewebu.ow.server.util used by com.wewebu.ow.csqlc
OwString
           Utility class OwString.
 

Classes in com.wewebu.ow.server.util used by com.wewebu.ow.server.ao
OwAttributeBag
           Interface for attribute bags, which describe the attribute of an object.
OwAttributeBagWriteable
           Interface for writing Attributes, extends the OwAttributeBag interface.
OwNetworkConfiguration
           Helper to wrap owbootstrap.xml.
 

Classes in com.wewebu.ow.server.util used by com.wewebu.ow.server.app
OwAttributeBag
           Interface for attribute bags, which describe the attribute of an object.
OwAttributeBagWriteable
           Interface for writing Attributes, extends the OwAttributeBag interface.
OwString
           Utility class OwString.
OwXMLUtil
           Utility interface for structured configuration data access.
 

Classes in com.wewebu.ow.server.util used by com.wewebu.ow.server.conf
OwString
           Utility class OwString.
OwXMLUtil
           Utility interface for structured configuration data access.
 

Classes in com.wewebu.ow.server.util used by com.wewebu.ow.server.dmsdialogs
OwXMLUtil
           Utility interface for structured configuration data access.
 

Classes in com.wewebu.ow.server.util used by com.wewebu.ow.server.dmsdialogs.views
OwAttributeBag
           Interface for attribute bags, which describe the attribute of an object.
OwAttributeBagWriteable
           Interface for writing Attributes, extends the OwAttributeBag interface.
OwXMLUtil
           Utility interface for structured configuration data access.
 

Classes in com.wewebu.ow.server.util used by com.wewebu.ow.server.dmsdialogs.views.classes
OwXMLUtil
           Utility interface for structured configuration data access.
 

Classes in com.wewebu.ow.server.util used by com.wewebu.ow.server.ecm
OwAttributeBag
           Interface for attribute bags, which describe the attribute of an object.
OwAttributeBagWriteable
           Interface for writing Attributes, extends the OwAttributeBag interface.
OwEvent
           Utility class to manage a collection of listeners through one single instance.
OwStandardDBAttributeBagWriteableFactory
           Implements a factory for DB based writable attribute bags.
Retrieve a writable attribute bag with getBag(Name).
The factory has the advantage that all attribute bag data is loaded in one single SQL Query.
Uses the following attribute scheme to access the database e.g.:

(Number)User (String)Name (String)AttributeName (String)AttributeValue (String) 1OW_SITE_USERViewerSizeX100 2OW_SITE_USERViewerSizeY100 3UserNameSelectedClassAccount1 4UserNameSelectedClassCredit1 5UserNameSelectedClassDepot1
OwString
           Utility class OwString.
OwTimeZoneInfo
           Time Zone information (UTC offset , hemisphere location , daylight savings) used to select or guess a corresponding time zone.
OwXMLUtil
           Utility interface for structured configuration data access.
 

Classes in com.wewebu.ow.server.util used by com.wewebu.ow.server.ecmimpl
OwAttributeBag
           Interface for attribute bags, which describe the attribute of an object.
OwAttributeBagIterator
           Extends the interface for attribute bag Iterators, which describe the attribute of an object.
OwAttributeBagWriteable
           Interface for writing Attributes, extends the OwAttributeBag interface.
 

Classes in com.wewebu.ow.server.util used by com.wewebu.ow.server.exceptions
OwString
           Utility class OwString.
 

Classes in com.wewebu.ow.server.util used by com.wewebu.ow.server.field
OwString
           Utility class OwString.
OwString1
           Utility class OwString1.
OwXMLUtil
           Utility interface for structured configuration data access.
 

Classes in com.wewebu.ow.server.util used by com.wewebu.ow.server.history
OwString
           Utility class OwString.
OwXMLUtil
           Utility interface for structured configuration data access.
 

Classes in com.wewebu.ow.server.util used by com.wewebu.ow.server.mandator
OwAttributeBag
           Interface for attribute bags, which describe the attribute of an object.
OwXMLUtil
           Utility interface for structured configuration data access.
 

Classes in com.wewebu.ow.server.util used by com.wewebu.ow.server.mandatorimpl.simplemandator
OwXMLUtil
           Utility interface for structured configuration data access.
 

Classes in com.wewebu.ow.server.util used by com.wewebu.ow.server.plug.owutil
OwXMLUtil
           Utility interface for structured configuration data access.
 

Classes in com.wewebu.ow.server.util used by com.wewebu.ow.server.role
OwAttributeBag
           Interface for attribute bags, which describe the attribute of an object.
OwString
           Utility class OwString.
OwXMLUtil
           Utility interface for structured configuration data access.
 

Classes in com.wewebu.ow.server.util used by com.wewebu.ow.server.ui
OwAttributeBag
           Interface for attribute bags, which describe the attribute of an object.
OwAttributeBagWriteable
           Interface for writing Attributes, extends the OwAttributeBag interface.
OwString
           Utility class OwString.
OwTimeZoneInfo
           Time Zone information (UTC offset , hemisphere location , daylight savings) used to select or guess a corresponding time zone.
OwXMLUtil
           Utility interface for structured configuration data access.
 

Classes in com.wewebu.ow.server.util used by com.wewebu.ow.server.util
OwAttributeBag
           Interface for attribute bags, which describe the attribute of an object.
OwAttributeBagWriteable
           Interface for writing Attributes, extends the OwAttributeBag interface.
OwAuthenticationConfiguration
           Helper to wrap Authentication Configuration node.
OwDebugModeException
           Exception to signal the debug language.
OwMimeTypes.OwFileObjectStatics
           Mimetypes singleton with mimetype file extension mappings.
OwSimpleAttributeBagWriteable
           Implements a simple writable attribute bag that writes to internal memory.
OwStandardDBAttributeBagWriteableFactory
           Implements a factory for DB based writable attribute bags.
Retrieve a writable attribute bag with getBag(Name).
The factory has the advantage that all attribute bag data is loaded in one single SQL Query.
Uses the following attribute scheme to access the database e.g.:

(Number)User (String)Name (String)AttributeName (String)AttributeValue (String) 1OW_SITE_USERViewerSizeX100 2OW_SITE_USERViewerSizeY100 3UserNameSelectedClassAccount1 4UserNameSelectedClassCredit1 5UserNameSelectedClassDepot1
OwStandardXMLUtil
           Implements OwXMLUtil utility class for structured configuration data access.
OwString
           Utility class OwString.
OwStringProperties
           Class for the string text mapped by key.
OwTransientBagRepository
           In memory storage of attribute bags.
Should only be used for testing as it stores all attribute bags in memory.
OwXMLUtil
           Utility interface for structured configuration data access.
OwXMLUtilPlaceholderFilter
           Utility class for XML access and debugging.
Implements OwXMLUtil with a OwAttributeBag interface.
So the place holder values are converted with the given OwAttributeBag.
 

Classes in com.wewebu.ow.server.util used by com.wewebu.ow.server.util.paramcodec
OwAttributeBagWriteable
           Interface for writing Attributes, extends the OwAttributeBag interface.
OwXMLUtil
           Utility interface for structured configuration data access.
 



Copyright © 2013 Alfresco Business Solutions. All Rights Reserved.