projects/m2-core/src/lib/model/application/ApplicationTemplate.ts
Properties |
|
Methods |
|
constructor(id?: number, displayName?: string)
|
| Public Optional checked |
Type : boolean
|
| Public controlFilterFormula |
Type : number
|
| Public controlFilterFormulaName |
Type : string
|
| Public controlProcessingPeriodLogins |
Type : DetachedSecuritySubjectDto[]
|
| Public executorFilterFormula |
Type : number
|
| Public executorFilterFormulaName |
Type : string
|
| Public groupId |
Type : number
|
| Public isValid |
Type : boolean
|
| Public isVisible |
Type : boolean
|
| Public Optional linkedExchangeClass |
Type : number
|
| Public possibleExecutors |
Type : DetachedSecuritySubjectDto[]
|
| Public processingFormula |
Type : number
|
| Public processingFormulaName |
Type : string
|
| Public Optional startPageEntryId |
Type : number
|
| Static TYPE |
Type : string
|
Default value : 'ApplicationTemplateTransfer'
|
| Public useNodeNegoStages |
Type : boolean
|
| Public useNodeNegoStagesFormatted |
Type : string
|
| Public advanceNoticeProcessingPeriod |
Type : number
|
| Public annulmentPeriod |
Type : number
|
| Public Optional attributesViewId |
Type : string
|
| Public dialogType |
Type : ApplicationDialog
|
| Public dialogTypeStr |
Type : string
|
| Public displayName |
Type : string
|
| Public id |
Type : number
|
| Public itemAttrsUsage |
Type : ApplicationItemAttributes
|
| Public itemAttrsUsageStr |
Type : string
|
| Public pendingAnnulmentPeriod |
Type : number
|
| Public Optional processingModuleId |
Type : string
|
| Public Optional processingModuleName |
Type : string
|
| Public processingPeriod |
Type : number
|
| Public type |
Type : string
|
| Static formatTemplate | ||||||
formatTemplate(template: ApplicationTemplate)
|
||||||
|
Parameters :
Returns :
void
|
| Static formNavigationParams | ||||||||||||||||
formNavigationParams(template: ApplicationTemplate, target: string, queryParamsHandling?: QueryParamsHandling)
|
||||||||||||||||
|
Navigation
Parameters :
Returns :
NavigationParams
|