Skip to content

Commit

Permalink
add missing files from svn
Browse files Browse the repository at this point in the history
  • Loading branch information
alecones committed May 5, 2016
1 parent e0e3fc7 commit d1836c2
Show file tree
Hide file tree
Showing 81 changed files with 404,505 additions and 514 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -174,10 +174,6 @@
<mapping resource="it/eng/spagobi/community/mapping/SbiCommunity.hbm.xml" />
<mapping resource="it/eng/spagobi/community/mapping/SbiCommunityUsers.hbm.xml" />

<!-- CACHE -->
<mapping resource="it/eng/spagobi/cache/metadata/mapping/SbiCacheItem.hbm.xml" />
<mapping resource="it/eng/spagobi/cache/metadata/mapping/SbiCacheJoinedItem.hbm.xml" />

<!-- end mapping -->

<class-cache class="it.eng.spagobi.commons.metadata.SbiDomains" usage="read-only"/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@
import it.eng.spagobi.utilities.assertion.Assert;
import it.eng.spagobi.utilities.exceptions.SpagoBIRuntimeException;
import it.eng.spagobi.utilities.objects.Couple;
<<<<<<<
=======

import java.util.ArrayList;
import java.util.Arrays;
Expand All @@ -38,16 +36,6 @@

import org.apache.log4j.Logger;

>>>>>>>

import java.util.ArrayList;
import java.util.Arrays;
import java.util.Iterator;
import java.util.List;
import java.util.Locale;

import org.apache.log4j.Logger;

/**
* Defines method to manage lov of fixed list type
*/
Expand Down Expand Up @@ -280,8 +268,6 @@ public String getLovResult(IEngUserProfile profile, List<ObjParuse> dependencies
String value = lov.getValue();
String description = lov.getDescription();
lovResult += "<ROW" + " VALUE=\"" + value + "\"" + " DESCRIPTION=\"" + description + "\"" + "/>";
<<<<<<<
=======
}
lovResult += "</ROWS>";
lovResult = StringUtilities.substituteProfileAttributesInString(lovResult, profile);
Expand All @@ -294,13 +280,6 @@ public String getLovResult(IEngUserProfile profile, List<ObjParuse> dependencies
return lovResult;
}

>>>>>>>
}
lovResult += "</ROWS>";
lovResult = StringUtilities.substituteProfileAttributesInString(lovResult, profile);
return lovResult;
}

/**
* Method returns result of the defined LOV of type fixed list as data store.
* */
Expand Down Expand Up @@ -402,8 +381,6 @@ public List getProfileAttributeNames() throws Exception {
lovResult = lovResult.substring(endind);
}
return names;
<<<<<<<
=======
}

/**
Expand Down Expand Up @@ -434,13 +411,6 @@ public Set<String> getParameterNames() throws Exception {
return names;
}

/**
* Checks if the lov requires one or more profile attributes.
*
* @return true if the lov require one or more profile attributes, false otherwise
>>>>>>>
}
/**
* Checks if the lov requires one or more profile attributes.
*
Expand Down
224 changes: 0 additions & 224 deletions SpagoBIProject/web-content/WEB-INF/jsp/engines/chart/highchart.jsp.ori

This file was deleted.

0 comments on commit d1836c2

Please sign in to comment.