Class DelegatorElement

java.lang.Object
org.apache.ofbiz.entity.config.model.DelegatorElement

@ThreadSafe public final class DelegatorElement extends Object
An object that models the <delegator> element.
See Also:
  • entity-config.xsd
  • Method Details

    • getName

      public String getName()
      Returns the value of the name attribute.
    • getEntityModelReader

      public String getEntityModelReader()
      Returns the value of the entity-model-reader attribute.
    • getEntityGroupReader

      public String getEntityGroupReader()
      Returns the value of the entity-group-reader attribute.
    • getEntityEcaReader

      public String getEntityEcaReader()
      Returns the value of the entity-eca-reader attribute.
    • getEntityEcaEnabled

      public boolean getEntityEcaEnabled()
      Returns the value of the entity-eca-enabled attribute.
    • getEntityEcaHandlerClassName

      public String getEntityEcaHandlerClassName()
      Returns the value of the entity-eca-handler-class-name attribute.
    • getDistributedCacheClearEnabled

      public boolean getDistributedCacheClearEnabled()
      Returns the value of the distributed-cache-clear-enabled attribute.
    • getDistributedCacheClearClassName

      public String getDistributedCacheClearClassName()
      Returns the value of the distributed-cache-clear-class-name attribute.
    • getDistributedCacheClearUserLoginId

      public String getDistributedCacheClearUserLoginId()
      Returns the value of the distributed-cache-clear-user-login-id attribute.
    • getSequencedIdPrefix

      public String getSequencedIdPrefix()
      Returns the value of the sequenced-id-prefix attribute.
    • getDefaultGroupName

      public String getDefaultGroupName()
      Returns the value of the default-group-name attribute.
    • getKeyEncryptingKey

      public String getKeyEncryptingKey()
      Returns the value of the key-encrypting-key attribute.
    • getGroupMapList

      public List<GroupMap> getGroupMapList()
      Returns the <group-map> child elements.
    • getGroupDataSource

      public String getGroupDataSource(String groupName)
      Returns the specified <group-map> datasource-name attribute value, or null if the <group-map> element does not exist .