projects/m2-core/src/lib/model/transaction/Transaction.ts
Properties |
|
Methods |
|
Accessors |
| Public accountId |
Type : number
|
| Public Optional activationAllowedFormatted |
Type : string
|
| Public activationProhibited |
Type : boolean
|
| Public background |
Type : SafeStyle
|
| Public backgroundImage |
Type : string
|
| Public children |
Type : TileData[]
|
| Public comment |
Type : string
|
| Public Optional commitDateInfo |
Type : DateWithAge
|
| Public dominantRGB |
Type : string
|
| Public editable |
Type : boolean
|
| Public faClass |
Type : string
|
| Public finishDate |
Type : number
|
| Public Optional finishDateFormatted |
Type : string
|
| Public id |
Type : number
|
| Public image |
Type : string
|
| Public isActive |
Type : boolean
|
| Public isDescriptionPinned |
Type : boolean
|
| Public isDescriptionShown |
Type : boolean
|
| Public lastChangeDate |
Type : number
|
| Public lastChangeDateFormatted |
Type : string
|
| Public name |
Type : string
|
| Public Optional relatedAppHasNoTemplate |
Type : boolean
|
| Public relatedApplication |
Type : number
|
| Public Optional relatedApplicationFormatted |
Type : string
|
| Public renameModeON |
Type : boolean
|
| Public startDate |
Type : number
|
| Public startDateFormatted |
Type : string
|
| Public status |
Type : TransactionStatus
|
| Public Optional statusFormatted |
Type : string
|
| Static canCommit | ||||||
canCommit(tx: Transaction)
|
||||||
|
Parameters :
Returns :
boolean
|
| Static canDelegate | ||||||
canDelegate(tx: Transaction)
|
||||||
|
Parameters :
Returns :
boolean
|
| Static canEdit | ||||||
canEdit(tx: Transaction)
|
||||||
|
Parameters :
Returns :
boolean
|
| Static canPause | ||||||
canPause(tx: Transaction)
|
||||||
|
Parameters :
Returns :
boolean
|
| Static canRollback | ||||||
canRollback(tx: Transaction)
|
||||||
|
Parameters :
Returns :
boolean
|
| Static canViewDetails | ||||||
canViewDetails(tx: Transaction | null)
|
||||||
|
OPEN tx permissions
Parameters :
Returns :
boolean
|
| Public format |
format()
|
|
Returns :
void
|
| displayName | ||||
getdisplayName()
|
||||
setdisplayName(value)
|
||||
|
Parameters :
Returns :
void
|
| searchParam | ||||||
getsearchParam()
|
||||||
setsearchParam(value: string)
|
||||||
|
Parameters :
Returns :
void
|
| hasChanges | ||||||
gethasChanges()
|
||||||
sethasChanges(value: boolean)
|
||||||
|
Parameters :
Returns :
void
|