Java 类ims.core.vo.IfLookupVo 实例源码

项目:AvoinApotti    文件:LookupTreeImpl.java   
private void validateIfLookupVo(IfLookupVo lookupData)throws DomainInterfaceException
{
    if(lookupData==null)
        throw new DomainInterfaceException("Lookup data not populated in message");
    if(lookupData.getLookupType()==null||lookupData.getLookupType().length()==0)
        throw new DomainInterfaceException("Empty lookup name field not supported");
}
项目:openMAXIMS    文件:LookupTreeImpl.java   
private void validateIfLookupVo(IfLookupVo lookupData)throws DomainInterfaceException
{
    if(lookupData==null)
        throw new DomainInterfaceException("Lookup data not populated in message");
    if(lookupData.getLookupType()==null||lookupData.getLookupType().length()==0)
        throw new DomainInterfaceException("Empty lookup name field not supported");
}
项目:openMAXIMS    文件:LookupTreeImpl.java   
private void validateIfLookupVo(IfLookupVo lookupData)throws DomainInterfaceException
{
    if(lookupData==null)
        throw new DomainInterfaceException("Lookup data not populated in message");
    if(lookupData.getLookupType()==null||lookupData.getLookupType().length()==0)
        throw new DomainInterfaceException("Empty lookup name field not supported");
}
项目:openmaxims-linux    文件:LookupTreeImpl.java   
private void validateIfLookupVo(IfLookupVo lookupData)throws DomainInterfaceException
{
    if(lookupData==null)
        throw new DomainInterfaceException("Lookup data not populated in message");
    if(lookupData.getLookupType()==null||lookupData.getLookupType().length()==0)
        throw new DomainInterfaceException("Empty lookup name field not supported");
}