id
stringlengths 36
36
| text
stringlengths 1
1.25M
|
---|---|
4be4206a-273a-4557-bd8d-1d58245a9e72 | public crmondemand.xml.customobject3.query.QueryType getCustomText86() {
return this.customText86;
} |
30624cb2-1f86-4d1d-bcde-ecf7a7f5bce7 | public void setFundRequestName(crmondemand.xml.customobject6.query.QueryType fundRequestName) {
this.fundRequestName = fundRequestName;
} |
0dada647-b5ed-4746-90c1-5e1ce929099a | public void setCustomObject8IntegrationId(crmondemand.xml.customobject6.query.QueryType customObject8IntegrationId) {
this.customObject8IntegrationId = customObject8IntegrationId;
} |
e6983abc-3567-44b3-93b8-cf2e68d12143 | public void setCustomCurrency6(crmondemand.xml.customobject3.query.QueryType customCurrency6) {
this.customCurrency6 = customCurrency6;
} |
e96aa2e8-17d7-4514-bf12-eb8dde50ad01 | public void setCustomPickList12(java.lang.String customPickList12) {
this.customPickList12 = customPickList12;
} |
176f1e30-951b-4569-9db3-05ab852b3d46 | public java.lang.String getCreatedById() {
return CreatedById;
} |
79c57abb-64ea-4a69-89fc-e739116b8728 | public crmondemand.xml.customobject3.query.QueryType getCustomBoolean23() {
return this.customBoolean23;
} |
1f9b1c1f-0466-47a1-ac06-6e7bc44ff5a8 | public crmondemand.xml.contact.query.QueryType getCustomPickList2() {
return this.customPickList2;
} |
f230140a-a8c2-4d05-9fca-16f717eff75b | public void setCustomPickList0(java.lang.String customPickList0) {
this.customPickList0 = customPickList0;
} |
f8547ac8-5035-4bb2-a72c-df3985ae1fba | public void setCustomObject9Type(crmondemand.xml.customobject6.query.QueryType customObject9Type) {
this.customObject9Type = customObject9Type;
} |
b7f47a8a-938f-492c-86d6-c2cf6fa03a81 | public void setCustomBoolean26(crmondemand.xml.customobject6.query.QueryType customBoolean26) {
this.customBoolean26 = customBoolean26;
} |
9f4191d6-6326-4f6b-99d1-bde2afcb430f | @SuppressWarnings("unchecked")
private List getList(String sql, Object[] params) throws SQLException {
List list = null;
mydb.doPstm(sql, params);
ResultSet rs = mydb.getRs();
if (rs != null) {
list = new ArrayList();
while (rs.next()) {
FileBean single = new FileBean();
single.setId(rs.getInt(1));
single.setSaveName(rs.getString(2));
single.setFileName(rs.getString(3));
single.setFileType(rs.getString(4));
single.setFileSize(rs.getInt(5));
single.setFileInfo(rs.getString(6));
single.setUptime(StringHandler.timeTostr(rs.getTimestamp(7)));
list.add(single);
}
rs.close();
}
return list;
} |
9deacb05-78fe-4531-8984-610a59ef242c | public java.lang.Boolean getCustomBoolean4() {
return this.customBoolean4;
} |
b2714202-1646-42fd-a048-6f544ff0bc88 | public static int PyCallable_Check(Pointer<PyObject > PyObjectPtr1) {
return PyCallable_Check(Pointer.getPeer(PyObjectPtr1));
} |
b8a61772-0360-4323-8a21-b3b1cd102da4 | public void setCustomCurrency15(crmondemand.xml.customobject6.query.QueryType customCurrency15) {
this.customCurrency15 = customCurrency15;
} |
0e96523b-a9d9-4ef3-baab-8a1808fe6e08 | public java.lang.String getCustomPickList31() {
return this.customPickList31;
} |
6fafb504-0142-44f0-9717-ad37d3a1709b | public void setCustomPickList46(java.lang.String customPickList46) {
this.customPickList46 = customPickList46;
} |
166164fb-e181-48aa-a05e-78c57cf1f367 | public crmondemand.xml.contact.query.QueryType getCustomObject10Id() {
return this.customObject10Id;
} |
786046e9-fed2-4604-a966-4ef542401547 | public crmondemand.xml.customobject3.query.QueryType getCustomPickList27() {
return this.customPickList27;
} |
f53fdc7c-21e7-4239-b063-370a41ac08dc | public void setName(String name) {
this.name = name;
} |
74d38564-b37c-4d98-a12e-d98a9c4b84cf | public crmondemand.xml.contact.query.QueryType getCustomText56() {
return this.customText56;
} |
15bd969a-ae2d-44ac-a7a8-da50652367a2 | public crmondemand.xml.contact.query.QueryType getCustomDate15() {
return this.customDate15;
} |
f10eb50b-6387-45bf-8865-61bf6f07ac7d | public crmondemand.xml.customobject3.query.QueryType getCertficationName() {
return this.certficationName;
} |
fa28ccbb-eacc-4813-b547-74d1b5547a81 | public crmondemand.xml.customobject6.query.QueryType getOwnerUserSignInId() {
return this.ownerUserSignInId;
} |
7ff645fd-2a96-427e-afa5-17b9105dd99a | public void setUpdatedByIntegrationId(crmondemand.xml.contact.query.QueryType updatedByIntegrationId) {
this.updatedByIntegrationId = updatedByIntegrationId;
} |
45c7ca75-7b13-41d2-b2d5-dfbd5ed89bb6 | public void setCustomDate9(crmondemand.xml.contact.query.QueryType customDate9) {
this.customDate9 = customDate9;
} |
f9ecb78f-74ab-42ae-912f-8784500da429 | public void setCustomInteger22(java.lang.Integer customInteger22) {
this.customInteger22 = customInteger22;
} |
ef646ea9-11e6-4798-b6fc-781eae12222e | public void setCustomText1(java.lang.String customText1) {
this.customText1 = customText1;
} |
0deac576-c846-48d5-b2c2-ebc2ec9445f8 | public java.lang.String getCurrency() {
return this.currency;
} |
e9d97bfc-25f2-43db-99b0-9565d71cc6e0 | public void setCustomNumber27(crmondemand.xml.contact.query.QueryType customNumber27) {
this.customNumber27 = customNumber27;
} |
302da071-bf4c-4395-a1fa-2ddc0a959973 | public java.lang.String getCustomText64() {
return this.customText64;
} |
1f1c6ba4-0aaa-4477-939d-5002d20e8428 | public void setVehicleVIN(java.lang.String vehicleVIN) {
this.vehicleVIN = vehicleVIN;
} |
7e12e36c-b58d-406d-806e-02a8ecc175cb | public java.lang.String getObjectiveName()
{
return this.objectiveName;
} |
76a955b3-35f6-430a-a113-7ef4717a9d9a | public void preRender(Bitmap screen) {
} |
0c8710db-f08e-4e19-8bee-1254122b016c | public java.lang.String getClaimCurrencyCode() {
return this.claimCurrencyCode;
} |
ecc651c0-3114-4155-bec6-9810aee6a137 | public void setCurrencyCode(java.lang.String currencyCode) {
this.currencyCode = currencyCode;
} |
4f88f964-73ba-4801-a5f1-e77667789c63 | private boolean editEmail() {
try {
int EmailID = findEmail(curEmail);
stmt = conn.prepareStatement("UPDATE EMAIL SET `EmailAddr`=? WHERE `idEmail`=?");
stmt.setString(1, curEmailTF.getText());
stmt.setInt(2, EmailID);
stmt.executeUpdate();
JOptionPane.showMessageDialog(null, "Email updated!");
findPerson(firstTF.getText(), lastTF.getText()); // Reset the form data
return true;
} catch (SQLException e) {
JOptionPane.showMessageDialog(null, "Error: Email could not be updated!");
return false;
}
} |
f16d8900-28e6-4914-81af-ae340939c954 | public void setCustomNumber21(crmondemand.xml.contact.query.QueryType customNumber21) {
this.customNumber21 = customNumber21;
} |
0eb3ab98-bead-4239-ab44-62dd4ae21298 | public crmondemand.xml.customobject3.query.QueryType getCustomPhone19() {
return this.customPhone19;
} |
7d821824-71a2-4e8d-90b1-9046ba7ace8a | public crmondemand.xml.customobject6.query.QueryType getContactIntegrationId() {
return this.contactIntegrationId;
} |
0f030eb4-b17b-4301-84e7-ecbf62d94c83 | public void setOrderItemOrderItemNum(java.math.BigDecimal orderItemOrderItemNum) {
this.orderItemOrderItemNum = orderItemOrderItemNum;
} |
57009c5c-393d-4bcf-9cc4-b37f69741792 | opcode fd_e6 = new opcode() { public void handler(){ illegal_1(); }} |
ead357ea-133e-441b-94e8-22dd87efb991 | public void setCustomPickList84(crmondemand.xml.contact.query.QueryType customPickList84) {
this.customPickList84 = customPickList84;
} |
e0c19381-4e20-4fd6-99a2-71e36d557fab | public crmondemand.xml.customobject3.query.QueryType getCustomDate8() {
return this.customDate8;
} |
2684ff50-a3d9-40d8-a99b-7926645774f8 | public void paintLaserShot(Graphics g)
{
if (left.HP > 0 && right.HP > 0)
{
for(LaserShot ls:l)
ls.draw(g);
update();
}
} |
b604b126-eb7f-47bb-a5ad-e1b4fa7ec29a | public java.lang.String getHouseholdId() {
return this.householdId;
} |
3d0a978f-6202-46fb-a86d-c621bbe98ead | public void setCustomPickList21(java.lang.String customPickList21) {
this.customPickList21 = customPickList21;
} |
5d3516f0-a2c2-4fab-9d62-b37d0fbafae5 | public void setCustomText12(crmondemand.xml.contact.query.QueryType customText12) {
this.customText12 = customText12;
} |
f00563f8-8f82-457b-b0a8-9a2ac9238442 | public crmondemand.xml.opportunity.query.QueryType getServiceRequestIntegrationId() {
return this.serviceRequestIntegrationId;
} |
5509e2e2-abb3-448c-8d68-07194c62899b | public crmondemand.xml.opportunity.query.QueryType getCustomNumber44() {
return this.customNumber44;
} |
42080ad1-aeca-4918-b79e-a89c58761297 | public void setCustomBoolean32(crmondemand.xml.customobject3.query.QueryType customBoolean32) {
this.customBoolean32 = customBoolean32;
} |
c23abc96-fc94-4c33-baa8-a8a376ad870b | public void setCustomPickList47(crmondemand.xml.customobject3.query.QueryType customPickList47) {
this.customPickList47 = customPickList47;
} |
ada8a291-fafe-4e7d-ae7a-b16258001ac8 | public java.lang.String getCustomText22() {
return this.customText22;
} |
87d3994d-5c36-430c-bc87-9ff700d994ca | public static byte[] spawnFlags(List<Pair<String, Integer>> flags) {
MaplePacketLittleEndianWriter mplew = new MaplePacketLittleEndianWriter();
mplew.writeShort(SendPacketOpcode.CHANGE_BACKGROUND.getValue());
mplew.write(flags == null ? 0 : flags.size());
if (flags != null) {
for (Pair f : flags) {
mplew.writeMapleAsciiString((String) f.left);
mplew.write(((Integer) f.right));
}
}
return mplew.getPacket();
} |
bb4b7547-109b-424f-9989-5cb96cca1d9c | String getColor(){
return color;
} |
5eb898f4-a68f-4877-a602-e2522b80a6e2 | public crmondemand.xml.customobject3.query.QueryType getExternalSource() {
return this.externalSource;
} |
313983ca-9707-4116-9cd1-a5ec8683a115 | public void setCustomText67(java.lang.String customText67) {
this.customText67 = customText67;
} |
232b6da0-1c4f-41b8-8c11-537bd06d18e9 | public java.lang.String getCustomText42() {
return this.customText42;
} |
8acf7f24-f368-49df-84d2-09e69720d0f7 | public String getDescripcion() {
return descripcion;
} |
72f915e7-1cf0-4ad6-aa62-425ba76746bf | public crmondemand.xml.customobject3.query.QueryType getCustomInteger15() {
return this.customInteger15;
} |
8e6a56dd-c1e2-41ba-b2ee-e0e4c9d47fe3 | public java.math.BigDecimal getCustomNumber5() {
return this.customNumber5;
} |
2ad5ee16-a491-410a-921e-251e431efd33 | public void setBrokerProfileId(java.lang.String brokerProfileId) {
this.brokerProfileId = brokerProfileId;
} |
8de47021-2038-4163-8d50-d25cd20d0a54 | public List<Vote> findAllValid() {
String query = "SELECT v FROM Vote v WHERE v.timestamp = (SELECT MAX(vv.timestamp) FROM Vote vv WHERE vv.userId = v.userId)";
return super.findByQuery(query);
} |
d645b477-2d08-470d-af3d-a8ad54f6fb69 | public void setCustomDate28(java.util.Calendar customDate28) {
this.customDate28 = customDate28;
} |
0b1d7f97-962b-4b6b-a1dc-39bb09825e0b | public crmondemand.xml.customobject3.query.QueryType getCustomNumber32() {
return this.customNumber32;
} |
783f4a03-141f-49fc-ad89-a4103a318be8 | public void setCustomObject9Type(crmondemand.xml.contact.query.QueryType customObject9Type) {
this.customObject9Type = customObject9Type;
} |
6e79cef3-1bfd-47fb-8c43-f2157f9bd141 | public static final void DenyInvite(MapleClient c, final MapleGuild gs) { //playername that invited -> guildname that was invited but we also don't care
final int inviteid = World.Guild.getInvitedId(c.getPlayer().getGuildId());
if (inviteid > 0) {
final int newAlliance = World.Alliance.getAllianceLeader(inviteid);
if (newAlliance > 0) {
final MapleCharacter chr = c.getChannelServer().getPlayerStorage().getCharacterById(newAlliance);
if (chr != null) {
chr.dropMessage(5, gs.getName() + " Guild has rejected the Guild Union invitation.");
}
World.Guild.setInvitedId(c.getPlayer().getGuildId(), 0);
}
}
//c.getSession().write(CWvsContext.enableActions());
} |
630870b6-e624-4651-bd2a-173f463e125b | public void setCustomPickList37(crmondemand.xml.contact.query.QueryType customPickList37) {
this.customPickList37 = customPickList37;
} |
f010c72f-e46c-4a54-8b02-7da662f0db89 | public void setServiceRequestType(java.lang.String serviceRequestType) {
this.serviceRequestType = serviceRequestType;
} |
ee263a10-8fc7-42ed-8671-7cd91ade5eda | public crmondemand.xml.customobject6.query.QueryType getCustomPhone16() {
return this.customPhone16;
} |
6a3f095f-8142-44c1-b739-4c8bd11eddfd | public void book_borrowinfo(Member loginmem) throws Exception{
// 뿩 ʴ´ٸ
if(bookcollect.findmybook(loginmem.ID) == -1){
System.out.println("뿩 ϴ.");
student_menu(loginmem);
}else
student_menu(loginmem);
} |
7e9daaae-440c-46f8-84c8-55e522d46681 | public void setCustomDate48(java.util.Calendar customDate48) {
this.customDate48 = customDate48;
} |
98a5b8f9-690c-4f34-8577-7d2c22f7a858 | public java.math.BigDecimal getCustomNumber28() {
return this.customNumber28;
} |
b9615ece-4ccd-4379-941a-24ff7210e750 | public java.lang.String getCustomText49() {
return this.customText49;
} |
97a54931-b2fd-4c32-a807-7c9af4d190d1 | public java.lang.String getCustomText18() {
return this.customText18;
} |
780034f6-ef13-4757-a6e4-1a466c942757 | public void setCustomNumber54(java.math.BigDecimal customNumber54) {
this.customNumber54 = customNumber54;
} |
23dfa8c5-c355-4f2b-b0e7-8ed212292aa0 | public void setCustomPickList28(crmondemand.xml.customobject6.query.QueryType customPickList28) {
this.customPickList28 = customPickList28;
} |
fa591d2b-4417-4fc9-a79b-c60545053686 | public crmondemand.xml.contact.query.QueryType getCustomPickList85() {
return this.customPickList85;
} |
7f610308-ca3e-4c57-9481-708c0a14ecbf | public void setCustomDate34(crmondemand.xml.customobject6.query.QueryType customDate34) {
this.customDate34 = customDate34;
} |
fe5c8188-1ee2-43af-a237-8c75f17b8213 | public java.lang.String getCustomText86() {
return this.customText86;
} |
4de66852-5112-4320-8ed1-18933ff0e61a | public crmondemand.xml.customobject6.query.QueryType getUpdatedByFirstName() {
return this.updatedByFirstName;
} |
95ecb2ea-0b66-4ed9-a840-8d169a7dd6b9 | public crmondemand.xml.customobject6.query.QueryType getCustomDate38() {
return this.customDate38;
} |
f9198c0d-09fa-4235-8e88-35d54e54e545 | public crmondemand.xml.customobject6.query.QueryType getCustomText47() {
return this.customText47;
} |
5b4244d5-f3a3-4e3f-8bc4-c15af64a7a77 | private org.apache.axiom.om.OMElement toOM(com.oracle.xmlns.oxp.service.publicreportservice.GetListOfScheduledReportsStatusResponse param, boolean optimizeContent)
throws org.apache.axis2.AxisFault {
try{
return param.getOMElement(com.oracle.xmlns.oxp.service.publicreportservice.GetListOfScheduledReportsStatusResponse.MY_QNAME,
org.apache.axiom.om.OMAbstractFactory.getOMFactory());
} catch(org.apache.axis2.databinding.ADBException e){
throw org.apache.axis2.AxisFault.makeFault(e);
}
} |
2b5c741a-81ee-419f-8d31-01a9b634a175 | protected boolean collidingWithCeiling() {
if(!collidable)
return false;
return (game.getCurrentLevel().isBlockAtPixelCollidable(x-(width/2)+2,y+(height/2)) && !game.getCurrentLevel().getBlockAtPixel(x-(width/2)+2,y+(height/2)).isPlatform()) || game.getCurrentLevel().isBlockAtPixelCollidable(x+(width/2)-2,y+(height/2)) && !game.getCurrentLevel().getBlockAtPixel(x+(width/2)-2,y+(height/2)).isPlatform();
} |
fb2c44ae-e59f-4aea-b819-02c66c249e89 | public static void setDeclaredValue(String className, PackageType type, Object instance, FieldPair pair) throws Exception {
setDeclaredValue(className, type, instance, pair.getName(), pair.getValue());
} |
d125f184-14e8-468d-bb8b-53ca2b8c8c38 | public void setCustomNumber18(crmondemand.xml.customobject3.query.QueryType customNumber18) {
this.customNumber18 = customNumber18;
} |
b3edf529-1414-4352-82c7-4528034ab24d | public static Symbol methodGensym(String prefix) {
{ MethodSlot method = ((MethodSlot)(Stella.$METHODBEINGWALKED$.get()));
boolean localP = false;
if (method != null) {
if (method.methodFunctionP) {
prefix = "F-" + method.slotName.symbolName + "-" + prefix;
}
else {
prefix = "M-" + method.slotOwner.symbolName + "." + method.slotName.symbolName + "-" + prefix;
}
localP = true;
}
if (localP) {
return (Stella.localGensym(prefix));
}
else {
return (Stella.gensym(prefix));
}
}
} |
f9d18f9d-62b0-41fc-b758-1d85e968cffb | public void setId(crmondemand.xml.opportunity.query.QueryType id) {
this.id = id;
} |
3a41ae45-5a32-4dcc-966a-a9a9bc1e0eea | public java.lang.String getBookName() {
return this.bookName;
} |
a25e696f-1da2-4206-a013-c04b2783c3f9 | @Test
public void testCountNumberOfCombinationsKLargerThanN() {
assertEquals(0, Combination.countNumberOfCombinations(2, 3));
} |
8cd28c46-c106-42c7-8a9c-a91ca4d5be0c | public crmondemand.xml.customobject3.query.QueryType getLeadFullName() {
return this.leadFullName;
} |
6d0ef486-c15c-43f7-a75d-ac840e24589a | final private boolean jj_3_6() {
Token xsp;
xsp = jj_scanpos;
if (jj_3R_23()) {
jj_scanpos = xsp;
if (jj_3R_24()) return true;
}
if (jj_3R_18()) return true;
if (jj_scan_token(CHOICE_T)) return true;
return false;
} |
28da85c6-b03e-4c4b-83f9-e4ac6c9a439d | public void setBusinessPlanExternalSystemId(crmondemand.xml.contact.query.QueryType businessPlanExternalSystemId) {
this.businessPlanExternalSystemId = businessPlanExternalSystemId;
} |
ad0fd963-3e35-4b17-805c-5f244a8ce1c9 | public void setCustomText20(java.lang.String customText20) {
this.customText20 = customText20;
} |
ea1ded3e-b34f-43bc-ba74-bc277296def8 | public java.lang.String getCustomPickList82() {
return this.customPickList82;
} |
f3733496-40ae-48c0-b735-b40f10c07b05 | public void setCustomObject11IntegrationId(java.lang.String customObject11IntegrationId) {
this.customObject11IntegrationId = customObject11IntegrationId;
} |
018f5e68-423a-4c2a-ae74-02c1c635fbe5 | public java.lang.Boolean getCustomBoolean5() {
return this.customBoolean5;
} |
25a6e47a-d2bc-4d1d-b3e3-ef51fede582c | public StandardMove(ChessBoard board, Position start, Position end) {
super(board.getCoinAt(start), board.getCoinAt(end), start, end);
} |
49943dbb-650f-4cee-9646-6af4ef04820b | public crmondemand.xml.customobject6.query.QueryType getCustomPhone16() {
return this.customPhone16;
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.