id
stringlengths 36
36
| text
stringlengths 1
1.25M
|
---|---|
99452bdf-caed-41cf-9cc6-d92e2cf16a94
|
public crmondemand.xml.opportunity.query.QueryType getFinancialAccountFinancialAccount() {
return this.financialAccountFinancialAccount;
}
|
e5a16653-b2f8-47bb-ba23-121876a87286
|
public void setCustomText18(crmondemand.xml.customobject6.query.QueryType customText18) {
this.customText18 = customText18;
}
|
3d66aa7a-bef2-4892-b697-54335bd71553
|
public java.lang.String getCertficationName() {
return this.certficationName;
}
|
53531f20-9ff3-4cfc-a2ef-b21dd2e7b07f
|
public crmondemand.xml.contact.query.QueryType getContactEmail() {
return this.contactEmail;
}
|
2397fa20-de63-46ff-b105-1c8e4b93398b
|
@Override
public String getRaw()
{
return rawCommand;
}
|
3b7fa56e-e868-4289-9cc0-69ba7dcc20a1
|
public java.lang.String getCampaignStatus() {
return this.campaignStatus;
}
|
ff5f5924-50c9-49ab-b6ce-b751fdce9c72
|
public crmondemand.xml.customobject3.query.QueryType getCustomPickList49() {
return this.customPickList49;
}
|
8e8a23a0-2d86-49f7-b0b6-f94a37a0553d
|
public FornecedorDAO() {
this.conexao = ConnectionFactory.getConexao();
}
|
0471091b-7fcf-4ba4-97ca-aaf8023ec0ed
|
public java.math.BigDecimal getCustomNumber12() {
return this.customNumber12;
}
|
a16ab55c-b569-476c-9726-333514621d15
|
public static String getConfirmNum() {
return confirmNum;
}
|
23fbcdc3-a9be-4d6c-8983-21e180fc7e8c
|
public void setCustomText36(crmondemand.xml.customobject6.query.QueryType customText36) {
this.customText36 = customText36;
}
|
96d9d05a-8f04-49af-abfc-1fd9b892d887
|
public static String extractBetweenSeperator(String source, String separator)
{
if(Common.notNullOrEmpty(source) | Common.notNullOrEmpty(separator))
{
@SuppressWarnings("unused")
String result = null;
try
{
int firstIndexOfSeparator = source.indexOf(separator) + 1;
int secondIndexOfSeparator = source.lastIndexOf(separator);
return result = source.substring(firstIndexOfSeparator, secondIndexOfSeparator);
}
catch (Exception e) { return null; }
}else {return null;}
}
|
ba128feb-b543-419e-9689-61507b47bda6
|
public void setCustomPickList98(crmondemand.xml.contact.query.QueryType customPickList98) {
this.customPickList98 = customPickList98;
}
|
7b31be7d-cfe7-48a8-9413-a6d68855f8a8
|
public crmondemand.xml.opportunity.query.QueryType getCustomText42() {
return this.customText42;
}
|
a2f3b18b-66de-4835-a2cd-ef1063957530
|
public void setZCustomDate15(crmondemand.xml.customobject6.query.QueryType zCustomDate15) {
this.zCustomDate15 = zCustomDate15;
}
|
d8f7f1ed-1cbd-4e35-8662-a277cef7b08a
|
public crmondemand.xml.customobject6.query.QueryType getServiceRequestType() {
return this.serviceRequestType;
}
|
0de3d06d-62e7-4636-a91a-0818cd791fff
|
public void setCustomPickList71(crmondemand.xml.customobject6.query.QueryType customPickList71) {
this.customPickList71 = customPickList71;
}
|
fcdbb260-0ef4-456d-8e95-eb92d48b0dd3
|
public void setCustomNumber62(java.math.BigDecimal customNumber62) {
this.customNumber62 = customNumber62;
}
|
a75d97b1-e820-44b4-99b6-1b2ed8466d87
|
public crmondemand.xml.customobject6.query.QueryType getCourseExternalSystemId() {
return this.courseExternalSystemId;
}
|
4117c388-4a2b-4e1e-aaa3-a69d3b4c8ad9
|
public crmondemand.xml.opportunity.query.QueryType getCustomNumber55() {
return this.customNumber55;
}
|
6352890c-93db-4b42-8ee8-ccc5ced8f0de
|
public java.math.BigDecimal getCustomNumber22() {
return this.customNumber22;
}
|
42b83ed7-0283-46f0-91f3-ae277772a87f
|
public void setOwnerEMailAddr(crmondemand.xml.customobject6.query.QueryType ownerEMailAddr) {
this.ownerEMailAddr = ownerEMailAddr;
}
|
8d746ca9-ab5a-4ad2-a772-3928d71367fe
|
@Test
public void createStringValue() {
Context context = new Context();
DataFactory factory = new DataFactory();
IVPString string = factory.createIVPString();
context.addString(string.getUniqueID(), "Init value");
string.setValueType(IVPValue.STRING_TYPE);
string.updateValue(context, "Alterando o valor da String aqui.");
assertTrue(string instanceof IVPValue && string instanceof IVPString);
assertTrue(string.getValueType().equals(IVPValue.STRING_TYPE));
assertTrue(context.getString(string.getUniqueID()).equals("Alterando o valor da String aqui."));
}
|
4ec09815-742d-4ab0-a1dd-762286bf83d6
|
public void setSolutionExpirationDate(java.util.Calendar solutionExpirationDate) {
this.solutionExpirationDate = solutionExpirationDate;
}
|
f0e37ea2-1dd7-44c6-bd8c-9f8a591484ff
|
public Library getLibrary() {
return library;
}
|
2cf8eb0c-d854-4f49-9c7c-cbf16a5387c5
|
public void setDealerExternalSystemId(java.lang.String dealerExternalSystemId) {
this.dealerExternalSystemId = dealerExternalSystemId;
}
|
5b50da68-ae2a-4ab5-bdf1-af30ac42fe7a
|
public void setCustomObject8Name(java.lang.String customObject8Name) {
this.customObject8Name = customObject8Name;
}
|
b704559f-7a5e-4f10-a773-b7a0806e3cf3
|
public java.lang.String getCustomObject10Id() {
return this.customObject10Id;
}
|
ab56e9da-6b63-4e26-b43e-0dd0f63cb5c1
|
public crmondemand.xml.contact.query.QueryType getCustomInteger5() {
return this.customInteger5;
}
|
b2ee5fd4-894d-4b90-a478-0e4d7590d05b
|
public java.lang.String getCustomText52() {
return this.customText52;
}
|
a53f82be-87bc-456b-9f2e-022d91ffc803
|
public void setCustomObject3Id(crmondemand.xml.customobject3.query.QueryType customObject3Id) {
this.customObject3Id = customObject3Id;
}
|
783c8011-e8b9-47ef-a8eb-f148de0ba3a0
|
public void setCustomNumber38(crmondemand.xml.contact.query.QueryType customNumber38) {
this.customNumber38 = customNumber38;
}
|
069ff74f-40f1-4920-8de1-1666883e782f
|
public crmondemand.xml.customobject6.query.QueryType getCustomObject13Name() {
return this.customObject13Name;
}
|
78d868b3-a59b-410d-a412-de0e5bfe6020
|
public crmondemand.xml.opportunity.query.QueryType getFundRequestExternalSystemId() {
return this.fundRequestExternalSystemId;
}
|
4dc6ff2b-492b-4c93-bff7-1405a853eab1
|
public void setCustomCurrency2(java.math.BigDecimal customCurrency2) {
this.customCurrency2 = customCurrency2;
}
|
589879a6-018e-4b46-aa59-75bbb2c91d17
|
public crmondemand.xml.contact.query.QueryType getCustomText46() {
return this.customText46;
}
|
aab629c5-77c4-44b4-b5ad-33f6abe1b782
|
public java.lang.String getCustomText3() {
return this.customText3;
}
|
faa812e6-6102-451a-a49c-e6eabe0f4104
|
public java.lang.String getCustomPickList35() {
return this.customPickList35;
}
|
48f6860a-8991-4535-a011-d03ae28c689a
|
public void setCustomPickList56(java.lang.String customPickList56) {
this.customPickList56 = customPickList56;
}
|
df1c1956-718c-4602-af49-25aed9e569fe
|
public void setCustomNumber49(crmondemand.xml.contact.query.QueryType customNumber49) {
this.customNumber49 = customNumber49;
}
|
bbed129a-79e8-4b8b-af1a-db063595da45
|
public void setCustomPickList98(crmondemand.xml.customobject6.query.QueryType customPickList98) {
this.customPickList98 = customPickList98;
}
|
6efbb6bc-8bf2-40f8-8e2f-85b51a767bab
|
public java.lang.String getCustomPhone15() {
return this.customPhone15;
}
|
15bf4fb0-62ad-46d8-9711-88d1085554b8
|
public java.lang.String getCustomText5() {
return this.customText5;
}
|
222813cf-2497-4503-99a0-fa2b9121a056
|
public crmondemand.xml.contact.query.QueryType getCustomBoolean0() {
return this.customBoolean0;
}
|
4837e18d-8a51-469d-b5df-8b98c3c96aeb
|
public java.lang.String getCustomPickList78() {
return this.customPickList78;
}
|
60277d50-c9fb-43e8-a24a-793a4edcfbad
|
public void setDEAActiveFlag(crmondemand.xml.contact.query.QueryType dEAActiveFlag) {
this.dEAActiveFlag = dEAActiveFlag;
}
|
57d08f4f-89f5-4e5e-bb82-fd9272fb6dcd
|
public crmondemand.xml.opportunity.query.QueryType getVehicleId() {
return this.vehicleId;
}
|
d38add7d-9e3e-475c-8f04-a42af38c1988
|
public String getMonthName()
{
int mn = theMonthNumber;
if (mn == 1)
{return "January";}
else if (mn == 2)
{return "February";}
else if (mn == 3)
{return "March";}
else if (mn == 4)
{return "April";}
else if (mn == 5)
{return "May";}
else if (mn == 6)
{return "June";}
else if (mn == 7)
{return "July";}
else if (mn == 8)
{return "August";}
else if (mn == 9)
{return "September";}
else if (mn == 10)
{return "October";}
else if (mn == 11)
{return "November";}
else
{return "December";}
}
|
0532e4ba-3903-4ce1-a0f8-91c4b29df2dd
|
public void setCustomText47(crmondemand.xml.customobject3.query.QueryType customText47) {
this.customText47 = customText47;
}
|
e3161222-0848-40b4-83b2-b696dfd2568c
|
public void setCustomText47(java.lang.String customText47) {
this.customText47 = customText47;
}
|
be2b3e7a-5591-4047-8c1b-0392aec59890
|
public void setMap(MapleMap newmap) {
this.map = newmap;
}
|
23c9bb45-b6a0-4525-ac1b-949779f8c229
|
public java.lang.String getPrincipalPartnerIntegrationId() {
return this.principalPartnerIntegrationId;
}
|
323bc78d-d949-427b-a11c-48fd4e9ae782
|
public editAssetQuery(ModifyAsset m, int assetid){
this.m = m;
id = assetid;
String[] values = {
m.getTfAssetName().getText(),
m.getTfType().getText(),
m.getDccDateAcquired().getText(),
(String)m.getCbClassification().getSelectedItem(),
m.getTfStorage().getText(),
m.getDccRetentionPeriod().getText(),
(String)m.getCbMaintenance().getSelectedItem(),
m.getTfFinancial().getText(),
(String)m.getCbConfidentiality().getSelectedItem(),
(String)m.getCbIntegrity().getSelectedItem(),
(String)m.getCbAvailability().getSelectedItem(),
m.getTfOwner().getText(),
m.getTfCustodian().getText()
};
valuesUsed = values;
}
|
7b53d522-d285-41d6-818e-4d9afcfe1536
|
public void setCustomText47(java.lang.String customText47) {
this.customText47 = customText47;
}
|
977bec13-b291-4f52-a78e-ca4481aaabba
|
public int addEnemy(String enemyType)
{
m_enemies.add(new DungeonEnemy().createUnit(m_uniqueEnemyID, enemyType));
m_uniqueEnemyID++;
updateListeners();
return (m_uniqueEnemyID - 1);
}
|
da0fe908-cf64-4b7d-972e-8aeb9e1758bc
|
public static void AI_Proc () throws IOException, InterruptedException {
while (proc_mode == true) {
stdin = input.nextLine();
//Only parse if string isn't null
if (!stdin.equals("")) {
//Check for (direct to AI) ;; command
if (stdin.startsWith(";;")) {
Direct_to_AI(stdin);
} else {
parse(stdin);
}
System.out.print("> ");
}
}
}
|
9d6fa6f2-e1f8-4ced-bf00-4e4062f7a3da
|
public final boolean isMesoGuard() {
return skill && sourceid == 4211005;
}
|
4e286538-366c-4b11-bd59-25f4c6469b61
|
public void setCustomObject6ExternalSystemId(crmondemand.xml.opportunity.query.QueryType customObject6ExternalSystemId) {
this.customObject6ExternalSystemId = customObject6ExternalSystemId;
}
|
ff360d64-d032-46ab-b875-be06650853f9
|
public void printBoard() {
for (int i = 0; i < board.length; i++) {
for (int j = 0; j < board[0].length; j++) {
if (board[i][j] == null) {
System.out.print(" ");
} else {
System.out.print(board[i][j]);
}
}
System.out.println();
}
}
|
d439e330-8f95-4797-a28c-4941bf5995f8
|
public java.math.BigDecimal getZCustomCurrency73() {
return this.zCustomCurrency73;
}
|
b1d7d5f4-a771-4be3-91f4-444dde158ab7
|
public String getUrl() {
return url;
}
|
060d3f28-9368-4a77-a57f-164a87b7883e
|
public void setPeriodEndDate(crmondemand.xml.contact.query.QueryType periodEndDate) {
this.periodEndDate = periodEndDate;
}
|
b7ec1a13-d7a4-4251-83f9-7c57827db191
|
public void setCustomText25(crmondemand.xml.customobject6.query.QueryType customText25) {
this.customText25 = customText25;
}
|
2723d30f-bb41-4a6d-b9a7-2dc8597fcee1
|
public java.math.BigDecimal getCustomNumber40() {
return this.customNumber40;
}
|
a56dc8f0-1ff8-4843-b155-483e88d99ffe
|
public void setCustomDate33(crmondemand.xml.contact.query.QueryType customDate33) {
this.customDate33 = customDate33;
}
|
704e4963-61bc-4e47-9dca-f1dd87246542
|
public void handler() {
if (m68klog != null) {
fclose(m68klog);
}
throw new UnsupportedOperationException("Unimplemented");
}
|
f767c568-36e3-43ee-b4e2-f6d236eddfed
|
public crmondemand.xml.opportunity.query.QueryType getCustomInteger25() {
return this.customInteger25;
}
|
0a05d0ec-d89e-43ca-b1e9-7f9492a62af1
|
public void setCustomPickList22(java.lang.String customPickList22) {
this.customPickList22 = customPickList22;
}
|
9d0fa271-528a-4cc7-88e0-78b66882b238
|
public crmondemand.xml.customobject3.query.QueryType getCustomPickList35() {
return this.customPickList35;
}
|
a1f5755d-6365-428b-a674-fdbd146f46b7
|
public java.util.Calendar getCustomDate3() {
return this.customDate3;
}
|
4f9f141d-41ff-4dc0-9d2e-650f88dbb9be
|
public void setCustomPickList7(crmondemand.xml.customobject6.query.QueryType customPickList7) {
this.customPickList7 = customPickList7;
}
|
bf351949-390f-4497-bc8d-d161f55fe3b7
|
public void setCustomText47(crmondemand.xml.customobject6.query.QueryType customText47) {
this.customText47 = customText47;
}
|
0d92ac32-7c26-45db-a4b7-5a2ab7b79f26
|
public int getMovie_ID() {
return movie_ID;
}
|
df9f1307-80d1-4a39-9ea2-a19dc9fcc142
|
public crmondemand.xml.contact.query.QueryType getCoverageProductIntegrationId() {
return this.coverageProductIntegrationId;
}
|
53fdfc5c-ebc4-4e67-9a6e-843cd48faa62
|
public java.math.BigDecimal getCustomNumber60() {
return this.customNumber60;
}
|
16247203-7227-464c-a84e-aca6d0f16a92
|
public java.util.List<? extends org.bwapi.proxy.messages.BasicTypes.TilePositionOrBuilder>
getStartLocationsOrBuilderList() {
if (startLocationsBuilder_ != null) {
return startLocationsBuilder_.getMessageOrBuilderList();
} else {
return java.util.Collections.unmodifiableList(startLocations_);
}
}
|
dc2bacf3-d89b-4eb2-b74f-0ee381da2843
|
public void setCustomPickList91(java.lang.String customPickList91) {
this.customPickList91 = customPickList91;
}
|
4aa5ff3a-f004-47e4-a300-7f2d6fd6a4f5
|
public crmondemand.xml.customobject3.query.QueryType getCustomObject5Id() {
return this.customObject5Id;
}
|
97fe0ccc-bac1-4124-b093-fbfd6e539e2a
|
public java.lang.String getCustomPickList69() {
return this.customPickList69;
}
|
dc29d97c-1e51-4b19-b230-801d6fa4ad9a
|
public java.util.Calendar getCustomDate11() {
return this.customDate11;
}
|
9c024f78-44c0-4d0d-90ec-cd316f99e193
|
public void setCustomCurrency24(crmondemand.xml.customobject3.query.QueryType customCurrency24) {
this.customCurrency24 = customCurrency24;
}
|
e9224eaa-0abd-4fa6-856d-67de8085eb35
|
public crmondemand.xml.contact.query.QueryType getBranchLocation() {
return this.branchLocation;
}
|
5ce0b87a-9b96-4b1f-acf9-6c70f8787512
|
public crmondemand.xml.customobject3.query.QueryType getCustomPickList24() {
return this.customPickList24;
}
|
f2e86417-ad39-4a5c-ad2d-5a98913eaca0
|
public void setCustomPhone11(crmondemand.xml.contact.query.QueryType customPhone11) {
this.customPhone11 = customPhone11;
}
|
5a0b2490-163a-4f2b-9d1e-6b5900409e9f
|
public static boolean isDirectory(File dir)
{
if ( dir.isDirectory() ){return true;}
else{return false;}
}
|
5c323e40-0e9c-4985-a30b-1aeb2a50722e
|
public void setManufacturer(java.lang.String manufacturer) {
this.manufacturer = manufacturer;
}
|
9d88ee77-a138-4614-9291-a1391324ea8d
|
public java.lang.String getCustomObject10Name() {
return this.customObject10Name;
}
|
5f636ed4-c2ec-4c6b-a12a-f41bf7b2b36c
|
public java.lang.String getDealerIntegrationId() {
return this.dealerIntegrationId;
}
|
b47d6b2b-b572-44d5-8c08-e2c0aa358e4b
|
public void setBusinessPlanType(java.lang.String businessPlanType) {
this.businessPlanType = businessPlanType;
}
|
8dd0e927-cb8b-4022-9dab-290e7a5c0812
|
public void setAssessmentFilter1(java.lang.String assessmentFilter1) {
this.assessmentFilter1 = assessmentFilter1;
}
|
226a3bac-e1c3-4858-8ac5-ef0ae7205755
|
public void actionPerformed(java.awt.event.ActionEvent evt) {
massesSelectButtonActionPerformed(evt);
}
|
2a2ecd84-694b-4c54-8cb1-aaf87c2fedc7
|
public crmondemand.xml.customobject6.query.QueryType getTotalClaimAmountRequested() {
return this.totalClaimAmountRequested;
}
|
6510f220-fcb0-4ad0-8846-fe23fd2731e9
|
public void setTotalClaimAmountRequested(java.math.BigDecimal totalClaimAmountRequested) {
this.totalClaimAmountRequested = totalClaimAmountRequested;
}
|
f7c27393-6555-49f0-bc75-4e3fbcfdb17a
|
public void setActivityStatus(java.lang.String activityStatus) {
this.activityStatus = activityStatus;
}
|
8d768834-bb27-44a6-8580-8f2ed1b24336
|
public crmondemand.xml.customobject6.query.QueryType getCustomObject5Type() {
return this.customObject5Type;
}
|
261b6e91-b2ee-49e3-9959-7ca34eda06c8
|
public void setCustomNumber41(java.math.BigDecimal customNumber41) {
this.customNumber41 = customNumber41;
}
|
8d9c1be0-5c77-4679-81f6-1949c9ea6543
|
public java.util.Calendar getCustomDate4() {
return this.customDate4;
}
|
cae0ac55-a941-444d-ad98-1c7c2d0b9fdb
|
public crmondemand.xml.opportunity.query.QueryType getAccountOwner() {
return this.accountOwner;
}
|
c0adbe91-c482-4230-9440-24b1dfd8f73d
|
public void setCreatedByAlias(java.lang.String createdByAlias) {
this.createdByAlias = createdByAlias;
}
|
5039dece-afb0-446d-99ef-aa996a4f2177
|
public crmondemand.xml.contact.query.QueryType getCustomPickList47() {
return this.customPickList47;
}
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.