public static String formatClearSubDep2RqstLock(String separator, long argTenantId, long argId) { String retval = "<RqstClearSubDep2Lock " + CFLibXmlUtil.formatRequiredInt64(null, "TenantId", argTenantId) + CFLibXmlUtil.formatRequiredInt64(separator, "Id", argId) + " />"; return (retval); }
public static String formatDoubleColRqstRead(String separator, long argTenantId, long argId) { String retval = "<RqstDoubleColRead " + CFLibXmlUtil.formatRequiredInt64(null, "TenantId", argTenantId) + CFLibXmlUtil.formatRequiredInt64(separator, "Id", argId) + " />"; return (retval); }
public static String formatDoubleColRqstDeleteByScopeIdx( String separator, long argTenantId, long argScopeId) { String retval = "<RqstDoubleColDeleteByScopeIdx " + CFLibXmlUtil.formatRequiredInt64(null, "TenantId", argTenantId) + CFLibXmlUtil.formatRequiredInt64(separator, "ScopeId", argScopeId) + " />"; return (retval); }
public static String formatClearSubDep2RqstDeleteByTableIdx( String separator, long argTenantId, long argRelationId) { String retval = "<RqstClearSubDep2DeleteByTableIdx " + CFLibXmlUtil.formatRequiredInt64(null, "TenantId", argTenantId) + CFLibXmlUtil.formatRequiredInt64(separator, "RelationId", argRelationId) + " />"; return (retval); }
public static String formatDoubleColRqstMoveDown( String separator, long TenantId, long Id, int revision) { String retval = "<RqstDoubleColMoveDown " + CFLibXmlUtil.formatRequiredInt64(separator, "TenantId", TenantId) + CFLibXmlUtil.formatRequiredInt64(separator, "Id", Id) + CFLibXmlUtil.formatRequiredInt32(separator, "Revision", revision) + " />"; return (retval); }
public static String formatDoubleColRqstReadByContNextIdx( String separator, long argTenantId, long argScopeId, Long argNextId) { String retval = "<RqstDoubleColReadByContNextIdx " + CFLibXmlUtil.formatRequiredInt64(null, "TenantId", argTenantId) + CFLibXmlUtil.formatRequiredInt64(separator, "ScopeId", argScopeId) + CFLibXmlUtil.formatOptionalInt64(separator, "NextId", argNextId) + " />"; return (retval); }
public static String formatDoubleColRqstReadByUNameIdx( String separator, long argTenantId, long argScopeId, String argName) { String retval = "<RqstDoubleColReadByUNameIdx " + 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 formatClearSubDep2RqstReadByContClearDep1Idx( String separator, long argContClearDep1TenantId, long argContClearDep1Id) { String retval = "<RqstClearSubDep2ReadByContClearDep1Idx " + CFLibXmlUtil.formatRequiredInt64( null, "ContClearDep1TenantId", argContClearDep1TenantId) + CFLibXmlUtil.formatRequiredInt64(separator, "ContClearDep1Id", argContClearDep1Id) + " />"; 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); }
public static String formatDoubleColBuffAttributes(String separator, CFBamDoubleColBuff buff) { String retval = CFBamXMsgDoubleDefMessageFormatter.formatDoubleDefBuffAttributes(separator, buff) + CFLibXmlUtil.formatRequiredInt64(separator, "TableId", buff.getRequiredTableId()); return (retval); }