| java.lang.Object com.metaboss.sdlctools.domains.enterprisemodel.storage.xmlfileimpl.PSEntityImpl
Method Summary | |
public void | deleteAttribute(String pEntityRef, String pAttributeName) Deletes attribute in the specified entity. | public void | deleteEntity(String pEntityRef) | public String[] | getAssociationRoleRefs(String pEntityRef) | public STAttribute | getAttribute(String pEntityRef, String pAttributeName) | public STAttribute[] | getAttributes(String pEntityRef) | public STConstraint[] | getConstraints(String pEntityRef) | public STEntity | getEntity(String pEntityRef) | public String[] | getPrimaryKey(String pEntityRef) | public STSelector | getSelector(String pEntityRef, String pSelectorName) | public STField[] | getSelectorInputFields(String pEntityRef, String pSelectorName) | public STSelector[] | getSelectors(String pEntityRef) | public STState | getState(String pEntityRef, String pStateName) | public STStateTransition[] | getStateTransitions(String pEntityRef, String pStateName) | public int | getStateTransitionsCount(String pEntityRef, String pStateName) | public STState[] | getStates(String pEntityRef) | public int | getStatesCount(String pEntityRef) | public void | insertAttribute(String pEntityRef, STAttribute pAttribute) Creates attribute in the specified entity. | public void | insertEntity(STEntity pRecord) | public void | insertSelector(String pEntityRef, STSelector pNewSelectorDetails) | public void | insertSelectorInputField(String pEntityRef, String pSelectorName, STField pFieldDetails) | public void | updateAssociationRoleRefs(String pEntityRef, String[] pAssociationRoleRefs) | public void | updateAttribute(String pEntityRef, STAttribute pAttribute) | public void | updateEntity(STEntity pUpdatedRecord) |
deleteAttribute | public void deleteAttribute(String pEntityRef, String pAttributeName) throws PSException(Code) | | Deletes attribute in the specified entity.
|
getEntity | public STEntity getEntity(String pEntityRef) throws PSException(Code) | | Returns details entity corresponding to given reference or null struct if definition not found
|
updateEntity | public void updateEntity(STEntity pUpdatedRecord) throws PSException(Code) | | Updates entity details in the database
|
|
|