public static String formatInt32DefRqstRead(String separator, long argTenantId, long argId) { String retval = "<RqstInt32DefRead " + CFLibXmlUtil.formatRequiredInt64(null, "TenantId", argTenantId) + CFLibXmlUtil.formatRequiredInt64(separator, "Id", argId) + " />"; return (retval); }
public static String formatSubProjectRqstLock(String separator, long argTenantId, long argId) { String retval = "<RqstSubProjectLock " + CFLibXmlUtil.formatRequiredInt64(null, "TenantId", argTenantId) + CFLibXmlUtil.formatRequiredInt64(separator, "Id", argId) + " />"; return (retval); }
public static String formatTldRqstReadByIdIdx(String separator, long argTenantId, long argTldId) { String retval = "<RqstTldRead " + CFLibXmlUtil.formatRequiredInt64(null, "TenantId", argTenantId) + CFLibXmlUtil.formatRequiredInt64(separator, "TldId", argTldId) + " />"; return (retval); }
public static String formatIndexRqstDeleteByDefSchemaIdx( String separator, Long argDefSchemaTenantId, Long argDefSchemaId) { String retval = "<RqstIndexDeleteByDefSchemaIdx " + CFLibXmlUtil.formatOptionalInt64(null, "DefSchemaTenantId", argDefSchemaTenantId) + CFLibXmlUtil.formatOptionalInt64(separator, "DefSchemaId", argDefSchemaId) + " />"; return (retval); }
public static String formatIndexRqstReadByTableIdx( String separator, long argTenantId, long argTableId) { String retval = "<RqstIndexReadByTableIdx " + CFLibXmlUtil.formatRequiredInt64(null, "TenantId", argTenantId) + CFLibXmlUtil.formatRequiredInt64(separator, "TableId", argTableId) + " />"; return (retval); }
public static String formatSecSessionRqstDeleteByFinishIdx( String separator, UUID argSecUserId, Calendar argFinish) { String retval = "<RqstSecSessionDeleteByFinishIdx " + CFLibXmlUtil.formatRequiredUuid(null, "SecUserId", argSecUserId) + CFLibXmlUtil.formatOptionalTimestamp(separator, "Finish", argFinish) + " />"; return (retval); }
public static String formatTableRqstDeleteByLookupIndexIdx( String separator, Long argLookupIndexTenantId, Long argLookupIndexId) { String retval = "<RqstTableDeleteByLookupIndexIdx " + CFLibXmlUtil.formatOptionalInt64(null, "LookupIndexTenantId", argLookupIndexTenantId) + CFLibXmlUtil.formatOptionalInt64(separator, "LookupIndexId", argLookupIndexId) + " />"; return (retval); }
public static String formatSubProjectRqstDeleteByParentIdx( String separator, long argTenantId, long argParentProjectId) { String retval = "<RqstSubProjectDeleteByParentIdx " + CFLibXmlUtil.formatRequiredInt64(null, "TenantId", argTenantId) + CFLibXmlUtil.formatRequiredInt64(separator, "ParentProjectId", argParentProjectId) + " />"; return (retval); }
public static String formatISOTimezoneRqstDeleteByOffsetIdx( String separator, short argTZHourOffset, short argTZMinOffset) { String retval = "<RqstISOTimezoneDeleteByOffsetIdx " + CFLibXmlUtil.formatRequiredInt16(null, "TZHourOffset", argTZHourOffset) + CFLibXmlUtil.formatRequiredInt16(separator, "TZMinOffset", argTZMinOffset) + " />"; return (retval); }
public static String formatInt32DefRqstReadByPrevIdx( String separator, Long argPrevTenantId, Long argPrevId) { String retval = "<RqstInt32DefReadByPrevIdx " + CFLibXmlUtil.formatOptionalInt64(null, "PrevTenantId", argPrevTenantId) + CFLibXmlUtil.formatOptionalInt64(separator, "PrevId", argPrevId) + " />"; return (retval); }
public static String formatTableRqstDeleteByQualTableIdx( String separator, Long argQualifyingTenantId, Long argQualifyingTableId) { String retval = "<RqstTableDeleteByQualTableIdx " + CFLibXmlUtil.formatOptionalInt64(null, "QualifyingTenantId", argQualifyingTenantId) + CFLibXmlUtil.formatOptionalInt64(separator, "QualifyingTableId", argQualifyingTableId) + " />"; return (retval); }
public static String formatInt32DefRqstDeleteByScopeIdx( String separator, long argTenantId, long argScopeId) { String retval = "<RqstInt32DefDeleteByScopeIdx " + CFLibXmlUtil.formatRequiredInt64(null, "TenantId", argTenantId) + CFLibXmlUtil.formatRequiredInt64(separator, "ScopeId", argScopeId) + " />"; return (retval); }
public static String formatTableRqstReadByAltIndexIdx( String separator, Long argAltIndexTenantId, Long argAltIndexId) { String retval = "<RqstTableReadByAltIndexIdx " + CFLibXmlUtil.formatOptionalInt64(null, "AltIndexTenantId", argAltIndexTenantId) + CFLibXmlUtil.formatOptionalInt64(separator, "AltIndexId", argAltIndexId) + " />"; return (retval); }
public static String formatSecSessionRqstDeleteBySecDevIdx( String separator, UUID argSecUserId, String argSecDevName) { String retval = "<RqstSecSessionDeleteBySecDevIdx " + CFLibXmlUtil.formatRequiredUuid(null, "SecUserId", argSecUserId) + CFLibXmlUtil.formatOptionalXmlString(separator, "SecDevName", argSecDevName) + " />"; return (retval); }
public static String formatTableRqstDeleteByIdIdx( String separator, long argTenantId, long argId) { String retval = "<RqstTableDelete " + CFLibXmlUtil.formatRequiredInt64(null, "TenantId", argTenantId) + CFLibXmlUtil.formatRequiredInt64(separator, "Id", argId) + " />"; return (retval); }
public static String formatTableRqstReadBySchemaDefIdx( String separator, long argTenantId, long argSchemaDefId) { String retval = "<RqstTableReadBySchemaDefIdx " + CFLibXmlUtil.formatRequiredInt64(null, "TenantId", argTenantId) + CFLibXmlUtil.formatRequiredInt64(separator, "SchemaDefId", argSchemaDefId) + " />"; return (retval); }
public static String formatInt32DefRqstDeleteByNextIdx( String separator, Long argNextTenantId, Long argNextId) { String retval = "<RqstInt32DefDeleteByNextIdx " + CFLibXmlUtil.formatOptionalInt64(null, "NextTenantId", argNextTenantId) + CFLibXmlUtil.formatOptionalInt64(separator, "NextId", argNextId) + " />"; return (retval); }
public static String formatTldRqstDeleteByNameIdx( String separator, long argTenantId, String argName) { String retval = "<RqstTldDeleteByNameIdx " + CFLibXmlUtil.formatRequiredInt64(null, "TenantId", argTenantId) + CFLibXmlUtil.formatRequiredXmlString(separator, "Name", argName) + " />"; return (retval); }
public static String formatSubProjectBuffAttributes( String separator, CFInternetSubProjectBuff buff) { String retval = CFAccXMsgRealProjectMessageFormatter.formatRealProjectBuffAttributes(separator, buff) + CFLibXmlUtil.formatRequiredInt64( separator, "ParentProjectId", buff.getRequiredParentProjectId()) + CFLibXmlUtil.formatRequiredXmlString(separator, "Name", buff.getRequiredName()); return (retval); }
public static String formatSecSessionRqstReadByStartIdx( String separator, UUID argSecUserId, Calendar argStart) { String retval = "<RqstSecSessionReadByStartIdx " + CFLibXmlUtil.formatRequiredUuid(null, "SecUserId", argSecUserId) + CFLibXmlUtil.formatRequiredTimestamp(separator, "Start", argStart) + " />"; return (retval); }
public static String formatTableRqstDeleteBySchemaCdIdx( String separator, long argTenantId, long argSchemaDefId, String argTableClassCode) { String retval = "<RqstTableDeleteBySchemaCdIdx " + CFLibXmlUtil.formatRequiredInt64(null, "TenantId", argTenantId) + CFLibXmlUtil.formatRequiredInt64(separator, "SchemaDefId", argSchemaDefId) + CFLibXmlUtil.formatRequiredXmlString(separator, "TableClassCode", argTableClassCode) + " />"; return (retval); }
public static String formatSubProjectRqstReadByNameIdx( String separator, long argTenantId, long argParentProjectId, String argName) { String retval = "<RqstSubProjectReadByNameIdx " + CFLibXmlUtil.formatRequiredInt64(null, "TenantId", argTenantId) + CFLibXmlUtil.formatRequiredInt64(separator, "ParentProjectId", argParentProjectId) + CFLibXmlUtil.formatRequiredXmlString(separator, "Name", argName) + " />"; return (retval); }
public static String formatInt32DefRqstReadByUNameIdx( String separator, long argTenantId, long argScopeId, String argName) { String retval = "<RqstInt32DefReadByUNameIdx " + CFLibXmlUtil.formatRequiredInt64(null, "TenantId", argTenantId) + CFLibXmlUtil.formatRequiredInt64(separator, "ScopeId", argScopeId) + CFLibXmlUtil.formatRequiredXmlString(separator, "Name", argName) + " />"; return (retval); }
public static String formatInt32DefRqstMoveDown( String separator, long TenantId, long Id, int revision) { String retval = "<RqstInt32DefMoveDown " + CFLibXmlUtil.formatRequiredInt64(separator, "TenantId", TenantId) + CFLibXmlUtil.formatRequiredInt64(separator, "Id", Id) + CFLibXmlUtil.formatRequiredInt32(separator, "Revision", revision) + " />"; return (retval); }
public static String formatISOTimezoneRqstLock(String separator, short argISOTimezoneId) { String retval = "<RqstISOTimezoneLock " + CFLibXmlUtil.formatRequiredInt16(null, "ISOTimezoneId", argISOTimezoneId) + " />"; return (retval); }
public static String formatISOTimezoneRqstDeleteByUTZNameIdx(String separator, String argTZName) { String retval = "<RqstISOTimezoneDeleteByUTZNameIdx " + CFLibXmlUtil.formatRequiredXmlString(null, "TZName", argTZName) + " />"; return (retval); }
public static String formatIndexRqstDeleteByIndexTenantIdx(String separator, long argTenantId) { String retval = "<RqstIndexDeleteByIndexTenantIdx " + CFLibXmlUtil.formatRequiredInt64(null, "TenantId", argTenantId) + " />"; return (retval); }
public static String formatISOTimezonePKeyAttributes( String separator, CFSecurityISOTimezoneBuff buff) { String retval = CFLibXmlUtil.formatRequiredInt16( separator, "ISOTimezoneId", buff.getRequiredISOTimezoneId()); return (retval); }
public static String formatTableRqstDeleteByDataScopeIdx(String separator, Short argDataScopeId) { String retval = "<RqstTableDeleteByDataScopeIdx " + CFLibXmlUtil.formatOptionalInt16(null, "DataScopeId", argDataScopeId) + " />"; return (retval); }
public static String formatISOTimezoneRqstReadByIso8601Idx(String separator, String argIso8601) { String retval = "<RqstISOTimezoneReadByIso8601Idx " + CFLibXmlUtil.formatRequiredXmlString(null, "Iso8601", argIso8601) + " />"; return (retval); }