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

项目:AvoinApotti    文件:MyOrderImpl.java   
/**
 * Function used to retrieve the OrderInvestigation Booking VO
 */
public OrderInvestigationBookingWithStatusVo getOrderInvestigationBooking(OrderInvestigationRefVo investigation)
{
    if (investigation == null || !investigation.getID_OrderInvestigationIsNotNull())
        return null;

    return OrderInvestigationBookingWithStatusVoAssembler.create((OrderInvestigation) getDomainFactory().getDomainObject(OrderInvestigation.class, investigation.getID_OrderInvestigation()));
}
项目:openMAXIMS    文件:MyOrderImpl.java   
/**
 * Function used to retrieve the OrderInvestigation Booking VO
 */
public OrderInvestigationBookingWithStatusVo getOrderInvestigationBooking(OrderInvestigationRefVo investigation)
{
    if (investigation == null || !investigation.getID_OrderInvestigationIsNotNull())
        return null;

    return OrderInvestigationBookingWithStatusVoAssembler.create((OrderInvestigation) getDomainFactory().getDomainObject(OrderInvestigation.class, investigation.getID_OrderInvestigation()));
}
项目:openMAXIMS    文件:MyOrderImpl.java   
/**
 * Function used to retrieve the OrderInvestigation Booking VO
 */
public OrderInvestigationBookingWithStatusVo getOrderInvestigationBooking(OrderInvestigationRefVo investigation)
{
    if (investigation == null || !investigation.getID_OrderInvestigationIsNotNull())
        return null;

    return OrderInvestigationBookingWithStatusVoAssembler.create((OrderInvestigation) getDomainFactory().getDomainObject(OrderInvestigation.class, investigation.getID_OrderInvestigation()));
}
项目:openmaxims-linux    文件:MyOrderImpl.java   
/**
 * Function used to retrieve the OrderInvestigation Booking VO
 */
public OrderInvestigationBookingWithStatusVo getOrderInvestigationBooking(OrderInvestigationRefVo investigation)
{
    if (investigation == null || !investigation.getID_OrderInvestigationIsNotNull())
        return null;

    return OrderInvestigationBookingWithStatusVoAssembler.create((OrderInvestigation) getDomainFactory().getDomainObject(OrderInvestigation.class, investigation.getID_OrderInvestigation()));
}