public {{#eqreturn.type"DTO"}}{{apiEntity.codeName}}DTO{{/eq}}{{#eqreturn.type"DTOS"}}Page<{{apiEntity.codeName}}DTO>{{/eq}}{{#eqreturn.type"SIMPLE"}}Integer{{/eq}}{{#eqreturn.type"KEYFIELD"}}{{/eq}}{{#eqreturn.type"VOID"}}void{{/eq}}{{#eqreturn.type"USER"}}Object{{/eq}}{{camelCasename}}{{#eachpathVariables}}{{#if@first}}By{{else}}And{{/if}}{{pascalCasename}}{{/each}}({{#eachpathVariables}}{{#unless@first}}, {{/unless}}{{type.java}}{{camelCasename}}{{/each}}{{#ifbody}}{{#ifpathVariables}}, {{/if}}{{#eqinput.type"DTO"}}{{body}}{{/eq}}{{#eqinput.type"KEYFIELD"}}{{#eqpSDEAction.actionType"USERCUSTOM"}}{{body}}{{/eq}}{{/eq}}{{#eqinput.type"DTOS"}}List<{{body}}>{{/eq}}{{#eqinput.type"DTO"}}{{camelCasebody}}{{/eq}}{{#eqinput.type"KEYFIELD"}}{{#eqpSDEAction.actionType"USERCUSTOM"}}{{camelCasebody}}{{/eq}}{{/eq}}{{#eqinput.type"DTOS"}}list{{/eq}}{{/if}}){
throw new DataEntityRuntimeException(null,finalErrorMessage, Errors.INTERNALERROR, null);
}
{{/eq}}
{{!数据集}}
{{#eqmethodType"FETCH"}}
public Page<{{apiEntity.codeName}}DTO>{{camelCasename}}{{#eachpathVariables}}{{#if@first}}By{{else}}And{{/if}}{{pascalCasename}}{{/each}}({{#eachpathVariables}}{{#unless@first}}, {{/unless}}{{type.java}}{{camelCasename}}{{/each}}{{#ifbody}}{{#ifpathVariables}}, {{/if}}SearchContextDTO context{{/if}}){
throw new DataEntityRuntimeException(null,finalErrorMessage, Errors.INTERNALERROR, null);
}
{{/eq}}
{{!SELECT法}}
{{#eqmethodType"SELECT"}}
public Page<{{apiEntity.codeName}}DTO>{{camelCasename}}{{#eachpathVariables}}{{#if@first}}By{{else}}And{{/if}}{{pascalCasename}}{{/each}}({{#eachpathVariables}}{{#unless@first}}, {{/unless}}{{type.java}}{{camelCasename}}{{/each}}{{#ifbody}}{{#ifpathVariables}}, {{/if}}SearchContextDTO context{{/if}}){
throw new DataEntityRuntimeException(null,finalErrorMessage, Errors.INTERNALERROR, null);
public class {{apiEntity.codeName}}SubSysServiceAPIDERuntime extends {{packageName}}.{{lowerCaseapiEntity.api.codeName}}.{{apiEntity.api.codeName}}R8SubSysServiceAPIDERuntime{