| |
|
| java.lang.Object com.metaboss.enterprise.bo.impl.BOObjectDomainImpl
containsEntityWithNaturalPrimaryKey | public boolean containsEntityWithNaturalPrimaryKey(String[] pEntityTypes, Object[] pNaturalPrimaryKey) throws BOException(Code) | | |
createInvalidOperationException | public BOException createInvalidOperationException()(Code) | | |
saveChangesIfNecessary | final public void saveChangesIfNecessary() throws BOException(Code) | | Saves changes if this domain object is editable. This method is forgiving in a sence that
if the deomain object is not editable it just returns silently. Useful in cases when
domain object is passed around the code (ie. processing code does not know what sate domain is in)
and there is a need to save changes
|
|
|
|