id
stringlengths 36
36
| text
stringlengths 1
1.25M
|
---|---|
f784673e-2689-4656-9676-687959dede02
|
public Rectangle getRect() {
// TODO Auto-generated method stub
return ship;
}
|
06d39d37-a7e6-45ae-ae95-204729d91fb4
|
public void setCustomDate130(crmondemand.xml.customobject6.query.QueryType customDate130) {
this.customDate130 = customDate130;
}
|
a2d30acd-8a43-4965-86c9-33d1c4240af8
|
public java.lang.String getUpdatedByIntegrationId() {
return this.updatedByIntegrationId;
}
|
11ead108-f4a1-4e18-a811-dc5fba1d6e6c
|
public crmondemand.xml.contact.query.QueryType getCustomInteger24() {
return this.customInteger24;
}
|
98a91b6f-a8eb-4a20-b227-edc1ceab5c18
|
public java.lang.String getDescription() {
return this.description;
}
|
b1ad1ba4-0b3c-4c51-8e8a-eb540529a414
|
public crmondemand.xml.customobject6.query.QueryType getCustomPickList1() {
return this.customPickList1;
}
|
fef4b8c3-6cca-466a-a5d9-44c3318fd5e2
|
public void setCustomObject15IntegrationId(crmondemand.xml.contact.query.QueryType customObject15IntegrationId) {
this.customObject15IntegrationId = customObject15IntegrationId;
}
|
a9a80ecb-9d32-4a68-9ac4-5f7345bf87ed
|
public void setOwnerId(java.lang.String ownerId) {
this.ownerId = ownerId;
}
|
737e284d-4cc7-4ba9-9e8b-60370c758529
|
public void setCustomNumber45(crmondemand.xml.customobject3.query.QueryType customNumber45) {
this.customNumber45 = customNumber45;
}
|
33883c9f-8a1a-4173-a5de-9d34110d4503
|
public java.lang.String getCustomText60() {
return this.customText60;
}
|
03cc4da3-1345-4ba3-8828-2de37d189a47
|
public java.lang.String getMessageResponseType() {
return this.messageResponseType;
}
|
5bbea077-2963-4770-98e6-2c4d620bff48
|
public void setSolicitante(Solicitante solicitante) {
this.solicitante = solicitante;
}
|
2b3cccf5-24ce-436f-bf92-1a918c862cd0
|
public org.bwapi.proxy.messages.GameMessages.StaticGameData getDefaultInstanceForType() {
return org.bwapi.proxy.messages.GameMessages.StaticGameData.getDefaultInstance();
}
|
531247e6-676c-470d-b180-9dc9f7d72bf9
|
public final long getLastAttackTime() {
return lastAttackTime;
}
|
4784dbca-468e-4046-bf69-a42e2ded0272
|
private void drawBullet(final GraphicsContext CTX, final double X, final double Y, final Paint COLOR) {
double iconSize = 0.04 * size;
CTX.save();
CTX.setLineWidth(0.0125 * height);
CTX.setStroke(getSkinnable().getSeriesStroke());
CTX.setFill(COLOR);
CTX.strokeOval(X - iconSize * 0.5, Y - iconSize * 0.5, iconSize, iconSize);
CTX.fillOval(X - iconSize * 0.5, Y - iconSize * 0.5, iconSize, iconSize);
CTX.restore();
}
|
0bbbd363-d19a-4923-bfcb-f6195f33f754
|
public crmondemand.xml.customobject6.query.QueryType getInvtPeriodEndDate() {
return this.invtPeriodEndDate;
}
|
df462d83-3b89-4926-a916-dd75bb9b1aeb
|
public int max()
{
int max = Integer.MIN_VALUE;
for(int i = 0; i < x; i++)
for(int j = 0; j < y; j++)
max = max > array[i][j] ? max : array[i][j];
return max;
}
|
cfeb39ec-626e-49ba-a58d-077e739c6410
|
public java.util.Calendar getInvtPeriodStartDate() {
return this.invtPeriodStartDate;
}
|
4b08644b-84cf-401f-a795-551b4db58ad0
|
@Override
public void clear() {
this.interfaceName = null;
this.thriftBinaries = null;
}
|
30ab2a35-4f81-4d4a-bc1a-ab84b238edce
|
public void setCustomObject7Name(crmondemand.xml.opportunity.query.QueryType customObject7Name) {
this.customObject7Name = customObject7Name;
}
|
fe9963cd-9a6d-4fc1-91a1-8d33b5aca8f1
|
@Override
public conquerCityStrategy createConquerCityStrategy() {
return new AlphaConquerCityStrategy();
}
|
b0377d62-c495-4f6a-b070-976fa70570b3
|
public java.lang.String getAccreditationType() {
return this.accreditationType;
}
|
3c0d1789-bc98-4e5d-b9f2-b700fc44f67a
|
public void setCustomText43(crmondemand.xml.contact.query.QueryType customText43) {
this.customText43 = customText43;
}
|
1137fd7f-7633-4785-a2ba-04814b8f17a9
|
public crmondemand.xml.opportunity.query.QueryType getCustomPickList4() {
return this.customPickList4;
}
|
efde3789-c341-4dec-b3c8-75b7a0bedf8b
|
public void setCustomObject9IntegrationId(crmondemand.xml.customobject6.query.QueryType customObject9IntegrationId) {
this.customObject9IntegrationId = customObject9IntegrationId;
}
|
d631367f-1626-4122-be3a-6a216d7c681d
|
public void setCustomText65(crmondemand.xml.customobject3.query.QueryType customText65) {
this.customText65 = customText65;
}
|
9273b6b1-d707-4b5a-9c6f-3692fe27282c
|
public crmondemand.xml.contact.query.QueryType getCustomText68() {
return this.customText68;
}
|
700ee40b-d6e6-4add-b162-067d67db7c65
|
public java.lang.String getCustomText12() {
return this.customText12;
}
|
b0bdbd20-63d6-41c4-8b0f-268429ce48e4
|
public java.lang.Boolean getCustomBoolean22() {
return this.customBoolean22;
}
|
b57540eb-0f24-4c10-baa3-1249974052aa
|
private boolean deleteToLabel(int lowIter){
return lowLevelBuckets[lowIter].deleteLabeledVertexDist();
}
|
e397d550-e41e-4623-b950-c451a4664d74
|
public crmondemand.xml.customobject3.query.QueryType getCustomDate29() {
return this.customDate29;
}
|
8b0a57ff-2949-4422-8c5c-35217d38fee2
|
private void checkForUpdate(){
if(new UpdateChecker(this, currentVersion).Check()){
getServer().getConsoleSender().sendMessage("[Xperms] " + ChatColor.DARK_GRAY + "An update is available for Xperms! download it here: " + ChatColor.GREEN + WebsiteURL);
}
}
|
323b7deb-fd69-4397-9e50-e42a812cbd50
|
public Parser statement() {
if (statementParser == null) {
FutureParser future = scoped("statement");
statementParser = future;
future.setParser(
choice(
acceptStatement(),
addStatement(),
alterStatement(),
callStatement(),
chainStatement(),
cancelStatement(),
closeStatement(),
commitStatement(),
computeStatement(),
continueStatement(),
deleteFileStatement(),
deleteStatement(),
disableStatement(),
divideStatement(),
enableStatement(),
entryStatement(),
evaluateStatement(),
examineStatement(),
execStatement(),
exhibitStatement(),
exitStatement(),
generateStatement(),
gobackStatement(),
goToStatement(),
identifiedByStatement(),
ifStatement(),
initiateStatement(),
invokeStatement(),
mergeStatement(),
moveStatement(),
multiplyStatement(),
nextSentenceStatement(),
onStatement(),
openStatement(),
performStatement(),
raiseStatement(),
readStatement(),
readyTraceStatement(),
receiveStatement(),
releaseStatement(),
resetTraceStatement(),
returnStatement(),
rewriteStatement(),
rollbackStatement(),
purgeStatement(),
searchStatement(),
sendStatement(),
serviceStatement(),
sortStatement(),
startStatement(),
stopStatement(),
stringStatement(),
subtractStatement(),
suppressStatement(),
terminateStatement(),
transformStatement(),
unlockStatement(),
unstringStatement(),
waitStatement(),
writeStatement(),
xmlGenerateStatement(),
xmlParseStatement(),
setStatement(),
initializeStatement(),
displayStatement(),
inspectStatement(),
allocateStatement(),
freeStatement(),
sequence(
verb(),
optional(
skipto(
choice(
token("."),
endOfStatement(),
verb(),
subStatementMarker()
)
)
)
)
)
);
}
return statementParser;
}
|
8e1a0d04-6cb3-482d-8060-4da33affa5d1
|
public void setLeadEmail(java.lang.String leadEmail) {
this.leadEmail = leadEmail;
}
|
d6ae4816-59bb-4260-8535-45dee892cbac
|
public java.lang.String getFundRequestStatus() {
return this.fundRequestStatus;
}
|
8274aa0c-e81d-4c40-bd47-42d209a17969
|
public void setExchangeDate(crmondemand.xml.customobject3.query.QueryType exchangeDate) {
this.exchangeDate = exchangeDate;
}
|
e209470b-819b-44cb-8591-4de8c19590e2
|
public List<ExpressionContext> expression() {
return getRuleContexts(ExpressionContext.class);
}
|
4d70b6de-502a-43db-bddc-b2d00d292922
|
public void setCustomObject12ExternalSystemId(java.lang.String customObject12ExternalSystemId) {
this.customObject12ExternalSystemId = customObject12ExternalSystemId;
}
|
3abb7bf8-d37f-40b7-a476-1b171c1d7f7b
|
public java.math.BigDecimal getCustomNumber59() {
return this.customNumber59;
}
|
42639890-153e-4421-9909-a492bf5f1814
|
public java.util.Calendar getCustomDate30() {
return this.customDate30;
}
|
bae26f55-1087-4898-bb90-7939902cd4c6
|
@Test
public void testGetNumberOfPictures() {
assertTrue(model.getNumberOfLocations() == 1); //SHOULD always be 1
}
|
2b4d0e6a-6d0b-4157-b148-b9da43b3df7f
|
public java.lang.String getCustomPickList11() {
return this.customPickList11;
}
|
fb9e1fb0-157b-40b1-a312-3a7027ef21b0
|
public java.lang.String getCustomPickList39() {
return this.customPickList39;
}
|
8695bdbd-2637-4276-9ce9-1441c9ae0ab1
|
public void setCustomBoolean13(crmondemand.xml.customobject6.query.QueryType customBoolean13) {
this.customBoolean13 = customBoolean13;
}
|
3f090cd3-e91f-4e05-a54c-d6cfb5ec6f8d
|
public void setCustomText22(crmondemand.xml.contact.query.QueryType customText22) {
this.customText22 = customText22;
}
|
b80a154c-5c67-4a11-8fe2-cfff0319cf0e
|
public void setCustomObject1ExternalSystemId(java.lang.String customObject1ExternalSystemId) {
this.customObject1ExternalSystemId = customObject1ExternalSystemId;
}
|
497cb266-f2ac-474d-8fa6-99dcc1f028d0
|
private void jTable1MouseClicked(java.awt.event.MouseEvent evt) {
int index = jTable1.getSelectedRow();
mail = mailList.get(jTable1.getSelectedRow());
if (evt.getClickCount() == 1) {
mailTextArea.setText(mail.getContent());
} else if (evt.getClickCount() == 2) {
if (tree.getLastSelectedPathComponent().equals(recvBox))
new ReadMail(user, mailList, index);
else {
mail = mailList.get(index);
new WriteNewMail(user, mail);
}
}
if ("".equals(mail.getExtraFilename()))
mail.setStatus("+");
else
mail.setStatus("+ &");
if (tree.getLastSelectedPathComponent().equals(recvBox)) {
table.removeRow(index);
table.insertRow(index, new String[] { mail.getStatus(),
mail.getSubject(), mail.getTo(), mail.getTime() });
}
}
|
739445ae-dc20-4b47-a02e-80c3d1d769de
|
public java.lang.String getCustomObject6Id() {
return this.customObject6Id;
}
|
63b69e5a-9aa8-4d3b-8c3f-5c8a749383fc
|
public void setPartnerName(crmondemand.xml.customobject6.query.QueryType partnerName) {
this.partnerName = partnerName;
}
|
72dcc7bf-dbca-49a3-9cc2-2d99e606c081
|
public java.lang.String getEndCustomerId() {
return this.endCustomerId;
}
|
a89dd218-0461-4fe7-ada3-fc3d42545eab
|
public crmondemand.xml.customobject3.query.QueryType getId() {
return this.id;
}
|
dfa51b96-25bf-4fd7-9aae-214183d9522c
|
public java.math.BigDecimal getCustomNumber41() {
return this.customNumber41;
}
|
9d7a2cd1-aae5-4238-a9ed-94f7db87ca01
|
public void setCustomPickList43(crmondemand.xml.contact.query.QueryType customPickList43) {
this.customPickList43 = customPickList43;
}
|
5df5400c-6da5-4692-9335-9019d4052704
|
public java.lang.Boolean getCustomBoolean11() {
return this.customBoolean11;
}
|
31c287d3-2588-43f6-b3e1-7bbd9f212e8b
|
boolean equals(PassOb o) {
if (o.a == a && o.b == b) return true;
else return false;
}
|
b8e37015-0aa1-4061-b339-20469ce19fd3
|
public crmondemand.xml.contact.query.QueryType getCustomPickList97() {
return this.customPickList97;
}
|
ed268b4c-81ae-4b11-9e0f-d1e955586fe1
|
public void setCustomCurrency18(crmondemand.xml.customobject3.query.QueryType customCurrency18) {
this.customCurrency18 = customCurrency18;
}
|
2189ff0a-5fa6-4826-96b9-83b255ad141d
|
protected void genClanMembers(MOB mob, Clan E, int showNumber, int showFlag) throws IOException
{
if((showFlag>0)&&(showFlag!=showNumber))
return;
String behave="NO";
final List<MemberRecord> members=E.getMemberList();
final List<MemberRecord> membersCopy=new XVector<MemberRecord>(members);
while((mob.session()!=null)&&(!mob.session().isStopped())&&(behave.length()>0))
{
String memberStr="";
for(final Clan.MemberRecord member : members)
memberStr+=member.name+" ("+E.getRoleName(member.role,true,false)+"), ";
if(memberStr.length()>0)
memberStr=memberStr.substring(0,memberStr.length()-2);
mob.tell(L("@x1. Clan Members : '@x2'.",""+showNumber,memberStr));
if((showFlag!=showNumber)&&(showFlag>-999))
return;
behave=mob.session().prompt(L("Enter a name to add/remove\n\r:"),"");
if(behave.length()>0)
{
int chosenOne=-1;
for(int m=0;m<members.size();m++)
{
if(behave.equalsIgnoreCase(members.get(m).name))
chosenOne=m;
}
if(chosenOne>=0)
{
mob.tell(L("@x1 removed.",members.get(chosenOne).name));
members.remove(chosenOne);
}
else
{
final MOB M=CMLib.players().getLoadPlayer(behave);
if(M!=null)
{
int oldNum=-1;
for(int m=0;m<membersCopy.size();m++)
{
if(behave.equalsIgnoreCase(membersCopy.get(m).name))
{
oldNum=members.size();
members.add(membersCopy.get(m));
break;
}
}
int index=oldNum;
if(index<0)
{
index=members.size();
members.add(new MemberRecord(M.name(),E.getGovernment().getAcceptPos(),0,0));
}
int newRole=-1;
while((mob.session()!=null)&&(!mob.session().isStopped())&&(newRole<0))
{
final String newRoleStr=mob.session().prompt(L("Enter this members role (?) '@x1': ",E.getRoleName(members.get(index).role,true,false)),"");
newRole =E.getRoleFromName(newRoleStr);
if(newRole<0)
mob.tell(L("That role is invalid. Valid roles include: @x1",CMParms.toListString(E.getRolesList())));
else
break;
}
if(oldNum<0)
mob.tell(L("@x1 added.",M.Name()));
else
mob.tell(L("@x1 re-added.",M.Name()));
if(newRole>=0)
members.get(index).role=newRole;
}
else
{
mob.tell(L("'@x1' is an unrecognized player name.",behave));
}
}
// first add missing ones
for(int m=0;m<members.size();m++)
{
final String newName=members.get(m).name;
if(!membersCopy.contains(newName))
{
final MOB M=CMLib.players().getLoadPlayer(newName);
if((M!=null)&&(M.getClanRole(E.clanID())==null))
E.addMember(M, 0);
}
}
// now adjust changed roles
for(int m=0;m<members.size();m++)
{
final String newName=members.get(m).name;
boolean found=false;
for(final MemberRecord R : membersCopy)
found=found||R.name.equals(newName);
if(found)
{
final MOB M=CMLib.players().getLoadPlayer(newName);
final Pair<Clan,Integer> oldClanRole=M.getClanRole(E.clanID());
final int newRole=members.get(m).role;
if((oldClanRole!=null)&&(newRole!=oldClanRole.second.intValue()))
{
CMLib.database().DBUpdateClanMembership(M.Name(), E.clanID(), newRole);
M.setClan(E.clanID(),newRole);
E.updateClanPrivileges(M);
}
}
}
// now remove old members
for(int m=0;m<membersCopy.size();m++)
{
final String newName=membersCopy.get(m).name;
boolean found=false;
for(final MemberRecord R : members)
found=found||R.name.equals(newName);
if(!found)
{
final MOB M=CMLib.players().getLoadPlayer(newName);
if((M!=null)&&(M.getClanRole(E.clanID())!=null))
E.delMember(M);
}
}
}
else
mob.tell(L("(no change)"));
}
}
|
60f35be1-c35a-4796-aa59-d4361feb13a9
|
public void setCustomObject14Id(crmondemand.xml.contact.query.QueryType customObject14Id) {
this.customObject14Id = customObject14Id;
}
|
738fa2ca-2b32-4145-9b68-246e624b8edf
|
public crmondemand.xml.customobject6.query.QueryType getCustomBoolean31() {
return this.customBoolean31;
}
|
92d8888a-96ac-4067-b979-06be2106ccb0
|
public crmondemand.xml.contact.query.QueryType getCustomCurrency15() {
return this.customCurrency15;
}
|
73e68c9e-e2c5-4c35-82e6-d7d693c83ace
|
public java.lang.Boolean getCustomBoolean11() {
return this.customBoolean11;
}
|
2862288f-d62d-4370-b631-3e0975cef292
|
public crmondemand.xml.contact.query.QueryType getCustomPickList66() {
return this.customPickList66;
}
|
13d8c082-5789-44b3-98e6-0e2bb7ece5be
|
public static void blackFriday(LittleEndianAccessor slea, MapleClient c) {
SimpleDateFormat sdfGMT = new SimpleDateFormat("yyyy-MM-dd");
sdfGMT.setTimeZone(TimeZone.getTimeZone("GMT"));
c.getPlayer().updateInfoQuest(5604, sdfGMT.format(Calendar.getInstance().getTime()).replaceAll("-", ""));
System.out.println(sdfGMT.format(Calendar.getInstance().getTime()).replaceAll("-", ""));
}
|
72b1cca8-e3ef-47c9-b6fb-0b176f5fa630
|
public boolean hasVelocityX() {
return ((bitField0_ & 0x40000000) == 0x40000000);
}
|
170fb4bc-4b5d-42f6-adbe-ea3a5b042661
|
public Entity setCollidable(boolean b){
this.collidable = b;
return this;
}
|
c448b209-1070-42c0-bb9d-bac948978045
|
public java.lang.String getContactLastName() {
return this.contactLastName;
}
|
f8d1fb5e-93b6-42e8-a900-9bfd8f6291b8
|
public java.math.BigDecimal getCustomNumber21() {
return this.customNumber21;
}
|
43598b39-d961-4fb1-a1bb-663b6640d183
|
public void focusLost(java.awt.event.FocusEvent evt) {
jDateRN1FocusLost(evt);
}
|
e8242b70-8b23-4330-aaea-1a6acc95eda2
|
public void setCreatedByExternalSystemId(crmondemand.xml.opportunity.query.QueryType createdByExternalSystemId) {
this.createdByExternalSystemId = createdByExternalSystemId;
}
|
9432c63d-429e-4b01-b470-742291e5f244
|
public CaptureState getState() {
return state;
}
|
52d54c62-1d31-483b-8672-d3d02ac31293
|
public java.lang.String getIndexedPick3() {
return this.indexedPick3;
}
|
497c7569-fb1b-4065-be7d-ffd8a72618e8
|
public crmondemand.xml.contact.query.QueryType getCustomText16() {
return this.customText16;
}
|
456cbcb4-d490-4a5c-83a5-c2b60ec5a59a
|
private void btnDeleteActionPerformed(java.awt.event.ActionEvent evt) {//GEN-FIRST:event_btnDeleteActionPerformed
// TODO add your handling code here:
int x=JOptionPane.showConfirmDialog(null,"Are you sure you want to delete this PROJECT?",
"METROPOLITAN ENGINEERING (PVT) LTD",0,3 );
if(x==0)
{
int x1 = 0, x2=0;
try{
String gen = this.selectedItem;
PreparedStatement stmt1 = null;
PreparedStatement stmt2 = null;
stmt1 = con1.prepareStatement("update project set pAvailability='NO' where pID=? ");
stmt1.setString(1, gen);
x1 = stmt1.executeUpdate();
}
catch(Exception e)
{
System.out.println(e.getMessage());
}
if(x1>0 )
{
JOptionPane.showMessageDialog(null, "Record deleted sucessfully! ","METROPOLITAN ENGINEERING (PVT) LTD", 1);
String query1 = "select pID as 'ID', pName as 'Name', pSdate as 'Start Date', pEndDate as 'End Date', pGsupplier as 'Global Supplier', pStatus as 'Project Status' from project where pAvailability = 'YES' ";
ResultSet result= db1.executeSQLQuery(query1);
try {
int columCount = 0;
ResultSetMetaData rsmd = result.getMetaData();
Vector myVector = new Vector();
columCount = rsmd.getColumnCount();
for (int i = 1; i <= columCount; i++) {
myVector.add(rsmd.getColumnLabel(i));
}
DefaultTableModel amodel = new DefaultTableModel(myVector, 0)/*0=row count*/ {
@Override
public boolean isCellEditable(int row, int column) {
//all cells false
return false;
}
};
while (result.next()) {
String[] rowData = new String[columCount];
for (int i = 1; i <= columCount; i++) {
if (i == 1) {
String id = result.getString(i);
rowData[i - 1] = id.toUpperCase();
} else {
rowData[i - 1] = result.getString(i);
}
}
amodel.addRow(rowData);
}
tableSummaryProjects.setModel(amodel);
} catch (Exception e) {
JOptionPane.showMessageDialog(this, "Error in Showing Data", "METROPOLITAN ENGINEERING (PVT) LTD", 1);
}
}
else
JOptionPane.showMessageDialog(null, "Error in Database. Please Reconnect! ","METROPOLITAN ENGINEERING (PVT) LTD", 1);
loadEditProjectList();
}
}
|
3a578c28-206a-4d0e-9b28-6a27ac79e1d0
|
@Override
public void actionPerformed(ActionEvent e) {
try {
if (e.getSource() instanceof JButton) {
LOGGER.debug("button pressed");
if (currentGuiInstance instanceof FormMain) {
controller.btnPressedFormMain(e);
} else if (currentGuiInstance instanceof DvdForm) {
controller.btnPressedDvdForm(e);
} else if (currentGuiInstance instanceof UserForm) {
controller.btnPressedUserForm(e);
} else {
controller.btnPressedLoginForm(e);
}
} else if (e.getSource() instanceof JMenuItem) {
controller.menuItemClicked(e);
}
} catch (NumberFormatException e1) {
e1.printStackTrace();
} catch (IOException e1) {
e1.printStackTrace();
} catch (NoSuchAlgorithmException e1) {
LOGGER.error("Password Encryption Error", e1);
}
}
|
52d76794-03e8-4b8d-a44e-5de27ed68628
|
public void setCustomText70(crmondemand.xml.customobject6.query.QueryType customText70) {
this.customText70 = customText70;
}
|
6bedb7c2-d028-48b7-9c78-7e7e3ea59078
|
public final void setSectionFill5(Paint value) {
sectionFill5Property().set(value);
}
|
55320626-a6b7-40cd-bd57-d1efb43bd649
|
public static void createClassTaxonomy() {
{ TaxonomyGraph graph = Stella.$CLASS_TAXONOMY_GRAPH$;
if (graph == null) {
graph = TaxonomyGraph.newTaxonomyGraph();
}
else {
TaxonomyGraph.initializeTaxonomyGraph(graph);
}
{ Stella_Class renamed_Class = null;
Iterator iter000 = Module.allClasses(null, false);
while (iter000.nextP()) {
renamed_Class = ((Stella_Class)(iter000.value));
renamed_Class.classTaxonomyNode = TaxonomyGraph.createTaxonomyNode(graph, renamed_Class.classTaxonomyNode, renamed_Class, renamed_Class.classDirectSupers.emptyP());
}
}
{ Stella_Class renamed_Class = null;
Iterator iter001 = Module.allClasses(null, false);
while (iter001.nextP()) {
renamed_Class = ((Stella_Class)(iter001.value));
{ Surrogate sub = null;
Cons iter002 = renamed_Class.classDirectSubs.theConsList;
for (;!(iter002 == Stella.NIL); iter002 = iter002.rest) {
sub = ((Surrogate)(iter002.value));
if (((Stella_Class)(sub.surrogateValue)) != null) {
TaxonomyGraph.linkTaxonomyNodes(graph, renamed_Class.classTaxonomyNode, ((Stella_Class)(sub.surrogateValue)).classTaxonomyNode);
}
}
}
}
}
TaxonomyGraph.finalizeTaxonomyGraph(graph);
Stella.$CLASS_TAXONOMY_GRAPH$ = graph;
}
}
|
44ff901b-ab8c-410a-a702-8fb39f587b82
|
public void setCustomPickList62(crmondemand.xml.contact.query.QueryType customPickList62) {
this.customPickList62 = customPickList62;
}
|
310c7a0d-cbec-4523-962a-5a13e1f38907
|
public crmondemand.xml.customobject6.query.QueryType getCustomCurrency5() {
return this.customCurrency5;
}
|
ffee397a-8b9b-4f8b-95c8-8b1ccb0d190e
|
public crmondemand.xml.customobject6.query.QueryType getOriginatingPartnerExternalSystemId() {
return this.originatingPartnerExternalSystemId;
}
|
cd1c947e-c684-418e-8610-03c29fdd56dc
|
public void setCustomText2(java.lang.String customText2) {
this.customText2 = customText2;
}
|
d09a15c1-eea3-483c-a9ec-ac80dc58b1aa
|
public Node<E> getNode(Node<E> cur, int index)
{
//check to make sure that the beginning or the end of the list has not been reached
if(cur.dummy && (index > size || index < 0))
{
throw new IndexOutOfBoundsException("index out of bounds");
}
if(size == 0)
{
throw new NoSuchElementException("List is empty");
}
if(index== 0)
{
return cur;
}
else
{
return getNode(cur.next,index-1);
}
}
|
8c202780-3350-44b7-966a-7c984f66d9d0
|
public void setCustomText42(java.lang.String customText42) {
this.customText42 = customText42;
}
|
67695ed7-7f0a-46f3-ad00-8a6e312affba
|
public static List searchModule(String modulename, String searchstring, String searchinstanceP, String searchconceptP, String searchrelationP, String casesensitiveP) {
{ List conceptresults = List.newList();
List relationresults = List.newList();
List instanceresults = List.newList();
Cons matchlist = GuiServer.parseMatchString(searchstring, casesensitiveP);
List result = List.newList();
Module module = edu.isi.powerloom.PLI.getModule(modulename, null);
{ Object old$Module$000 = Stella.$MODULE$.get();
Object old$Context$000 = Stella.$CONTEXT$.get();
try {
Native.setSpecial(Stella.$MODULE$, module);
Native.setSpecial(Stella.$CONTEXT$, ((Module)(Stella.$MODULE$.get())));
if (Stella.stringEqlP(searchinstanceP, "TRUE")) {
instanceresults = GuiServer.searchInstances(modulename, matchlist, casesensitiveP);
}
if (Stella.stringEqlP(searchrelationP, "TRUE")) {
relationresults = GuiServer.searchRelations(modulename, matchlist, casesensitiveP);
}
if (Stella.stringEqlP(searchconceptP, "TRUE")) {
conceptresults = GuiServer.searchConcepts(modulename, matchlist, casesensitiveP);
}
result = conceptresults.concatenate(instanceresults, Cons.cons(relationresults, Stella.NIL));
return (result);
} finally {
Stella.$CONTEXT$.set(old$Context$000);
Stella.$MODULE$.set(old$Module$000);
}
}
}
}
|
60cac270-3cc9-442a-94c9-88b16351ba84
|
public crmondemand.xml.opportunity.query.QueryType getFinancialAccountBalance() {
return this.financialAccountBalance;
}
|
956d5b06-6daa-4068-b803-492c77b3d07e
|
public void setObjectiveName(java.lang.String objectiveName) {
this.objectiveName = objectiveName;
}
|
bce9b642-3594-4e12-9a05-e185a4a762db
|
public void setCustomText2(java.lang.String customText2) {
this.customText2 = customText2;
}
|
d5e3fa12-b954-40cc-8107-5b7ac2c9a198
|
public crmondemand.xml.contact.query.QueryType getCustomObject11Id() {
return this.customObject11Id;
}
|
bec110a6-5c9a-4402-b30e-5fd646de69e9
|
public crmondemand.xml.opportunity.query.QueryType getCustomNumber12() {
return this.customNumber12;
}
|
fbfaedff-ada8-4bd2-be58-747fef2faf25
|
public void setCustomDate33(crmondemand.xml.contact.query.QueryType customDate33) {
this.customDate33 = customDate33;
}
|
61ab5883-2e5f-43fa-a34b-45cde4d6282c
|
public void setContactFirstName(java.lang.String contactFirstName) {
this.contactFirstName = contactFirstName;
}
|
b752292e-88f8-4951-8f12-afd66e55520e
|
private org.apache.axiom.om.OMElement toOM(com.oracle.xmlns.oxp.service.publicreportservice.HasReportAccessInSession param, boolean optimizeContent)
throws org.apache.axis2.AxisFault {
try{
return param.getOMElement(com.oracle.xmlns.oxp.service.publicreportservice.HasReportAccessInSession.MY_QNAME,
org.apache.axiom.om.OMAbstractFactory.getOMFactory());
} catch(org.apache.axis2.databinding.ADBException e){
throw org.apache.axis2.AxisFault.makeFault(e);
}
}
|
cc0d712d-ef8a-4423-8711-b371f214e461
|
public crmondemand.xml.contact.query.QueryType getCustomPhone12() {
return this.customPhone12;
}
|
fc0d2e9c-e1a6-4870-8cae-2d2933a2b680
|
public void setCustomText36(java.lang.String customText36) {
this.customText36 = customText36;
}
|
6bc20679-6382-4b53-82f3-d42bbf18f722
|
public crmondemand.xml.contact.query.QueryType getCertficationExternalSystemId() {
return this.certficationExternalSystemId;
}
|
d5aa8cfc-5a1f-4629-8730-6388e4115c60
|
public void setCreatedByIntegrationId(java.lang.String createdByIntegrationId) {
this.createdByIntegrationId = createdByIntegrationId;
}
|
99839f43-c63c-4bc2-889a-5cfc83b03dfc
|
public void setCustomPickList23(java.lang.String customPickList23) {
this.customPickList23 = customPickList23;
}
|
745228b2-265b-4312-8997-e5567be319f7
|
public void setCustomPickList46(java.lang.String customPickList46) {
this.customPickList46 = customPickList46;
}
|
36b78246-7948-40d7-8a5e-ee57a90dee2f
|
public void setAccreditationNum(crmondemand.xml.customobject6.query.QueryType accreditationNum) {
this.accreditationNum = accreditationNum;
}
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.