Package wt.esi

Interface ESITargetFacade

All Superinterfaces:
wt.esi._ESITargetFacade, wt.fc._NetFactor, wt.fc._ObjectMappable, wt.fc._Persistable, Comparable, NetFactor, ObjectMappable, Persistable, Serializable
All Known Implementing Classes:
_ESITarget, ESITarget

@GenAsPersistable(interfaces={Persistable.class,java.lang.Comparable.class}, extendable=false) public interface ESITargetFacade extends wt.esi._ESITargetFacade
Utility APIs to access the ESITarget object without requiring a compile-time dependency on the esi/Esi module

Supported API: true

Extendable: false
  • Method Details

    • getNumber

      String getNumber()
      Gets the number of this ESITarget object.

      Supported API: true

      See Also:
    • getName

      String getName()
      Gets the name of this ESITarget object.

      Supported API: true

      See Also:
    • getDescription

      String getDescription()
      Gets a user-friendly textual description of this ESITarget object.

      Supported API: true

      See Also:
    • isDefaultForContext

      boolean isDefaultForContext()
      Lets the caller know if this ESITarget object is a default one for the context (i.e container) in which the object was created.

      Supported API: true

      See Also:
    • getAllSoftAttributes

      wt.iba.value.litevalue.AbstractValueView[] getAllSoftAttributes()
      Returns the values of all the soft attributes of this ESITarget from the database.

      Note: This method refreshes the attribute container with the values from database if the attribute container is found to be either null or dirty. Hence, if the attribute container is having values that are modified in memory, then calling this method will replace those from the database.


      @deprecated Supported API: true
      Returns:
      The soft attribute values.
    • getSoftAttribute

      String getSoftAttribute(String attributeName)
      Returns the value of the input soft attribute of this ESITarget object from the database.

      Note: This method refreshes the attribute container with the values from database. Hence, if attribute container is having values that are modified in memory then, calling this method will replace those from database.


      Supported API: true
      Parameters:
      attributeName - The name of soft attribute.
      Returns:
      The soft attribute value.