Class DelegatorElement
java.lang.Object
org.apache.ofbiz.entity.config.model.DelegatorElement
An object that models the
<delegator>
element.- See Also:
-
entity-config.xsd
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of thedefault-group-name
attribute.Returns the value of thedistributed-cache-clear-class-name
attribute.boolean
Returns the value of thedistributed-cache-clear-enabled
attribute.Returns the value of thedistributed-cache-clear-user-login-id
attribute.boolean
Returns the value of theentity-eca-enabled
attribute.Returns the value of theentity-eca-handler-class-name
attribute.Returns the value of theentity-eca-reader
attribute.Returns the value of theentity-group-reader
attribute.Returns the value of theentity-model-reader
attribute.getGroupDataSource
(String groupName) Returns the specified<group-map> datasource-name
attribute value, ornull
if the<group-map>
element does not exist .Returns the<group-map>
child elements.Returns the value of thekey-encrypting-key
attribute.getName()
Returns the value of thename
attribute.Returns the value of thesequenced-id-prefix
attribute.
-
Method Details
-
getName
Returns the value of thename
attribute. -
getEntityModelReader
Returns the value of theentity-model-reader
attribute. -
getEntityGroupReader
Returns the value of theentity-group-reader
attribute. -
getEntityEcaReader
Returns the value of theentity-eca-reader
attribute. -
getEntityEcaEnabled
public boolean getEntityEcaEnabled()Returns the value of theentity-eca-enabled
attribute. -
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
Returns the value of thedistributed-cache-clear-class-name
attribute. -
getDistributedCacheClearUserLoginId
Returns the value of thedistributed-cache-clear-user-login-id
attribute. -
getSequencedIdPrefix
Returns the value of thesequenced-id-prefix
attribute. -
getDefaultGroupName
Returns the value of thedefault-group-name
attribute. -
getKeyEncryptingKey
Returns the value of thekey-encrypting-key
attribute. -
getGroupMapList
Returns the<group-map>
child elements. -
getGroupDataSource
Returns the specified<group-map> datasource-name
attribute value, ornull
if the<group-map>
element does not exist .
-