org.kuali.rice.kns.service.impl
Class TransactionalDocumentDictionaryServiceImpl

java.lang.Object
  extended by org.kuali.rice.kns.service.impl.TransactionalDocumentDictionaryServiceImpl
All Implemented Interfaces:
TransactionalDocumentDictionaryService

Deprecated.

@Deprecated
public class TransactionalDocumentDictionaryServiceImpl
extends Object
implements TransactionalDocumentDictionaryService

This class is the service implementation for the TransactionalDocumentDictionary structure. Defines the API for the interacting with Document-related entries in the data dictionary. This is the default implementation that gets delivered with Kuali.


Constructor Summary
TransactionalDocumentDictionaryServiceImpl()
          Deprecated.  
 
Method Summary
 Boolean getAllowsCopy(TransactionalDocument document)
          Deprecated. Returns whether or not this document's data dictionary file has flagged it to allow document copies.
 DataDictionary getDataDictionary()
          Deprecated. Retrieves the data dictionary instance.
 Collection getDefaultExistenceChecks(String docTypeName)
          Deprecated. This overridden method ...
 Collection getDefaultExistenceChecks(TransactionalDocument document)
          Deprecated. This overridden method ...
 String getDescription(String transactionalDocumentTypeName)
          Deprecated. Retrieves the full description of the transactional document as described in its data dictionary entry.
 Class getDocumentClassByName(String documentTypeName)
          Deprecated. Retrieves a document instance by it's class name.
protected  DocumentType getDocumentType(String documentTypeName)
          Deprecated. This method gets the workflow document type for the given documentTypeName
 String getLabel(String transactionalDocumentTypeName)
          Deprecated. Retrieves the label for the transactional document as described in its data dictionary entry.
 void setDataDictionaryService(DataDictionaryService dataDictionaryService)
          Deprecated. Sets the data dictionary instance.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TransactionalDocumentDictionaryServiceImpl

public TransactionalDocumentDictionaryServiceImpl()
Deprecated. 
Method Detail

getAllowsCopy

public Boolean getAllowsCopy(TransactionalDocument document)
Deprecated. 
Description copied from interface: TransactionalDocumentDictionaryService
Returns whether or not this document's data dictionary file has flagged it to allow document copies.

Specified by:
getAllowsCopy in interface TransactionalDocumentDictionaryService
Returns:
True if copies are allowed, false otherwise.
See Also:
org.kuali.rice.kns.service.TransactionalDocumentDictionaryService#getAllowsCopy(org.kuali.bo.TransactionalDocument)

getDocumentClassByName

public Class getDocumentClassByName(String documentTypeName)
Deprecated. 
Description copied from interface: TransactionalDocumentDictionaryService
Retrieves a document instance by it's class name.

Specified by:
getDocumentClassByName in interface TransactionalDocumentDictionaryService
Returns:
A document instance.
See Also:
TransactionalDocumentDictionaryService.getDocumentClassByName(java.lang.String)

getDescription

public String getDescription(String transactionalDocumentTypeName)
Deprecated. 
Description copied from interface: TransactionalDocumentDictionaryService
Retrieves the full description of the transactional document as described in its data dictionary entry.

Specified by:
getDescription in interface TransactionalDocumentDictionaryService
Returns:
The transactional document's full description.
See Also:
org.kuali.rice.kns.service.TransactionalDocumentDictionaryService#getDescription(org.kuali.bo.TransactionalDocument)

getLabel

public String getLabel(String transactionalDocumentTypeName)
Deprecated. 
Description copied from interface: TransactionalDocumentDictionaryService
Retrieves the label for the transactional document as described in its data dictionary entry.

Specified by:
getLabel in interface TransactionalDocumentDictionaryService
Returns:
The transactional document's label.
See Also:
org.kuali.rice.kns.service.TransactionalDocumentDictionaryService#getDescription(org.kuali.bo.TransactionalDocument)

setDataDictionaryService

public void setDataDictionaryService(DataDictionaryService dataDictionaryService)
Deprecated. 
Sets the data dictionary instance.

Parameters:
dataDictionaryService -

getDataDictionary

public DataDictionary getDataDictionary()
Deprecated. 
Retrieves the data dictionary instance.

Returns:

getDocumentType

protected DocumentType getDocumentType(String documentTypeName)
Deprecated. 
This method gets the workflow document type for the given documentTypeName

Parameters:
documentTypeName -
Returns:

getDefaultExistenceChecks

public Collection getDefaultExistenceChecks(String docTypeName)
Deprecated. 
This overridden method ...

Specified by:
getDefaultExistenceChecks in interface TransactionalDocumentDictionaryService
Returns:
A Collection of ReferenceDefinitions
See Also:
TransactionalDocumentDictionaryService.getDefaultExistenceChecks(java.lang.String)

getDefaultExistenceChecks

public Collection getDefaultExistenceChecks(TransactionalDocument document)
Deprecated. 
This overridden method ...

Specified by:
getDefaultExistenceChecks in interface TransactionalDocumentDictionaryService
Returns:
A Collection of ReferenceDefinitions
See Also:
TransactionalDocumentDictionaryService.getDefaultExistenceChecks(org.kuali.rice.krad.document.TransactionalDocument)


Copyright © 2005-2013 The Kuali Foundation. All Rights Reserved.