public static String formatDoubleColRqstDeleteByUNameIdx( String separator, long argTenantId, long argScopeId, String argName) { String retval = "<RqstDoubleColDeleteByUNameIdx " + CFLibXmlUtil.formatRequiredInt64(null, "TenantId", argTenantId) + CFLibXmlUtil.formatRequiredInt64(separator, "ScopeId", argScopeId) + CFLibXmlUtil.formatRequiredXmlString(separator, "Name", argName) + " />"; return (retval); }
public static String formatClearSubDep2RqstDeleteByUNameIdx( String separator, long argTenantId, long argContClearDep1Id, String argName) { String retval = "<RqstClearSubDep2DeleteByUNameIdx " + CFLibXmlUtil.formatRequiredInt64(null, "TenantId", argTenantId) + CFLibXmlUtil.formatRequiredInt64(separator, "ContClearDep1Id", argContClearDep1Id) + CFLibXmlUtil.formatRequiredXmlString(separator, "Name", argName) + " />"; return (retval); }
public static String formatClearSubDep2BuffAttributes( String separator, CFBamClearSubDep2Buff buff) { String retval = CFBamXMsgClearDepMessageFormatter.formatClearDepBuffAttributes(separator, buff) + CFLibXmlUtil.formatRequiredInt64( separator, "ContClearDep1TenantId", buff.getRequiredContClearDep1TenantId()) + CFLibXmlUtil.formatRequiredInt64( separator, "ContClearDep1Id", buff.getRequiredContClearDep1Id()) + CFLibXmlUtil.formatRequiredXmlString(separator, "Name", buff.getRequiredName()); return (retval); }