Package com.portal.pcm
Interface PortalEnums.PinStatus
- Enclosing class:
PortalEnums
public static interface PortalEnums.PinStatus
PIN_FLD_STATUS - The states of an account or service entry.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
fully functional, login subject to credit limit check *static final int
permanently closed - system resources released *static final int
defunct, faulty AAC creation - will be auto-cleansed *static final int
inactive - no logins, no fees being charged *static final int
PIN_STATUS_INVALID is added just to assign it as default value.static final int
if this is used, all types of accounts will be fetched *static final int
Is used to MARK for DELETION *
-
Field Details
-
DEFUNCT
static final int DEFUNCTdefunct, faulty AAC creation - will be auto-cleansed *- See Also:
-
ACTIVE
static final int ACTIVEfully functional, login subject to credit limit check *- See Also:
-
INACTIVE
static final int INACTIVEinactive - no logins, no fees being charged *- See Also:
-
CLOSED
static final int CLOSEDpermanently closed - system resources released *- See Also:
-
NOT_SET
static final int NOT_SETif this is used, all types of accounts will be fetched *- See Also:
-
TOBEDELETED
static final int TOBEDELETEDIs used to MARK for DELETION *- See Also:
-
INVALID
static final int INVALIDPIN_STATUS_INVALID is added just to assign it as default value. we have added larger value so that if tomorrow if new values are added we dont have to modify PIN_STATUS_INVALID*- See Also:
-