Interface PortalEnums.PinStatus

Enclosing class:
PortalEnums

public static interface PortalEnums.PinStatus
PIN_FLD_STATUS - The states of an account or service entry.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static 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 DEFUNCT
      defunct, faulty AAC creation - will be auto-cleansed *
      See Also:
    • ACTIVE

      static final int ACTIVE
      fully functional, login subject to credit limit check *
      See Also:
    • INACTIVE

      static final int INACTIVE
      inactive - no logins, no fees being charged *
      See Also:
    • CLOSED

      static final int CLOSED
      permanently closed - system resources released *
      See Also:
    • NOT_SET

      static final int NOT_SET
      if this is used, all types of accounts will be fetched *
      See Also:
    • TOBEDELETED

      static final int TOBEDELETED
      Is used to MARK for DELETION *
      See Also:
    • INVALID

      static final int INVALID
      PIN_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: