Serialized Form
-
Package net.anotheria.anodoc.data
-
Class net.anotheria.anodoc.data.BooleanProperty extends Property implements Serializable
- serialVersionUID:
- -6112656517280319094L
-
Class net.anotheria.anodoc.data.DataHolder extends java.lang.Object implements Serializable
- serialVersionUID:
- -145899051333223122L
-
Serialized Fields
-
id
java.lang.String id
The name of the DataHolder. The id should be unique in a hash context (i.e. Document). In lists a name can be used repeatedly.
-
-
Class net.anotheria.anodoc.data.Document extends DataHolder implements Serializable
- serialVersionUID:
- -5433016437476873070L
-
Serialized Fields
-
dataStorage
java.util.Hashtable<java.lang.String,DataHolder> dataStorage
The internal data storage. The data storage will be parsed by a Storage Service provided with anodoc. The Document itself will not be saved, but the data it contains.
-
-
Class net.anotheria.anodoc.data.DocumentList extends DataHolder implements Serializable
- serialVersionUID:
- -6201606233792279067L
-
Class net.anotheria.anodoc.data.DoubleProperty extends Property implements Serializable
- serialVersionUID:
- 5268122271480317179L
-
Class net.anotheria.anodoc.data.FloatProperty extends Property implements Serializable
- serialVersionUID:
- -8097948895367514824L
-
Class net.anotheria.anodoc.data.IDHolder extends Document implements Serializable
-
Class net.anotheria.anodoc.data.IntProperty extends Property implements Serializable
- serialVersionUID:
- -3202712780342418714L
-
Class net.anotheria.anodoc.data.ListProperty extends Property implements Serializable
- serialVersionUID:
- -8714197156967135129L
-
Class net.anotheria.anodoc.data.LongProperty extends Property implements Serializable
- serialVersionUID:
- 2177663057004436401L
-
Class net.anotheria.anodoc.data.Module extends java.lang.Object implements Serializable
- serialVersionUID:
- 4896753471545492611L
-
Serialized Fields
-
copyId
java.lang.String copyId
The copy id. -
holders
java.util.Hashtable<java.lang.String,DataHolder> holders
Contained holders. -
id
java.lang.String id
The id of the module (moduleId). -
moduleFactory
IModuleFactory moduleFactory
The factory is mainly needed for document reassembling. -
ownerId
java.lang.String ownerId
The id of the owner of this instance.
-
-
Class net.anotheria.anodoc.data.NoSuchDataHolderException extends java.lang.RuntimeException implements Serializable
- serialVersionUID:
- 1L
-
Class net.anotheria.anodoc.data.NoSuchDocumentException extends java.lang.RuntimeException implements Serializable
- serialVersionUID:
- 1L
-
Class net.anotheria.anodoc.data.NoSuchDocumentListException extends java.lang.RuntimeException implements Serializable
- serialVersionUID:
- 1L
-
Class net.anotheria.anodoc.data.NoSuchPropertyException extends java.lang.RuntimeException implements Serializable
- serialVersionUID:
- 1L
-
Class net.anotheria.anodoc.data.Property extends DataHolder implements Serializable
- serialVersionUID:
- -4170023770710073469L
-
Serialized Fields
-
value
java.lang.Object value
The saveable value of the object.
-
-
Class net.anotheria.anodoc.data.StringProperty extends Property implements Serializable
- serialVersionUID:
- -7506812728258106500L
-
Class net.anotheria.anodoc.data.TextProperty extends StringProperty implements Serializable
-
-
Package net.anotheria.anodoc.query2
-
Class net.anotheria.anodoc.query2.QueryCaseInsensitiveLikeProperty extends QueryLikeProperty implements Serializable
-
Class net.anotheria.anodoc.query2.QueryContainsProperty extends QueryProperty implements Serializable
- serialVersionUID:
- -8649073486730051958L
-
Class net.anotheria.anodoc.query2.QueryInProperty extends QueryProperty implements Serializable
- serialVersionUID:
- -8649073486730051958L
-
Class net.anotheria.anodoc.query2.QueryLessThenProperty extends QueryProperty implements Serializable
- serialVersionUID:
- -4870076734697577172L
-
Serialized Fields
-
including
boolean including
-
-
Class net.anotheria.anodoc.query2.QueryLikeProperty extends QueryProperty implements Serializable
-
Class net.anotheria.anodoc.query2.QueryModProperty extends QueryProperty implements Serializable
-
Serialized Fields
-
mod
long mod
-
-
-
Class net.anotheria.anodoc.query2.QueryMoreThenProperty extends QueryProperty implements Serializable
- serialVersionUID:
- -1772130142649741117L
-
Serialized Fields
-
including
boolean including
-
-
Class net.anotheria.anodoc.query2.QueryNotEqualProperty extends QueryProperty implements Serializable
- serialVersionUID:
- 4846334131763003505L
-
Class net.anotheria.anodoc.query2.QueryProperty extends java.lang.Object implements Serializable
- serialVersionUID:
- 2030752289719048811L
-
Serialized Fields
-
name
java.lang.String name
Name of the property. -
unprepaireable
boolean unprepaireable
-
value
java.lang.Object value
Value of the property.
-
-
Class net.anotheria.anodoc.query2.QueryStartsWithProperty extends QueryProperty implements Serializable
-
-
Package net.anotheria.anodoc.service
-
Class net.anotheria.anodoc.service.AbstractModuleFactory extends java.lang.Object implements Serializable
- serialVersionUID:
- 1580293076199614251L
-
Serialized Fields
-
log
org.slf4j.Logger log
Loggerinstance.
-
-
Class net.anotheria.anodoc.service.NoFactoryForModuleException extends java.lang.Exception implements Serializable
- serialVersionUID:
- 1L
-
Class net.anotheria.anodoc.service.NoStorageForModuleException extends java.lang.Exception implements Serializable
- serialVersionUID:
- 1L
-
Class net.anotheria.anodoc.service.NoStoredModuleEntityException extends CommonModuleStorageException implements Serializable
- serialVersionUID:
- 1L
-
Class net.anotheria.anodoc.service.StorageFailureException extends CommonModuleStorageException implements Serializable
- serialVersionUID:
- 1L
-
-
Package net.anotheria.anodoc.util
-
Class net.anotheria.anodoc.util.CommonModuleStorageException extends java.lang.Exception implements Serializable
- serialVersionUID:
- 1L
-
-
Package net.anotheria.anodoc.util.context
-
Class net.anotheria.anodoc.util.context.CallContext extends java.lang.Object implements Serializable
-
Serialized Fields
-
brandConfig
BrandConfig brandConfig
-
currentAuthor
java.lang.String currentAuthor
-
currentLanguage
java.lang.String currentLanguage
-
dbContext
DBContext dbContext
-
-
-
Class net.anotheria.anodoc.util.context.DBContext extends java.lang.Object implements Serializable
-
Serialized Fields
-
tableNamePostfix
java.lang.String tableNamePostfix
Postfix of the table name. -
tableNamePrefix
java.lang.String tableNamePrefix
Prefix of the table name.
-
-
-
-
Package net.anotheria.anodoc.util.mapper.pds
-
Class net.anotheria.anodoc.util.mapper.pds.BooleanPropertyDeserializer extends com.fasterxml.jackson.databind.deser.std.StdDeserializer<BooleanProperty> implements Serializable
-
Class net.anotheria.anodoc.util.mapper.pds.DoublePropertyDeserializer extends com.fasterxml.jackson.databind.deser.std.StdDeserializer<DoubleProperty> implements Serializable
-
Class net.anotheria.anodoc.util.mapper.pds.FloatPropertyDeserializer extends com.fasterxml.jackson.databind.deser.std.StdDeserializer<FloatProperty> implements Serializable
-
Class net.anotheria.anodoc.util.mapper.pds.IntPropertyDeserializer extends com.fasterxml.jackson.databind.deser.std.StdDeserializer<IntProperty> implements Serializable
-
Class net.anotheria.anodoc.util.mapper.pds.ListPropertyDeserializer extends com.fasterxml.jackson.databind.deser.std.StdDeserializer<ListProperty> implements Serializable
-
Class net.anotheria.anodoc.util.mapper.pds.LongPropertyDeserializer extends com.fasterxml.jackson.databind.deser.std.StdDeserializer<LongProperty> implements Serializable
-
Class net.anotheria.anodoc.util.mapper.pds.PropertyDeserializer extends com.fasterxml.jackson.databind.deser.std.StdDeserializer<Property> implements Serializable
-
Class net.anotheria.anodoc.util.mapper.pds.StringPropertyDeserializer extends com.fasterxml.jackson.databind.deser.std.StdDeserializer<StringProperty> implements Serializable
-
-
Package net.anotheria.anodoc.util.mapper.ps
-
Class net.anotheria.anodoc.util.mapper.ps.BooleanPropertySerializer extends com.fasterxml.jackson.databind.ser.std.StdSerializer<BooleanProperty> implements Serializable
-
Class net.anotheria.anodoc.util.mapper.ps.DoublePropertySerializer extends com.fasterxml.jackson.databind.ser.std.StdSerializer<DoubleProperty> implements Serializable
-
Class net.anotheria.anodoc.util.mapper.ps.FloatPropertySerializer extends com.fasterxml.jackson.databind.ser.std.StdSerializer<FloatProperty> implements Serializable
-
Class net.anotheria.anodoc.util.mapper.ps.IntPropertySerializer extends com.fasterxml.jackson.databind.ser.std.StdSerializer<IntProperty> implements Serializable
-
Class net.anotheria.anodoc.util.mapper.ps.ListPropertySerializer extends com.fasterxml.jackson.databind.ser.std.StdSerializer<ListProperty> implements Serializable
-
Class net.anotheria.anodoc.util.mapper.ps.LongPropertySerializer extends com.fasterxml.jackson.databind.ser.std.StdSerializer<LongProperty> implements Serializable
-
Class net.anotheria.anodoc.util.mapper.ps.StringPropertySerializer extends com.fasterxml.jackson.databind.ser.std.StdSerializer<StringProperty> implements Serializable
-
-
Package net.anotheria.asg.data
-
Class net.anotheria.asg.data.AbstractASGDocument extends Document implements Serializable
-
-
Package net.anotheria.asg.exception
-
Class net.anotheria.asg.exception.ASGRuntimeException extends java.lang.Exception implements Serializable
-
Class net.anotheria.asg.exception.ConstantNotFoundException extends ASGRuntimeException implements Serializable
- serialVersionUID:
- 5536478059904917632L
-
-
Package net.anotheria.asg.service.remote
-
Class net.anotheria.asg.service.remote.EchoRequest extends java.lang.Object implements Serializable
- serialVersionUID:
- 8124014806417852570L
-
Serialized Fields
-
echoDataSize
int echoDataSize
Amount of data to return in an array in bytes. -
requestTime
long requestTime
(Local) Time of request.
-
-
Class net.anotheria.asg.service.remote.EchoResponse extends java.lang.Object implements Serializable
- serialVersionUID:
- 6461115896678559676L
-
Serialized Fields
-
data
byte[] data
Sent data. -
responseTime
long responseTime
Duration of the response.
-
-
-
Package net.anotheria.asg.util.locking.exeption
-
Class net.anotheria.asg.util.locking.exeption.LockingException extends java.lang.RuntimeException implements Serializable
- serialVersionUID:
- 1L
-