Class OdfXSLTHelper
java.lang.Object
org.ametys.odf.OdfXSLTHelper
org.ametys.plugins.odfweb.xslt.OdfXSLTHelper
org.ametys.plugins.odforientation.OdfXSLTHelper
- All Implemented Interfaces:
Contextualizable,Serviceable
XSLT helper for dataviz in ODF documents.
-
Nested Class Summary
Nested classes/interfaces inherited from class org.ametys.plugins.odfweb.xslt.OdfXSLTHelper
OdfXSLTHelper.EducationaPathContextResult -
Field Summary
Fields inherited from class org.ametys.plugins.odfweb.xslt.OdfXSLTHelper
_catalogsManager, _context, _odfPageHandler, _odfPageResolver, _odfSkillsHelperFields inherited from class org.ametys.odf.OdfXSLTHelper
_ametysObjectResolver, _odfHelper, _odfRefTableHelper, _rootOrgUnitProvider -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic StringgetReferenceTableCriterionInputName(String searchPageId, String refTableId) Get the name of the criterion input related to the given reference table in the given search page.voidservice(ServiceManager serviceManager) Methods inherited from class org.ametys.plugins.odfweb.xslt.OdfXSLTHelper
areECTSEqual, areECTSEqual, areSkillsUnavailable, contextualize, getCurrentEcts, getCurrentEcts, getCurrentSkills, getMainStructureEducationalPathAsString, getProgramItemPages, isPartOfCurrentEducationalPaths, odfPDFUrl, odfRootPage, odfRootPage, parentProgramIdMethods inherited from class org.ametys.odf.OdfXSLTHelper
degreeLabel, degreeLabel, getCertificationLabel, getCode, getCumulatedHours, getEcts, getEducationalBooklet, getEducationalPathAsString, getEntryId, getOrgUnitIdByUAICode, getParentProgram, getParentProgramStructure, getProgram, getProgramPaths, getProgramStructure, getRootOrgUnitId, getSubProgramStructure, getSubProgramStructure, getTableRefItems, getTableRefItems, getTableRefItems, getValueForPath, minute2hour
-
Constructor Details
-
OdfXSLTHelper
public OdfXSLTHelper()
-
-
Method Details
-
service
- Specified by:
servicein interfaceServiceable- Overrides:
servicein classOdfXSLTHelper- Throws:
ServiceException
-
getReferenceTableCriterionInputName
Get the name of the criterion input related to the given reference table in the given search page.- Parameters:
searchPageId- The id of search pagerefTableId- The id of the reference table- Returns:
- The name of the criterion input, null if not found
-