Class DelegatorElement
- java.lang.Object
-
- org.apache.ofbiz.entity.config.model.DelegatorElement
-
@ThreadSafe public final class DelegatorElement extends java.lang.Object
An object that models the<delegator>
element.- See Also:
entity-config.xsd
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getDefaultGroupName()
Returns the value of thedefault-group-name
attribute.java.lang.String
getDistributedCacheClearClassName()
Returns the value of thedistributed-cache-clear-class-name
attribute.boolean
getDistributedCacheClearEnabled()
Returns the value of thedistributed-cache-clear-enabled
attribute.java.lang.String
getDistributedCacheClearUserLoginId()
Returns the value of thedistributed-cache-clear-user-login-id
attribute.boolean
getEntityEcaEnabled()
Returns the value of theentity-eca-enabled
attribute.java.lang.String
getEntityEcaHandlerClassName()
Returns the value of theentity-eca-handler-class-name
attribute.java.lang.String
getEntityEcaReader()
Returns the value of theentity-eca-reader
attribute.java.lang.String
getEntityGroupReader()
Returns the value of theentity-group-reader
attribute.java.lang.String
getEntityModelReader()
Returns the value of theentity-model-reader
attribute.java.lang.String
getGroupDataSource(java.lang.String groupName)
Returns the specified<group-map> datasource-name
attribute value, ornull
if the<group-map>
element does not exist .java.util.List<GroupMap>
getGroupMapList()
Returns the<group-map>
child elements.java.lang.String
getKeyEncryptingKey()
Returns the value of thekey-encrypting-key
attribute.java.lang.String
getName()
Returns the value of thename
attribute.java.lang.String
getSequencedIdPrefix()
Returns the value of thesequenced-id-prefix
attribute.
-
-
-
Method Detail
-
getName
public java.lang.String getName()
Returns the value of thename
attribute.
-
getEntityModelReader
public java.lang.String getEntityModelReader()
Returns the value of theentity-model-reader
attribute.
-
getEntityGroupReader
public java.lang.String getEntityGroupReader()
Returns the value of theentity-group-reader
attribute.
-
getEntityEcaReader
public java.lang.String getEntityEcaReader()
Returns the value of theentity-eca-reader
attribute.
-
getEntityEcaEnabled
public boolean getEntityEcaEnabled()
Returns the value of theentity-eca-enabled
attribute.
-
getEntityEcaHandlerClassName
public java.lang.String getEntityEcaHandlerClassName()
Returns the value of theentity-eca-handler-class-name
attribute.
-
getDistributedCacheClearEnabled
public boolean getDistributedCacheClearEnabled()
Returns the value of thedistributed-cache-clear-enabled
attribute.
-
getDistributedCacheClearClassName
public java.lang.String getDistributedCacheClearClassName()
Returns the value of thedistributed-cache-clear-class-name
attribute.
-
getDistributedCacheClearUserLoginId
public java.lang.String getDistributedCacheClearUserLoginId()
Returns the value of thedistributed-cache-clear-user-login-id
attribute.
-
getSequencedIdPrefix
public java.lang.String getSequencedIdPrefix()
Returns the value of thesequenced-id-prefix
attribute.
-
getDefaultGroupName
public java.lang.String getDefaultGroupName()
Returns the value of thedefault-group-name
attribute.
-
getKeyEncryptingKey
public java.lang.String getKeyEncryptingKey()
Returns the value of thekey-encrypting-key
attribute.
-
getGroupMapList
public java.util.List<GroupMap> getGroupMapList()
Returns the<group-map>
child elements.
-
getGroupDataSource
public java.lang.String getGroupDataSource(java.lang.String groupName)
Returns the specified<group-map> datasource-name
attribute value, ornull
if the<group-map>
element does not exist .
-
-