Package com.saperion.folder
Class SaFolderClassImpl
java.lang.Object
com.saperion.folder.SaFolderClassImpl
- All Implemented Interfaces:
SaFolderClass,Serializable
Implementation of folder classes.
- Author:
- rbo
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionSaFolderClassImpl(SaFolderClass parentClass, SaDocumentInfo info, String className) Constructor. -
Method Summary
Modifier and TypeMethodDescriptionReads the application form name for the given type.Reads all application informations.getBean()Reads the folder class bean.Reads the folder class type.Returns the name of the document DDC.Reads the folder name for this class.getName()Reads the navigation display fields.Reads the navigation display fields.Returns the name of the workflow to be started when a new eFile is created.booleanIf true, the masks used forDOCUMENT_NEW,EFILE_NEWandEFILE_QUERYhave to be displayed as embedded masks in the navigation view.booleanReads, if the application type is inherited.voidtoString()
-
Constructor Details
-
SaFolderClassImpl
Constructor.- Parameters:
parentClass- Parent classinfo- Document infoclassName- Class name
-
-
Method Details
-
getEffectiveClass
- Returns:
- Effective class
-
getSysRowId
- Specified by:
getSysRowIdin interfaceSaFolderClass- Returns:
- SysRowId
- See Also:
-
getShortName
- Specified by:
getShortNamein interfaceSaFolderClass- Returns:
- Class short name
- See Also:
-
getName
- Specified by:
getNamein interfaceSaFolderClass- Returns:
- Class name
- See Also:
-
getApplicationFormName
Reads the application form name for the given type.- Specified by:
getApplicationFormNamein interfaceSaFolderClass- Parameters:
type- Application type- Returns:
- Form name
- See Also:
-
getApplicationInfos
Reads all application informations.- Specified by:
getApplicationInfosin interfaceSaFolderClass- Returns:
- Application infos
- See Also:
-
getBean
Reads the folder class bean.- Specified by:
getBeanin interfaceSaFolderClass- Returns:
- Folder class bean
- See Also:
-
getFolderDDCName
Reads the folder name for this class.- Specified by:
getFolderDDCNamein interfaceSaFolderClass- Returns:
- Folder name
- See Also:
-
isInherited
Reads, if the application type is inherited.- Specified by:
isInheritedin interfaceSaFolderClass- Parameters:
type- Application type- Returns:
- True, if it is inherited
- See Also:
-
getClassType
Reads the folder class type.- Specified by:
getClassTypein interfaceSaFolderClass- Returns:
- Folder class type
- See Also:
-
isEmbedded
public boolean isEmbedded()If true, the masks used forDOCUMENT_NEW,EFILE_NEWandEFILE_QUERYhave to be displayed as embedded masks in the navigation view.- Specified by:
isEmbeddedin interfaceSaFolderClass- Returns:
- true, if embedded flag is set
- See Also:
-
getDocumentDDCName
Returns the name of the document DDC.- Specified by:
getDocumentDDCNamein interfaceSaFolderClass- Returns:
- name of the document ddc
- See Also:
-
getWorkflowName
Returns the name of the workflow to be started when a new eFile is created.- Specified by:
getWorkflowNamein interfaceSaFolderClass- Returns:
- workflow name for new eFiles
- See Also:
-
toString
-