Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep
D E F G H I J L M O P Q R S W

D

dataMap - Variable in class org.objectstyle.cayenne.wocompat.EOModelHelper
 

E

EOModelHelper - class org.objectstyle.cayenne.wocompat.EOModelHelper.
Helper class used by EOModelProcessor.
EOModelHelper(String) - Constructor for class org.objectstyle.cayenne.wocompat.EOModelHelper
Creates helper instance and tries to locate EOModel and load index file.
EOModelProcessor - class org.objectstyle.cayenne.wocompat.EOModelProcessor.
Class that converts EOModels to org.objectstyle.cayenne.map.DataMap objects.
EOModelProcessor() - Constructor for class org.objectstyle.cayenne.wocompat.EOModelProcessor
 
EOModelProcessor.EODbAttribute - class org.objectstyle.cayenne.wocompat.EOModelProcessor.EODbAttribute.
Special DbAttribute subclass that stores extra info needed to work with EOModels.
EOModelProcessor.EODbAttribute() - Constructor for class org.objectstyle.cayenne.wocompat.EOModelProcessor.EODbAttribute
 
EOModelProcessor.EODbAttribute(String, int, DbEntity) - Constructor for class org.objectstyle.cayenne.wocompat.EOModelProcessor.EODbAttribute
 
EOObjAttribute - class org.objectstyle.cayenne.wocompat.EOObjAttribute.
An EOObjAttribute is a mapping descriptor of a Java class property with added fields for WebOBjects EOModel.
EOObjAttribute() - Constructor for class org.objectstyle.cayenne.wocompat.EOObjAttribute
 
EOObjAttribute(String) - Constructor for class org.objectstyle.cayenne.wocompat.EOObjAttribute
 
EOObjAttribute(String, String, ObjEntity) - Constructor for class org.objectstyle.cayenne.wocompat.EOObjAttribute
 
EOObjEntity - class org.objectstyle.cayenne.wocompat.EOObjEntity.
An EOObjEntity is a mapping descriptor of a Java class property with added fields for WebOBjects EOModel.
EOObjEntity() - Constructor for class org.objectstyle.cayenne.wocompat.EOObjEntity
 
EOObjEntity(String) - Constructor for class org.objectstyle.cayenne.wocompat.EOObjEntity
 
entityClass(String) - Method in class org.objectstyle.cayenne.wocompat.EOModelHelper
Returns an info map for the entity called entityName.
entityClassIndex - Variable in class org.objectstyle.cayenne.wocompat.EOModelHelper
 
entityIndex - Variable in class org.objectstyle.cayenne.wocompat.EOModelHelper
 
entityInfo(String) - Method in class org.objectstyle.cayenne.wocompat.EOModelHelper
Returns an info map for the entity called entityName.
eoAttributeName - Variable in class org.objectstyle.cayenne.wocompat.EOModelProcessor.EODbAttribute
 
escapeString(String) - Static method in class org.objectstyle.cayenne.wocompat.PropertyListSerialization
Escapes all doublequotes and backslashes.

F

findForEOAttributeName(DbEntity, String) - Static method in class org.objectstyle.cayenne.wocompat.EOModelProcessor.EODbAttribute
 
findModelName(String) - Method in class org.objectstyle.cayenne.wocompat.EOModelHelper
Returns EOModel name based on its path.
findModelUrl(String) - Method in class org.objectstyle.cayenne.wocompat.EOModelHelper
Returns a URL of the EOModel directory.

G

getDataMap() - Method in class org.objectstyle.cayenne.wocompat.EOModelHelper
Returns a DataMap associated with this helper.
getEoAttributeName() - Method in class org.objectstyle.cayenne.wocompat.EOModelProcessor.EODbAttribute
 
getHasSuperClass() - Method in class org.objectstyle.cayenne.wocompat.EOObjEntity
Returns the superclass state.
getIsAbstractEntity() - Method in class org.objectstyle.cayenne.wocompat.EOObjEntity
Returns the abstract Entity state
getIsClientEntity() - Method in class org.objectstyle.cayenne.wocompat.EOObjEntity
Returns the client entity flag
getModelUrl() - Method in class org.objectstyle.cayenne.wocompat.EOModelHelper
Returns EOModel location as URL.
getPrototypeAttributeMapFor(String) - Method in class org.objectstyle.cayenne.wocompat.EOModelHelper
 
getReadOnly() - Method in class org.objectstyle.cayenne.wocompat.EOObjAttribute
Get the read only state of this attribute

H

hasSuperClass - Variable in class org.objectstyle.cayenne.wocompat.EOObjEntity
 

I

isAbstractEntity - Variable in class org.objectstyle.cayenne.wocompat.EOObjEntity
 
isClientEntity - Variable in class org.objectstyle.cayenne.wocompat.EOObjEntity
 

J

javaTypeForEOModelerType(String) - Method in class org.objectstyle.cayenne.wocompat.EOModelHelper
Performs Objective C data types conversion to Java types.

L

loadEOModel(String) - Method in class org.objectstyle.cayenne.wocompat.EOModelProcessor
Performs EOModel loading.
loadEntityIndex(String) - Method in class org.objectstyle.cayenne.wocompat.EOModelHelper
Loads EOEntity information and returns it as a map.
loadModelIndex() - Method in class org.objectstyle.cayenne.wocompat.EOModelHelper
Loads EOModel index and returns it as a map.
locator - Static variable in class org.objectstyle.cayenne.wocompat.EOModelHelper
 

M

makeAttributes(EOModelHelper, ObjEntity) - Method in class org.objectstyle.cayenne.wocompat.EOModelProcessor
Create ObjAttributes of the specified entity, as well as DbAttributes of the corresponding DbEntity.
makeEntity(EOModelHelper, String) - Method in class org.objectstyle.cayenne.wocompat.EOModelProcessor
Creates and returns a new ObjEntity linked to a corresponding DbEntity.
makeFlatRelationships(EOModelHelper, ObjEntity) - Method in class org.objectstyle.cayenne.wocompat.EOModelProcessor
Create Flattened ObjRelationships of the specified entity.
makeHelper(String) - Method in class org.objectstyle.cayenne.wocompat.EOModelProcessor
Creates an returns new EOModelHelper to process EOModel.
makeRelationships(EOModelHelper, ObjEntity) - Method in class org.objectstyle.cayenne.wocompat.EOModelProcessor
Create ObjRelationships of the specified entity, as well as DbRelationships of the corresponding DbEntity.
modelNames() - Method in class org.objectstyle.cayenne.wocompat.EOModelHelper
Returns an iterator of model names.
modelUrl - Variable in class org.objectstyle.cayenne.wocompat.EOModelHelper
 

O

openEntityStream(String) - Method in class org.objectstyle.cayenne.wocompat.EOModelHelper
Returns InputStream to read an EOEntity plist file.
openIndexStream() - Method in class org.objectstyle.cayenne.wocompat.EOModelHelper
Returns InputStream to read an EOModel index file.
org.objectstyle.cayenne.wocompat - package org.objectstyle.cayenne.wocompat
Core Cayenne classes and interfaces.

P

PropertyListSerialization - class org.objectstyle.cayenne.wocompat.PropertyListSerialization.
A PropertyListSerialization is a utility class that reads and stores files in NeXT/Apple property list format.
PropertyListSerialization() - Constructor for class org.objectstyle.cayenne.wocompat.PropertyListSerialization
 
plistParser - Variable in class org.objectstyle.cayenne.wocompat.EOModelHelper
 
propertyListFromFile(File) - Static method in class org.objectstyle.cayenne.wocompat.PropertyListSerialization
Reads a property list file.
propertyListFromStream(InputStream) - Static method in class org.objectstyle.cayenne.wocompat.PropertyListSerialization
Reads a property list data from InputStream.
propertyListToFile(File, Object) - Static method in class org.objectstyle.cayenne.wocompat.PropertyListSerialization
Saves property list to file.
prototypeValues - Variable in class org.objectstyle.cayenne.wocompat.EOModelHelper
 

Q

quoteString(String) - Static method in class org.objectstyle.cayenne.wocompat.PropertyListSerialization
Returns a quoted Stirng, with all the escapes preprocessed.

R

readOnly - Variable in class org.objectstyle.cayenne.wocompat.EOObjAttribute
 

S

setEoAttributeName(String) - Method in class org.objectstyle.cayenne.wocompat.EOModelProcessor.EODbAttribute
 
setHasSuperClass(boolean) - Method in class org.objectstyle.cayenne.wocompat.EOObjEntity
Sets the the superclass state.
setIsAbstractEntity(boolean) - Method in class org.objectstyle.cayenne.wocompat.EOObjEntity
Sets the abstract entity flag.
setIsClientEntity(boolean) - Method in class org.objectstyle.cayenne.wocompat.EOObjEntity
Sets the client entity state.
setReadOnly(boolean) - Method in class org.objectstyle.cayenne.wocompat.EOObjAttribute
Sets the read only state of this attribute.

W

writeObject(String, Writer, Object) - Static method in class org.objectstyle.cayenne.wocompat.PropertyListSerialization
Internal method to recursively write a property list object.

D E F G H I J L M O P Q R S W