| com.metaboss.sdlctools.domains.storagemodel.storage.PSRelationalDomainStorage
All known Subclasses: com.metaboss.sdlctools.domains.storagemodel.storage.xmlfileimpl.PSRelationalDomainStorageImpl,
PSRelationalDomainStorage | public interface PSRelationalDomainStorage (Code) | | |
Method Summary | |
public void | deleteAssociationTable(STDomainStorageKey pDomainStorageRef, String pAssociationRef) | public void | deleteEntityTable(STDomainStorageKey pDomainStorageRef, String pEntityRef) | public void | deleteEntityTableAssociationRole(STDomainStorageKey pDomainStorageRef, String pEntityRef, String pAssociationRoleRef) | public void | deleteEntityTableAttribute(STDomainStorageKey pDomainStorageRef, String pEntityRef, String pAttributeRef) | public void | deleteReferenceTable(STDomainStorageKey pDomainStorageRef, String pDataTypeRef) | public STRelationalAssociationTable | getAssociationTable(STDomainStorageKey pDomainStorageRef, String pAssociationRef) | public String[] | getAssociationTableRefs(STDomainStorageKey pDomainStorageRef) | public STRelationalEntityTable | getEntityTable(STDomainStorageKey pDomainStorageRef, String pEntityRef) | public STRelationalEntityTableAssociationRole | getEntityTableAssociationRole(STDomainStorageKey pDomainStorageRef, String pEntityRef, String pAssociationRoleRef) | public String[] | getEntityTableAssociationRoleRefs(STDomainStorageKey pDomainStorageRef, String pEntityRef) | public STRelationalEntityTableAttribute | getEntityTableAttribute(STDomainStorageKey pDomainStorageRef, String pEntityRef, String pAttributeRef) | public String[] | getEntityTableAttributeRefs(STDomainStorageKey pDomainStorageRef, String pEntityRef) | public String[] | getEntityTableRefs(STDomainStorageKey pDomainStorageRef) | public STRelationalReferenceTable | getReferenceTable(STDomainStorageKey pDomainStorageRef, String pDataTypeRef) | public String[] | getReferenceTableRefs(STDomainStorageKey pDomainStorageRef) | public void | insertAssociationTable(STDomainStorageKey pDomainStorageRef, STRelationalAssociationTable pAssociationTableDetails) | public void | insertDomainStorage(STDomainStorage pNewDomainStorage) | public void | insertEntityTable(STDomainStorageKey pDomainStorageRef, STRelationalEntityTable pEntityTableDetails) | public void | insertEntityTableAssociationRole(STDomainStorageKey pDomainStorageRef, String pEntityRef, STRelationalEntityTableAssociationRole pEntityTableAssociationRoleDetails) | public void | insertEntityTableAttribute(STDomainStorageKey pDomainStorageRef, String pEntityRef, STRelationalEntityTableAttribute pEntityTableAttributeDetails) | public void | insertReferenceTable(STDomainStorageKey pDomainStorageRef, STRelationalReferenceTable pReferenceTableDetails) | public void | updateAssociationTable(STDomainStorageKey pDomainStorageRef, STRelationalAssociationTable pAssociationTableDetails) | public void | updateEntityTable(STDomainStorageKey pDomainStorageRef, STRelationalEntityTable pEntityTableDetails) | public void | updateEntityTableAssociationRole(STDomainStorageKey pDomainStorageRef, String pEntityRef, STRelationalEntityTableAssociationRole pEntityTableAssociationRoleDetails) | public void | updateEntityTableAttribute(STDomainStorageKey pDomainStorageRef, String pEntityRef, STRelationalEntityTableAttribute pEntityTableAttributeDetails) | public void | updateReferenceTable(STDomainStorageKey pDomainStorageRef, STRelationalReferenceTable pReferenceTableDetails) |
COMPONENT_URL | final public static String COMPONENT_URL(Code) | | Naming URL of the component
|
deleteAssociationTable | public void deleteAssociationTable(STDomainStorageKey pDomainStorageRef, String pAssociationRef) throws PSException(Code) | | Deletes details of the particular relational association table storage
|
deleteEntityTableAssociationRole | public void deleteEntityTableAssociationRole(STDomainStorageKey pDomainStorageRef, String pEntityRef, String pAssociationRoleRef) throws PSException(Code) | | Deletes details of the particular relational entity table association storage
|
deleteEntityTableAttribute | public void deleteEntityTableAttribute(STDomainStorageKey pDomainStorageRef, String pEntityRef, String pAttributeRef) throws PSException(Code) | | Deletes details of the particular relational entity table attribute storage
|
deleteReferenceTable | public void deleteReferenceTable(STDomainStorageKey pDomainStorageRef, String pDataTypeRef) throws PSException(Code) | | Deletes details of the particular relational reference table storage
|
getAssociationTableRefs | public String[] getAssociationTableRefs(STDomainStorageKey pDomainStorageRef) throws PSException(Code) | | Returns references to all association tables stored for the domain in this storage
|
getEntityTableAssociationRoleRefs | public String[] getEntityTableAssociationRoleRefs(STDomainStorageKey pDomainStorageRef, String pEntityRef) throws PSException(Code) | | Returns references to all entity table associations stored for the domain in this storage
|
getEntityTableAttributeRefs | public String[] getEntityTableAttributeRefs(STDomainStorageKey pDomainStorageRef, String pEntityRef) throws PSException(Code) | | Returns references to all entity table attributes stored for the domain in this storage
|
insertDomainStorage | public void insertDomainStorage(STDomainStorage pNewDomainStorage) throws PSException(Code) | | Inserts details of the new relational domain storage
|
|
|