Uses of Interface
com.semarchy.mdm.runtime.data.IEntityRow

Packages that use IEntityRow
com.semarchy.mdm.runtime.data This package contains the IDataAccessService and the related classes. 
 

Uses of IEntityRow in com.semarchy.mdm.runtime.data
 

Methods in com.semarchy.mdm.runtime.data that return IEntityRow
 IEntityRow NewRowTarget.getParentDataRow()
           
 IEntityRow IDataAccessService.newRow(IActivityTask pTask, IEntity pEntity)
          Create a NOT persisted Data Row.
 IEntityRow IDataAccessService.queryFirstEntityRow(DataQuery pDataQuery)
          Returns the first Row matching the query or null if there is no row matching the query
 

Methods in com.semarchy.mdm.runtime.data that return types with arguments of type IEntityRow
 List<IEntityRow> IDataAccessService.queryEntityRows(DataQuery pDataQuery)
          Query for IEntityRow the group by information will be ignored.
 

Methods in com.semarchy.mdm.runtime.data with parameters of type IEntityRow
static NewRowTarget NewRowTarget.intoDataRow(IEntityRow pParentDataRow, IBOTransition pIntoBoTransition)
           
 void IDataAccessService.persistRow(UUID pDETaskUUID, IEntityRow pDataRow)
          Persist the row into the transaction basket of a DataEntry Task.
 void IDataAccessService.removeRowFromTx(UUID pDETaskUUID, IEntityRow pRowToRemove)
          REmove rows from the transaction basket of a DataEntry Task
 void IEntityRow.setReference(IManyToOneNode pNavNode, IEntityRow pRow)
           
 void IEntityRow.setReference(String pManyToOneNodeName, IEntityRow pRow)
          Set the IEntityRow referenced through a IManyToOneNode.
 

Constructors in com.semarchy.mdm.runtime.data with parameters of type IEntityRow
NewRowTarget(IEntityRow pParentRow, IBOTransition pIntoBoTransition)
           
 



Copyright © 2015. All Rights Reserved.