com.agfa.hap.sdo
Interface PartialDataFactory

All Superinterfaces:
DataFactory
All Known Implementing Classes:
DataFactoryImpl

public interface PartialDataFactory
extends DataFactory

DataFactory that creates PartialDataObject instances.

Author:
AMOCZ

Field Summary
static PartialDataFactory INSTANCE
          The default PartialDataFactory.
 
Method Summary
 PartialDataObject create(java.lang.String uri, java.lang.String typeName)
          Create a DataObject of the Type specified by typeName with the given package uri.
 PartialDataObject create(Type type)
          Create a DataObject of the Type specified.
 PartialDataObject createProxy(java.lang.String uri, java.lang.String typeName, java.lang.Object identity)
           
 PartialDataObject createProxy(Type type, java.lang.Object identity)
           
 
Methods inherited from interface commonj.sdo.helper.DataFactory
create
 

Field Detail

INSTANCE

static final PartialDataFactory INSTANCE
The default PartialDataFactory.

Method Detail

create

PartialDataObject create(Type type)
Description copied from interface: DataFactory
Create a DataObject of the Type specified.

Specified by:
create in interface DataFactory
Parameters:
type - The Type.
Returns:
the created DataObject.

create

PartialDataObject create(java.lang.String uri,
                         java.lang.String typeName)
Description copied from interface: DataFactory
Create a DataObject of the Type specified by typeName with the given package uri.

Specified by:
create in interface DataFactory
Parameters:
uri - The uri of the Type.
typeName - The name of the Type.
Returns:
the created DataObject.

createProxy

PartialDataObject createProxy(Type type,
                              java.lang.Object identity)

createProxy

PartialDataObject createProxy(java.lang.String uri,
                              java.lang.String typeName,
                              java.lang.Object identity)


Copyright © 2007. All Rights Reserved.