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.boolean
If true, the masks used forDOCUMENT_NEW
,EFILE_NEW
andEFILE_QUERY
have to be displayed as embedded masks in the navigation view.boolean
Reads, if the application type is inherited.void
toString()
-
Constructor Details
-
SaFolderClassImpl
Constructor.- Parameters:
parentClass
- Parent classinfo
- Document infoclassName
- Class name
-
-
Method Details
-
getEffectiveClass
- Returns:
- Effective class
-
getSysRowId
- Specified by:
getSysRowId
in interfaceSaFolderClass
- Returns:
- SysRowId
- See Also:
-
getShortName
- Specified by:
getShortName
in interfaceSaFolderClass
- Returns:
- Class short name
- See Also:
-
getName
- Specified by:
getName
in interfaceSaFolderClass
- Returns:
- Class name
- See Also:
-
getApplicationFormName
Reads the application form name for the given type.- Specified by:
getApplicationFormName
in interfaceSaFolderClass
- Parameters:
type
- Application type- Returns:
- Form name
- See Also:
-
getApplicationInfos
Reads all application informations.- Specified by:
getApplicationInfos
in interfaceSaFolderClass
- Returns:
- Application infos
- See Also:
-
getBean
Reads the folder class bean.- Specified by:
getBean
in interfaceSaFolderClass
- Returns:
- Folder class bean
- See Also:
-
getFolderDDCName
Reads the folder name for this class.- Specified by:
getFolderDDCName
in interfaceSaFolderClass
- Returns:
- Folder name
- See Also:
-
isInherited
Reads, if the application type is inherited.- Specified by:
isInherited
in interfaceSaFolderClass
- Parameters:
type
- Application type- Returns:
- True, if it is inherited
- See Also:
-
getClassType
Reads the folder class type.- Specified by:
getClassType
in interfaceSaFolderClass
- Returns:
- Folder class type
- See Also:
-
isEmbedded
public boolean isEmbedded()If true, the masks used forDOCUMENT_NEW
,EFILE_NEW
andEFILE_QUERY
have to be displayed as embedded masks in the navigation view.- Specified by:
isEmbedded
in interfaceSaFolderClass
- Returns:
- true, if embedded flag is set
- See Also:
-
getDocumentDDCName
Returns the name of the document DDC.- Specified by:
getDocumentDDCName
in 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:
getWorkflowName
in interfaceSaFolderClass
- Returns:
- workflow name for new eFiles
- See Also:
-
toString
-