|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.atlassian.jira.referentiel.entities.AExternalEntity
public abstract class AExternalEntity
FQCN : com.atlassian.jira.referentiel.entities.AExternalEntity
Field Summary | |
---|---|
protected com.atlassian.core.ofbiz.association.AssociationManager |
associationManager
|
protected org.ofbiz.core.entity.GenericValue |
genericValue
|
protected java.util.Map |
modifiedFields
|
Constructor Summary | |
---|---|
AExternalEntity(org.ofbiz.core.entity.GenericValue genericValue)
|
Method Summary | |
---|---|
protected abstract void |
addFields(java.util.Map _fields)
Add Field to MAP for OFBIZ Storage |
protected void |
addKeys(java.util.Map _fields)
Add Key Fields to MAP for OFBIZ Storage |
abstract boolean |
equals(AExternalEntity _entity)
|
abstract java.util.Map |
getEntityKeys()
|
abstract java.lang.String |
getEntityName()
|
org.ofbiz.core.entity.GenericValue |
getGenericValue()
|
java.util.Map |
getModifiedFields()
|
protected abstract void |
init(org.ofbiz.core.entity.GenericValue _gv)
Initialize final Object (Attributes population) |
boolean |
isCreated()
|
void |
load()
Retrieves GenericValue for the current entity depending on the fields identified as keys |
void |
store()
Performs the Entity storage |
void |
update()
Performs the update (storage) using the modified Field |
protected void |
updateGV(java.lang.String _fieldName,
java.lang.Object _fieldValue)
Update field Object and mark it as modified and requiring a storage |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected com.atlassian.core.ofbiz.association.AssociationManager associationManager
protected org.ofbiz.core.entity.GenericValue genericValue
protected final java.util.Map modifiedFields
Constructor Detail |
---|
public AExternalEntity(org.ofbiz.core.entity.GenericValue genericValue)
Method Detail |
---|
public void store()
protected abstract void addFields(java.util.Map _fields)
_fields
- field Mapsprotected void addKeys(java.util.Map _fields)
_fields
- field Mapspublic abstract java.lang.String getEntityName()
public abstract java.util.Map getEntityKeys()
protected abstract void init(org.ofbiz.core.entity.GenericValue _gv)
_gv
- linked GenericValuepublic abstract boolean equals(AExternalEntity _entity)
_entity
-
public void load() throws org.ofbiz.core.entity.GenericEntityException
org.ofbiz.core.entity.GenericEntityException
public void update() throws org.ofbiz.core.entity.GenericEntityException
org.ofbiz.core.entity.GenericEntityException
protected void updateGV(java.lang.String _fieldName, java.lang.Object _fieldValue)
_fieldName
- _fieldValue
- public java.util.Map getModifiedFields()
public org.ofbiz.core.entity.GenericValue getGenericValue()
public boolean isCreated()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |