Java 类ims.ocrr.vo.domain.ResultSpecimenTypesVoAssembler 实例源码

项目:AvoinApotti    文件:AlternateSpecimenTypesImpl.java   
/**
* saveResultSpecimenType
*/
public void saveResultSpecimenType(ims.ocrr.vo.ResultSpecimenTypesVo resultSpecimenType) throws ims.domain.exceptions.StaleObjectException
{
    if (resultSpecimenType == null)
        throw new CodingRuntimeException("resultSpecimenType is null in method saveResultSpecimenType");
    if (!resultSpecimenType.isValidated())
        throw new CodingRuntimeException("resultSpecimenType has not been validated in method saveResultSpecimenType");

    getDomainFactory().save(ResultSpecimenTypesVoAssembler.extractResultSpecimenTypes(getDomainFactory(), resultSpecimenType));
}
项目:openMAXIMS    文件:AlternateSpecimenTypesImpl.java   
/**
* saveResultSpecimenType
*/
public void saveResultSpecimenType(ims.ocrr.vo.ResultSpecimenTypesVo resultSpecimenType) throws ims.domain.exceptions.StaleObjectException
{
    if (resultSpecimenType == null)
        throw new CodingRuntimeException("resultSpecimenType is null in method saveResultSpecimenType");
    if (!resultSpecimenType.isValidated())
        throw new CodingRuntimeException("resultSpecimenType has not been validated in method saveResultSpecimenType");

    getDomainFactory().save(ResultSpecimenTypesVoAssembler.extractResultSpecimenTypes(getDomainFactory(), resultSpecimenType));
}
项目:openMAXIMS    文件:AlternateSpecimenTypesImpl.java   
/**
* saveResultSpecimenType
*/
public void saveResultSpecimenType(ims.ocrr.vo.ResultSpecimenTypesVo resultSpecimenType) throws ims.domain.exceptions.StaleObjectException
{
    if (resultSpecimenType == null)
        throw new CodingRuntimeException("resultSpecimenType is null in method saveResultSpecimenType");
    if (!resultSpecimenType.isValidated())
        throw new CodingRuntimeException("resultSpecimenType has not been validated in method saveResultSpecimenType");

    getDomainFactory().save(ResultSpecimenTypesVoAssembler.extractResultSpecimenTypes(getDomainFactory(), resultSpecimenType));
}
项目:openmaxims-linux    文件:AlternateSpecimenTypesImpl.java   
/**
* saveResultSpecimenType
*/
public void saveResultSpecimenType(ims.ocrr.vo.ResultSpecimenTypesVo resultSpecimenType) throws ims.domain.exceptions.StaleObjectException
{
    if (resultSpecimenType == null)
        throw new CodingRuntimeException("resultSpecimenType is null in method saveResultSpecimenType");
    if (!resultSpecimenType.isValidated())
        throw new CodingRuntimeException("resultSpecimenType has not been validated in method saveResultSpecimenType");

    getDomainFactory().save(ResultSpecimenTypesVoAssembler.extractResultSpecimenTypes(getDomainFactory(), resultSpecimenType));
}
项目:AvoinApotti    文件:AlternateSpecimenTypesImpl.java   
/**
* listResultSpecimenTypes
*/
public ims.ocrr.vo.ResultSpecimenTypesVoCollection listResultSpecimenTypes()
{
    List items = getDomainFactory().find("from ResultSpecimenTypes");
    return ResultSpecimenTypesVoAssembler.createResultSpecimenTypesVoCollectionFromResultSpecimenTypes(items);
}
项目:openMAXIMS    文件:AlternateSpecimenTypesImpl.java   
/**
* listResultSpecimenTypes
*/
public ims.ocrr.vo.ResultSpecimenTypesVoCollection listResultSpecimenTypes()
{
    List items = getDomainFactory().find("from ResultSpecimenTypes");
    return ResultSpecimenTypesVoAssembler.createResultSpecimenTypesVoCollectionFromResultSpecimenTypes(items);
}
项目:openMAXIMS    文件:AlternateSpecimenTypesImpl.java   
/**
* listResultSpecimenTypes
*/
public ims.ocrr.vo.ResultSpecimenTypesVoCollection listResultSpecimenTypes()
{
    List items = getDomainFactory().find("from ResultSpecimenTypes");
    return ResultSpecimenTypesVoAssembler.createResultSpecimenTypesVoCollectionFromResultSpecimenTypes(items);
}
项目:openmaxims-linux    文件:AlternateSpecimenTypesImpl.java   
/**
* listResultSpecimenTypes
*/
public ims.ocrr.vo.ResultSpecimenTypesVoCollection listResultSpecimenTypes()
{
    List items = getDomainFactory().find("from ResultSpecimenTypes");
    return ResultSpecimenTypesVoAssembler.createResultSpecimenTypesVoCollectionFromResultSpecimenTypes(items);
}