|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectit.eng.spagobi.importexport.MetadataAssociations
public class MetadataAssociations
Constructor Summary | |
---|---|
MetadataAssociations()
|
Method Summary | |
---|---|
void |
clear()
Clears all the inforamtion about associations |
java.util.Map |
getBIObjAssociation()
Gets the Map of associations between current and exported biobjects |
java.util.Map |
getBIobjIDAssociation()
Gets the Map of associations between current and exported biobject ids |
java.util.Map |
getCheckAssociation()
Gets the Map of associations between current and exported checks |
java.util.Map |
getCheckIDAssociation()
Gets the Map of associations between current and exported check ids |
java.util.Map |
getConnectionAssociation()
Gets the Map of associations between current and exported connections |
java.util.Map |
getDomainAssociation()
Gets the Map of associations between current and exported domains |
java.util.Map |
getDomainIDAssociation()
Gets the Map of associations between current and exported domain id |
java.util.Map |
getEngineAssociation()
Gets the Map of associations between current and exported engines |
java.util.Map |
getEngineIDAssociation()
Gets the Map of associations between current and exported engine ids |
java.util.Map |
getFunctAssociation()
Gets the Map of associations between current and exported functionalities |
java.util.Map |
getFunctIDAssociation()
Gets the Map of associations between current and exported functionality ids |
java.util.Map |
getLovAssociation()
Gets the Map of associations between current and exported lovs |
java.util.Map |
getLovIDAssociation()
Gets the Map of associations between current and exported lovs ids |
java.util.Map |
getObjparAssociation()
Gets the Map of associations between current and exported objpars |
java.util.Map |
getObjparIDAssociation()
Gets the Map of associations between current and exported objpar id |
java.util.Map |
getParameterAssociation()
Gets the Map of associations between current and exported parameters |
java.util.Map |
getParameterIDAssociation()
Gets the Map of associations between current and exported parameter ids |
java.util.Map |
getParuseAssociation()
Gets the Map of associations between current and exported parameter uses |
java.util.Map |
getParuseIDAssociation()
Gets the Map of associations between current and exported parameter use ids |
java.util.Map |
getRoleAssociation()
Gets the Map of associations between current and exported roles |
java.util.Map |
getRoleIDAssociation()
Gets the Map of associations between current and exported role ids |
void |
insertCoupleBIObj(java.lang.Integer exp,
java.lang.Integer curr)
Inserts a couple of biobject ids into the associations |
void |
insertCoupleBIObj(SbiObjects exp,
SbiObjects curr)
Inserts a couple of biobjects into the associations |
void |
insertCoupleCheck(java.lang.Integer exp,
java.lang.Integer curr)
Inserts a couple of check ids into the associations |
void |
insertCoupleCheck(SbiChecks exp,
SbiChecks curr)
Inserts a couple of checks into the associations |
void |
insertCoupleConnections(java.lang.String exp,
java.lang.String curr)
Inserts a couple of connection names into the associations |
void |
insertCoupleDomain(java.lang.Integer exp,
java.lang.Integer curr)
Inserts a couple of domain id into the associations |
void |
insertCoupleDomain(SbiDomains exp,
SbiDomains curr)
Inserts a couple of domains into the associations |
void |
insertCoupleEngine(java.lang.Integer exp,
java.lang.Integer curr)
Inserts a couple of engine ids into the associations |
void |
insertCoupleEngine(SbiEngines exp,
SbiEngines curr)
Inserts a couple of engines into the associations |
void |
insertCoupleFunct(java.lang.Integer exp,
java.lang.Integer curr)
Inserts a couple of functionality ids into the associations |
void |
insertCoupleFunct(SbiFunctions exp,
SbiFunctions curr)
Inserts a couple of functionalities into the associations |
void |
insertCoupleLov(java.lang.Integer exp,
java.lang.Integer curr)
Inserts a couple of lov ids into the associations |
void |
insertCoupleLov(SbiLov exp,
SbiLov curr)
Inserts a couple of lovs into the associations |
void |
insertCoupleObjpar(java.lang.Integer exp,
java.lang.Integer curr)
Inserts a couple of objpar id into the associations |
void |
insertCoupleObjpar(SbiObjPar exp,
SbiObjPar curr)
Inserts a couple of objpar into the associations |
void |
insertCoupleParameter(java.lang.Integer exp,
java.lang.Integer curr)
Inserts a couple of parameter ids into the associations |
void |
insertCoupleParameter(SbiParameters exp,
SbiParameters curr)
Inserts a couple of parameters into the associations |
void |
insertCoupleParuse(java.lang.Integer exp,
java.lang.Integer curr)
Inserts a couple of parameter use ids into the associations |
void |
insertCoupleParuse(SbiParuse exp,
SbiParuse curr)
Inserts a couple of parameter uses into the associations |
void |
insertCoupleRole(java.lang.Integer exp,
java.lang.Integer curr)
Inserts a couple of role ids into the associations |
void |
insertCoupleRole(SbiExtRoles exp,
SbiExtRoles curr)
Inserts a couple of roles into the associations |
boolean |
isBIObjAssEmpty()
Checks if Associations for the specific object are empty |
boolean |
isCheckAssEmpty()
Checks if Associations for the specific object are empty |
boolean |
isEmpty()
Checks if the metadata association is empty |
boolean |
isEngineAssEmpty()
Checks if Associations for the specific object are empty |
boolean |
isFunctAssEmpty()
Checks if Associations for the specific object are empty |
boolean |
isLovAssEmpty()
Checks if Associations for the specific object are empty |
boolean |
isParameterAssEmpty()
Checks if Associations for the specific object are empty |
boolean |
isParuseAssEmpty()
Checks if Associations for the specific object are empty |
boolean |
isRoleAssEmpty()
Checks if Associations for the specific object are empty |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MetadataAssociations()
Method Detail |
---|
public boolean isEmpty()
public void clear()
public boolean isParameterAssEmpty()
public boolean isRoleAssEmpty()
public boolean isBIObjAssEmpty()
public boolean isLovAssEmpty()
public boolean isFunctAssEmpty()
public boolean isEngineAssEmpty()
public boolean isCheckAssEmpty()
public boolean isParuseAssEmpty()
public java.util.Map getParameterIDAssociation()
public java.util.Map getParameterAssociation()
public void insertCoupleParameter(SbiParameters exp, SbiParameters curr)
public void insertCoupleParameter(java.lang.Integer exp, java.lang.Integer curr)
public java.util.Map getRoleIDAssociation()
public java.util.Map getRoleAssociation()
public void insertCoupleRole(SbiExtRoles exp, SbiExtRoles curr)
public void insertCoupleRole(java.lang.Integer exp, java.lang.Integer curr)
public java.util.Map getBIobjIDAssociation()
public java.util.Map getBIObjAssociation()
public void insertCoupleBIObj(SbiObjects exp, SbiObjects curr)
public void insertCoupleBIObj(java.lang.Integer exp, java.lang.Integer curr)
public java.util.Map getLovIDAssociation()
public java.util.Map getLovAssociation()
public void insertCoupleLov(SbiLov exp, SbiLov curr)
public void insertCoupleLov(java.lang.Integer exp, java.lang.Integer curr)
public java.util.Map getFunctIDAssociation()
public java.util.Map getFunctAssociation()
public void insertCoupleFunct(SbiFunctions exp, SbiFunctions curr)
public void insertCoupleFunct(java.lang.Integer exp, java.lang.Integer curr)
public java.util.Map getEngineIDAssociation()
public java.util.Map getEngineAssociation()
public void insertCoupleEngine(SbiEngines exp, SbiEngines curr)
public void insertCoupleEngine(java.lang.Integer exp, java.lang.Integer curr)
public java.util.Map getCheckIDAssociation()
public java.util.Map getCheckAssociation()
public void insertCoupleCheck(SbiChecks exp, SbiChecks curr)
public void insertCoupleCheck(java.lang.Integer exp, java.lang.Integer curr)
public java.util.Map getParuseIDAssociation()
public java.util.Map getParuseAssociation()
public void insertCoupleParuse(SbiParuse exp, SbiParuse curr)
public void insertCoupleParuse(java.lang.Integer exp, java.lang.Integer curr)
public java.util.Map getDomainIDAssociation()
public java.util.Map getDomainAssociation()
public void insertCoupleDomain(SbiDomains exp, SbiDomains curr)
public void insertCoupleDomain(java.lang.Integer exp, java.lang.Integer curr)
public java.util.Map getObjparIDAssociation()
public java.util.Map getObjparAssociation()
public void insertCoupleObjpar(SbiObjPar exp, SbiObjPar curr)
public void insertCoupleObjpar(java.lang.Integer exp, java.lang.Integer curr)
public java.util.Map getConnectionAssociation()
public void insertCoupleConnections(java.lang.String exp, java.lang.String curr)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |