|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.kuali.rice.krad.service.impl.LegacyDataAdapterImpl
@Deprecated public class LegacyDataAdapterImpl
LegacyDataAdapter implementation.
Constructor Summary | |
---|---|
LegacyDataAdapterImpl()
Deprecated. |
Method Summary | ||
---|---|---|
boolean |
allForeignKeyValuesPopulatedForReference(Object bo,
String referenceName)
Deprecated. This method examines whether all the foreign key fields for the specified reference contain values. |
|
boolean |
allPrimaryKeyValuesPresentAndNotWildcard(Class<?> boClass,
Map<String,String> formProps)
Deprecated. |
|
boolean |
areNotesSupported(Class<?> dataObjectClass)
Deprecated. |
|
Object |
createNewObjectFromClass(Class clazz)
Deprecated. This method safely creates a object from a class Convenience method to create new object and throw a runtime exception if it cannot If the class is an ExternalizableBusinessObject , this method will determine the interface for the EBO and
query the
appropriate module service to create a new instance. |
|
RemotableQuickFinder.Builder |
createQuickFinder(Class<?> containingClass,
String attributeName)
Deprecated. Returns the builder for a remotable quick finder for the given attribute name on the given containing class. |
|
void |
delete(Object dataObject)
Deprecated. Deletes a data object from the database. |
|
void |
deleteMatching(Class<?> type,
Map<String,?> fieldValues)
Deprecated. Deletes data objects from the database. |
|
Class<?> |
determineCollectionObjectType(Class<?> containingType,
String collectionPropertyName)
Deprecated. Determines the type of the collection object on the class with the collection with the given property name. |
|
boolean |
equalsByPrimaryKeys(Object do1,
Object do2)
Deprecated. Compares two dataObject instances for equality based on primary keys |
|
|
findAll(Class<T> clazz)
Deprecated. This method retrieves a collection of data objects populated with data, such that each record in the database populates a new object instance.This will only retrieve business objects by class type. |
|
|
findByDocumentHeaderId(Class<T> documentClass,
String id)
Deprecated. Finds the Document for the specified class with the given id. |
|
|
findByDocumentHeaderIds(Class<T> documentClass,
List<String> ids)
Deprecated. Finds the Documents for the specified class with the given list of ids. |
|
|
findByPrimaryKey(Class<T> clazz,
Map<String,?> primaryKeys)
Deprecated. Retrieves an object instance identified by its primary keys and values. |
|
|
findBySinglePrimaryKey(Class<T> clazz,
Object primaryKey)
Deprecated. Retrieves an object instance identified by its primary key. |
|
|
findCollectionBySearchHelper(Class<T> dataObjectClass,
Map<String,String> formProperties,
boolean unbounded,
boolean allPrimaryKeyValuesPresentAndNotWildcard,
Integer searchResultsLimit)
Deprecated. Returns a collection of objects based on the given search parameters. |
|
|
findCollectionBySearchHelper(Class<T> dataObjectClass,
Map<String,String> formProperties,
List<String> wildcardAsLiteralPropertyNames,
boolean unbounded,
boolean allPrimaryKeyValuesPresentAndNotWildcard,
Integer searchResultsLimit)
Deprecated. Returns a collection of objects based on the given search parameters. |
|
|
findMatching(Class<T> clazz,
Map<String,?> fieldValues)
Deprecated. This method retrieves a collection of data objects populated with data, such that each record in the database populates a new object instance. |
|
|
findMatchingOrderBy(Class<T> clazz,
Map<String,?> fieldValues,
String sortField,
boolean sortAscending)
Deprecated. This method retrieves a collection of business objects populated with data, such that each record in the database populates a new object instance. |
|
|
findObjectBySearch(Class<T> type,
Map<String,String> formProps)
Deprecated. Retrieves a Object based on the search criteria, which should uniquely identify a record. |
|
String |
getDataObjectIdentifierString(Object dataObject)
Deprecated. Gets the identifier for a data object |
|
DataObjectRelationship |
getDataObjectRelationship(Object dataObject,
Class<?> dataObjectClass,
String attributeName,
String attributePrefix,
boolean keysOnly,
boolean supportsLookup,
boolean supportsInquiry)
Deprecated. Attempts to find a relationship for the given attribute within the given data object |
|
RelationshipDefinition |
getDictionaryRelationship(Class<?> c,
String attributeName)
Deprecated. |
|
PersistableBusinessObjectExtension |
getExtension(Class<? extends PersistableBusinessObject> businessObjectClass)
Deprecated. Creates an instance of the extension for the given business object class. |
|
Class<?> |
getExtensionAttributeClass(Class<?> boClass,
String attributePropertyName)
Deprecated. |
|
ForeignKeyFieldsPopulationState |
getForeignKeyFieldsPopulationState(Object dataObject,
String referenceName)
Deprecated. This method checks the foreign keys for a reference on a given BO, and tests that all fk fields are populated if any are populated. |
|
Map<String,String> |
getForeignKeysForReference(Class<?> clazz,
String attributeName)
Deprecated. This method will return a Map of all the foreign key fields and the corresponding primary key fields for a given reference. |
|
Class<?> |
getInquiryObjectClassIfNotTitle(Object dataObject,
String propertyName)
Deprecated. Get Inquiry class if not the title attribute |
|
Map<String,String> |
getInquiryParameters(Object dataObject,
List<String> keys,
String propertyName)
Deprecated. Get Inquiry parameters for given keys for data object/property name |
|
LegacyDataAdapter |
getKnsLegacyDataAdapter()
Deprecated. |
|
LegacyDataAdapter |
getKradLegacyDataAdapter()
Deprecated. |
|
Object |
getNestedValue(Object bo,
String fieldName)
Deprecated. This method safely extracts either simple values OR nested values. |
|
Map<String,?> |
getPrimaryKeyFieldValues(Object dataObject)
Deprecated. This method retrieves the primary key field values for the given data object |
|
Map<String,?> |
getPrimaryKeyFieldValuesDOMDS(Object dataObject)
Deprecated. Determines the primary keys for the class of the given object, then for each key field retrieves the value from the object instance and populates the return map with the primary key name as the map key and the object value as the map value |
|
Class<?> |
getPropertyType(Object object,
String propertyName)
Deprecated. Returns the type of the property with the given name on the supplied object. |
|
Object |
getReferenceIfExists(Object bo,
String referenceName)
Deprecated. This method attempts to retrieve the reference from a BO if it exists. |
|
String |
getTitleAttribute(Class<?> dataObjectClass)
Deprecated. This method gets the title attribute from the datadictionary for the given data object class |
|
boolean |
hasCollection(Class<?> boClass,
String collectionName)
Deprecated. Returns whether BOs of the given class have a collection defined within them with the given collection name. |
|
boolean |
hasLocalInquiry(Class<?> dataObjectClass)
Deprecated. Determines whether the given data object class has an associated inquiry in the local running application |
|
boolean |
hasLocalLookup(Class<?> dataObjectClass)
Deprecated. Determines whether the given data object class has an associated lookup in the local running application |
|
boolean |
hasPrimaryKeyFieldValues(Object dataObject)
Deprecated. |
|
boolean |
hasReference(Class<?> boClass,
String referenceName)
Deprecated. Returns whether there is a reference defined in the persistence layer with the given name. |
|
boolean |
isCollectionUpdatable(Class<?> type,
String collectionName)
Deprecated. |
|
boolean |
isExtensionAttribute(Class<?> boClass,
String attributePropertyName,
Class<?> propertyType)
Deprecated. |
|
boolean |
isLockable(Object object)
Deprecated. Determines if the given ojbect is "lockable". |
|
boolean |
isNull(Object object)
Deprecated. This method is a OJB Proxy-safe way to test for null on a proxied object that may or may not be materialized yet. |
|
boolean |
isPersistable(Class<?> dataObjectClass)
Deprecated. Determines if a class is persistable |
|
boolean |
isProxied(Object object)
Deprecated. Returns whether the object is an ORM proxy |
|
boolean |
isReferenceUpdatable(Class<?> type,
String referenceName)
Deprecated. |
|
|
linkAndSave(T dataObject)
Deprecated. Links up any contained objects, and then saves the passed in object via the persistence layer. |
|
Map<String,Class> |
listCollectionObjectTypes(Class<?> type)
Deprecated. |
|
List<String> |
listPrimaryKeyFieldNames(Class<?> type)
Deprecated. Returns a list of primary key field names for the given class. |
|
Map<String,Class> |
listReferenceObjectFields(Class<?> type)
Deprecated. This method uses the persistence layer to determine the list of reference objects contained within this parent object. |
|
void |
materializeAllSubObjects(Object object)
Deprecated. Materializes any references on the given object. |
|
Class |
materializeClassForProxiedObject(Object object)
Deprecated. Attempts to find the Class for the given potentially proxied object |
|
void |
refreshAllNonUpdatingReferences(Object persistableObject)
Deprecated. This method refreshes all reference objects to this main object that are 'non-updateable'. |
|
void |
refreshReferenceObject(PersistableBusinessObject businessObject,
String referenceObjectName)
Deprecated. Refreshes the specified reference object on the given business object. |
|
Object |
resolveProxy(Object object)
Deprecated. Returns the object underlying any ORM proxy layers |
|
|
retrieve(T dataObject)
Deprecated. Retrieves an object instance identified by the class of the given object and the object's primary key values. |
|
void |
retrieveNonKeyFields(Object persistableObject)
Deprecated. |
|
void |
retrieveReferenceObject(Object persistableObject,
String referenceObjectName)
Deprecated. |
|
|
save(T dataObject)
Deprecated. Saves the passed in object or list of objects via the persistence layer. |
|
|
saveDocument(T document)
Deprecated. |
|
protected LegacyDataAdapter |
selectAdapter(Object dataObject)
Deprecated. |
|
void |
setKnsLegacyDataAdapter(LegacyDataAdapter knsLegacyDataAdapter)
Deprecated. |
|
void |
setKradLegacyDataAdapter(LegacyDataAdapter kradLegacyDataAdapter)
Deprecated. |
|
void |
setObjectProperty(Object bo,
String propertyName,
Class propertyType,
Object propertyValue)
Deprecated. Sets the property of an object with the given value. |
|
void |
setObjectPropertyDeep(Object bo,
String propertyName,
Class type,
Object propertyValue)
Deprecated. Recursive; sets all occurences of the property in the object, its nested objects and its object lists with the given value. |
|
PersistableBusinessObject |
toPersistableBusinessObject(Object object)
Deprecated. Casts the given object to a PersistableBusinessObject, checking first whether or not it is a valid PersistableBusinessObject. |
|
void |
verifyVersionNumber(Object dataObject)
Deprecated. Verifies that the version number of the given data object (if it has one) matches what is currently in the database. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LegacyDataAdapterImpl()
Method Detail |
---|
public <T> T save(T dataObject)
LegacyDataAdapter
save
in interface LegacyDataAdapter
dataObject
- the data object to savepublic <T> T linkAndSave(T dataObject)
LegacyDataAdapter
linkAndSave
in interface LegacyDataAdapter
dataObject
- the data object to link and savepublic <T> T saveDocument(T document)
saveDocument
in interface LegacyDataAdapter
public <T> T findByPrimaryKey(Class<T> clazz, Map<String,?> primaryKeys)
LegacyDataAdapter
findByPrimaryKey
in interface LegacyDataAdapter
clazz
- data object type classprimaryKeys
- map of String->Object key values
public <T> T findBySinglePrimaryKey(Class<T> clazz, Object primaryKey)
LegacyDataAdapter
LegacyDataAdapter.findByPrimaryKey(Class, Map)
findBySinglePrimaryKey
in interface LegacyDataAdapter
clazz
- data object type classprimaryKey
- the primary key object
public void delete(Object dataObject)
LegacyDataAdapter
delete
in interface LegacyDataAdapter
dataObject
- the data object to deletepublic void deleteMatching(Class<?> type, Map<String,?> fieldValues)
LegacyDataAdapter
deleteMatching
in interface LegacyDataAdapter
type
- the entity type to deletefieldValues
- map String->Object of field values to matchpublic <T> T retrieve(T dataObject)
LegacyDataAdapter
retrieve
in interface LegacyDataAdapter
dataObject
- the data object
public <T> Collection<T> findAll(Class<T> clazz)
LegacyDataAdapter
findAll
in interface LegacyDataAdapter
clazz
- the data object type class
public <T> Collection<T> findMatching(Class<T> clazz, Map<String,?> fieldValues)
LegacyDataAdapter
findMatching
in interface LegacyDataAdapter
clazz
- the data object type classfieldValues
- map String->Object of field values
public <T> Collection<T> findMatchingOrderBy(Class<T> clazz, Map<String,?> fieldValues, String sortField, boolean sortAscending)
LegacyDataAdapter
findMatchingOrderBy
in interface LegacyDataAdapter
public Map<String,?> getPrimaryKeyFieldValues(Object dataObject)
LegacyDataAdapter
getPrimaryKeyFieldValues
in interface LegacyDataAdapter
dataObject
- data object whose primary key field name,value pairs you want
public void retrieveNonKeyFields(Object persistableObject)
retrieveNonKeyFields
in interface LegacyDataAdapter
persistableObject
- object whose objects need to be filled in based on primary keyspublic void retrieveReferenceObject(Object persistableObject, String referenceObjectName)
retrieveReferenceObject
in interface LegacyDataAdapter
persistableObject
- object whose specified reference object needs to be filled in based on primary keysreferenceObjectName
- the name of the reference object that will be filled in based on primary key valuespublic void refreshAllNonUpdatingReferences(Object persistableObject)
LegacyDataAdapter
refreshAllNonUpdatingReferences
in interface LegacyDataAdapter
persistableObject
- - the businessObject to be refreshedpublic boolean isProxied(Object object)
LegacyDataAdapter
isProxied
in interface LegacyDataAdapter
object
- the candidate object
public Object resolveProxy(Object object)
LegacyDataAdapter
resolveProxy
in interface LegacyDataAdapter
object
- the object for which to determine the underlying non-ORM-proxy target
public <T> Collection<T> findCollectionBySearchHelper(Class<T> dataObjectClass, Map<String,String> formProperties, boolean unbounded, boolean allPrimaryKeyValuesPresentAndNotWildcard, Integer searchResultsLimit)
LegacyDataAdapter
findCollectionBySearchHelper
in interface LegacyDataAdapter
dataObjectClass
- the data object typeformProperties
- field values for queryunbounded
- whether the search results should be boundedallPrimaryKeyValuesPresentAndNotWildcard
- indicates whether or not the search only contains non-wildcarded primary key valuessearchResultsLimit
- if the search is bounded, the search results limit, otherwise ignored. null is equivalent to KNS default for the clazz
public <T> Collection<T> findCollectionBySearchHelper(Class<T> dataObjectClass, Map<String,String> formProperties, List<String> wildcardAsLiteralPropertyNames, boolean unbounded, boolean allPrimaryKeyValuesPresentAndNotWildcard, Integer searchResultsLimit)
LegacyDataAdapter
Search results are bounded by the KNS search results limit determined for the class. This implementation further isolates the UIFramework from the LookupService and should be used in place of the deprecated method.
findCollectionBySearchHelper
in interface LegacyDataAdapter
dataObjectClass
- the data object typeformProperties
- field values for querywildcardAsLiteralPropertyNames
- list of fields for query that do not allow wildcardsunbounded
- whether the search results should be boundedallPrimaryKeyValuesPresentAndNotWildcard
- indicates whether or not the search only contains non-wildcarded primary key valuessearchResultsLimit
- if the search is bounded, the search results limit, otherwise ignored. null is equivalent to KNS default for the clazz
public <T> T findObjectBySearch(Class<T> type, Map<String,String> formProps)
LegacyDataAdapter
findObjectBySearch
in interface LegacyDataAdapter
type
- the data object typeformProps
- field values for query
public boolean allPrimaryKeyValuesPresentAndNotWildcard(Class<?> boClass, Map<String,String> formProps)
allPrimaryKeyValuesPresentAndNotWildcard
in interface LegacyDataAdapter
public List<String> listPrimaryKeyFieldNames(Class<?> type)
LegacyDataAdapter
listPrimaryKeyFieldNames
in interface LegacyDataAdapter
public Class<?> determineCollectionObjectType(Class<?> containingType, String collectionPropertyName)
LegacyDataAdapter
determineCollectionObjectType
in interface LegacyDataAdapter
containingType
- the class of the object containing the collectioncollectionPropertyName
- the name of the property identifying the collection
public boolean hasReference(Class<?> boClass, String referenceName)
LegacyDataAdapter
hasReference
in interface LegacyDataAdapter
public boolean hasCollection(Class<?> boClass, String collectionName)
LegacyDataAdapter
hasCollection
in interface LegacyDataAdapter
public boolean isExtensionAttribute(Class<?> boClass, String attributePropertyName, Class<?> propertyType)
isExtensionAttribute
in interface LegacyDataAdapter
public Class<?> getExtensionAttributeClass(Class<?> boClass, String attributePropertyName)
getExtensionAttributeClass
in interface LegacyDataAdapter
public Map<String,?> getPrimaryKeyFieldValuesDOMDS(Object dataObject)
LegacyDataAdapter
Has DOMDS on the end because this is the version that delegates to DataObjectMetaDataService
getPrimaryKeyFieldValuesDOMDS
in interface LegacyDataAdapter
dataObject
- - object whose primary key field name,value pairs you want
public boolean equalsByPrimaryKeys(Object do1, Object do2)
LegacyDataAdapter
equalsByPrimaryKeys
in interface LegacyDataAdapter
public PersistableBusinessObject toPersistableBusinessObject(Object object)
LegacyDataAdapter
toPersistableBusinessObject
in interface LegacyDataAdapter
object
- the object to cast to a PersistableBusinessObject, must be non-null
public void materializeAllSubObjects(Object object)
LegacyDataAdapter
materializeAllSubObjects
in interface LegacyDataAdapter
object
- object to materializepublic Class<?> getPropertyType(Object object, String propertyName)
LegacyDataAdapter
getPropertyType
in interface LegacyDataAdapter
object
- the object against which to searchpropertyName
- the (optionally nested) property name for which to locate the type
public PersistableBusinessObjectExtension getExtension(Class<? extends PersistableBusinessObject> businessObjectClass) throws InstantiationException, IllegalAccessException
LegacyDataAdapter
getExtension
in interface LegacyDataAdapter
InstantiationException
IllegalAccessException
public void refreshReferenceObject(PersistableBusinessObject businessObject, String referenceObjectName)
LegacyDataAdapter
refreshReferenceObject
in interface LegacyDataAdapter
public boolean isLockable(Object object)
LegacyDataAdapter
isLockable
in interface LegacyDataAdapter
object
- object for which to determine lockable
public void verifyVersionNumber(Object dataObject)
LegacyDataAdapter
If this particular data object does not have versioning, this method will do nothing.
verifyVersionNumber
in interface LegacyDataAdapter
dataObject
- the data object to check the version number forpublic RemotableQuickFinder.Builder createQuickFinder(Class<?> containingClass, String attributeName)
LegacyDataAdapter
createQuickFinder
in interface LegacyDataAdapter
containingClass
- the class on which to locate the attributeattributeName
- the name of the attribute for which to build the quickfinder on the specified containing class
public boolean isReferenceUpdatable(Class<?> type, String referenceName)
isReferenceUpdatable
in interface LegacyDataAdapter
public Map<String,Class> listReferenceObjectFields(Class<?> type)
LegacyDataAdapter
listReferenceObjectFields
in interface LegacyDataAdapter
type
- Class that would like to be analyzed for reference names
public boolean isCollectionUpdatable(Class<?> type, String collectionName)
isCollectionUpdatable
in interface LegacyDataAdapter
public Map<String,Class> listCollectionObjectTypes(Class<?> type)
listCollectionObjectTypes
in interface LegacyDataAdapter
public Object getReferenceIfExists(Object bo, String referenceName)
LegacyDataAdapter
getReferenceIfExists
in interface LegacyDataAdapter
bo
- - populated BusinessObject instance that includes the referenceName propertyreferenceName
- - name of the member/property to load
public boolean allForeignKeyValuesPopulatedForReference(Object bo, String referenceName)
LegacyDataAdapter
allForeignKeyValuesPopulatedForReference
in interface LegacyDataAdapter
public RelationshipDefinition getDictionaryRelationship(Class<?> c, String attributeName)
getDictionaryRelationship
in interface LegacyDataAdapter
public String getTitleAttribute(Class<?> dataObjectClass)
LegacyDataAdapter
getTitleAttribute
in interface LegacyDataAdapter
public boolean areNotesSupported(Class<?> dataObjectClass)
areNotesSupported
in interface LegacyDataAdapter
public String getDataObjectIdentifierString(Object dataObject)
LegacyDataAdapter
getDataObjectIdentifierString
in interface LegacyDataAdapter
dataObject
- data object
public Class<?> getInquiryObjectClassIfNotTitle(Object dataObject, String propertyName)
LegacyDataAdapter
getInquiryObjectClassIfNotTitle
in interface LegacyDataAdapter
public Map<String,String> getInquiryParameters(Object dataObject, List<String> keys, String propertyName)
LegacyDataAdapter
getInquiryParameters
in interface LegacyDataAdapter
public boolean hasLocalLookup(Class<?> dataObjectClass)
LegacyDataAdapter
hasLocalLookup
in interface LegacyDataAdapter
dataObjectClass
- data object class to find lookup for
public boolean hasLocalInquiry(Class<?> dataObjectClass)
LegacyDataAdapter
hasLocalInquiry
in interface LegacyDataAdapter
dataObjectClass
- data object class to find inquiry for
public DataObjectRelationship getDataObjectRelationship(Object dataObject, Class<?> dataObjectClass, String attributeName, String attributePrefix, boolean keysOnly, boolean supportsLookup, boolean supportsInquiry)
LegacyDataAdapter
First the data dictionary is queried to find any relationship definitions
setup that include the attribute, if found the
BusinessObjectRetationship
is build from that. If not and
the data object class is persistent, relationships are retrieved from the
persistence service. Nested attributes are handled in addition to
external business objects. If multiple relationships are found, the one
that contains the least amount of joining keys is returned
getDataObjectRelationship
in interface LegacyDataAdapter
dataObject
- - data object instance that contains the attributedataObjectClass
- - class for the data object that contains the attributeattributeName
- - property name for the attributeattributePrefix
- - property prefix for the attributekeysOnly
- - indicates whether only primary key fields should be returned
in the relationshipsupportsLookup
- - indicates whether the relationship should support lookupsupportsInquiry
- - indicates whether the relationship should support inquiry
public boolean isPersistable(Class<?> dataObjectClass)
LegacyDataAdapter
isPersistable
in interface LegacyDataAdapter
dataObjectClass
- - data object instance that contains the attribute
public ForeignKeyFieldsPopulationState getForeignKeyFieldsPopulationState(Object dataObject, String referenceName)
LegacyDataAdapter
getForeignKeyFieldsPopulationState
in interface LegacyDataAdapter
dataObject
- - A populated BusinessObject descendent. Must contain an attributed named referenceName.referenceName
- - The name of the field that is a reference we are analyzing.
public Map<String,String> getForeignKeysForReference(Class<?> clazz, String attributeName)
LegacyDataAdapter
getForeignKeysForReference
in interface LegacyDataAdapter
clazz
- - Class that contains the named referenceattributeName
- - Name of the member that is the reference you want foreign keys for
public boolean hasPrimaryKeyFieldValues(Object dataObject)
hasPrimaryKeyFieldValues
in interface LegacyDataAdapter
public void setObjectPropertyDeep(Object bo, String propertyName, Class type, Object propertyValue) throws IllegalAccessException, InvocationTargetException, NoSuchMethodException
LegacyDataAdapter
setObjectPropertyDeep
in interface LegacyDataAdapter
IllegalAccessException
InvocationTargetException
NoSuchMethodException
public Class materializeClassForProxiedObject(Object object)
LegacyDataAdapter
materializeClassForProxiedObject
in interface LegacyDataAdapter
object
- the potentially proxied object to find the Class of
public Object getNestedValue(Object bo, String fieldName)
LegacyDataAdapter
getNestedValue
in interface LegacyDataAdapter
public Object createNewObjectFromClass(Class clazz)
LegacyDataAdapter
ExternalizableBusinessObject
, this method will determine the interface for the EBO and
query the
appropriate module service to create a new instance.
createNewObjectFromClass
in interface LegacyDataAdapter
public boolean isNull(Object object)
LegacyDataAdapter
isNull
in interface LegacyDataAdapter
object
- - any object, proxied or not, materialized or not
public void setObjectProperty(Object bo, String propertyName, Class propertyType, Object propertyValue) throws IllegalAccessException, InvocationTargetException, NoSuchMethodException
LegacyDataAdapter
setObjectProperty
in interface LegacyDataAdapter
IllegalAccessException
InvocationTargetException
NoSuchMethodException
public <T extends Document> T findByDocumentHeaderId(Class<T> documentClass, String id)
LegacyDataAdapter
findByDocumentHeaderId
in interface LegacyDataAdapter
public <T extends Document> List<T> findByDocumentHeaderIds(Class<T> documentClass, List<String> ids)
LegacyDataAdapter
findByDocumentHeaderIds
in interface LegacyDataAdapter
protected LegacyDataAdapter selectAdapter(Object dataObject)
public LegacyDataAdapter getKradLegacyDataAdapter()
public void setKradLegacyDataAdapter(LegacyDataAdapter kradLegacyDataAdapter)
public LegacyDataAdapter getKnsLegacyDataAdapter()
public void setKnsLegacyDataAdapter(LegacyDataAdapter knsLegacyDataAdapter)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |