Update of /cvsroot/sageplugins/webapp/WebContent/WEB-INF/tags/sage/api/seriesinfo In directory vz-cvs-3.sog:/tmp/cvs-serv1684/WebContent/WEB-INF/tags/sage/api/seriesinfo Modified Files: GetSeriesCharacter.tag GetSeriesTitle.tag GetAllSeriesInfo.tag GetSeriesSubCategory.tag GetSeriesCategory.tag GetSeriesImage.tag GetSeriesHourAndMinuteTimeslot.tag Added Files: IsSeriesInfoObject.tag GetSeriesInfoProperty.tag GetSeriesID.tag SetSeriesInfoProperty.tag AddSeriesInfo.tag GetSeriesInfoForID.tag Log Message: SageTV 7.1.8 Index: GetSeriesImage.tag =================================================================== RCS file: /cvsroot/sageplugins/webapp/WebContent/WEB-INF/tags/sage/api/seriesinfo/GetSeriesImage.tag,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** GetSeriesImage.tag 17 Jul 2010 14:35:06 -0000 1.3 --- GetSeriesImage.tag 8 Jun 2011 21:20:30 -0000 1.4 *************** *** 1,5 **** <%-- -- Unofficial SageTV Generated File - Never Edit ! -- Generated Date/Time: 7/17/10 8:25 AM -- See Official Sage Documentation at <a href='http://download.sage.tv/api/sage/api/SeriesInfoAPI.html#GetSeriesImage(sage.SeriesInfo)'>SeriesInfoAPI.GetSeriesImage</a> -- This Generated API is not Affiliated with SageTV. It is user contributed. --- 1,5 ---- <%-- -- Unofficial SageTV Generated File - Never Edit ! -- Generated Date/Time: 6/8/11 2:47 PM -- See Official Sage Documentation at <a href='http://download.sage.tv/api/sage/api/SeriesInfoAPI.html#GetSeriesImage(sage.SeriesInfo)'>SeriesInfoAPI.GetSeriesImage</a> -- This Generated API is not Affiliated with SageTV. It is user contributed. Index: GetSeriesHourAndMinuteTimeslot.tag =================================================================== RCS file: /cvsroot/sageplugins/webapp/WebContent/WEB-INF/tags/sage/api/seriesinfo/GetSeriesHourAndMinuteTimeslot.tag,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** GetSeriesHourAndMinuteTimeslot.tag 17 Jul 2010 14:35:06 -0000 1.3 --- GetSeriesHourAndMinuteTimeslot.tag 8 Jun 2011 21:20:30 -0000 1.4 *************** *** 1,5 **** <%-- -- Unofficial SageTV Generated File - Never Edit ! -- Generated Date/Time: 7/17/10 8:25 AM -- See Official Sage Documentation at <a href='http://download.sage.tv/api/sage/api/SeriesInfoAPI.html#GetSeriesHourAndMinuteTimeslot(sage.SeriesInfo)'>SeriesInfoAPI.GetSeriesHourAndMinuteTimeslot</a> -- This Generated API is not Affiliated with SageTV. It is user contributed. --- 1,5 ---- <%-- -- Unofficial SageTV Generated File - Never Edit ! -- Generated Date/Time: 6/8/11 2:47 PM -- See Official Sage Documentation at <a href='http://download.sage.tv/api/sage/api/SeriesInfoAPI.html#GetSeriesHourAndMinuteTimeslot(sage.SeriesInfo)'>SeriesInfoAPI.GetSeriesHourAndMinuteTimeslot</a> -- This Generated API is not Affiliated with SageTV. It is user contributed. Index: GetSeriesCharacter.tag =================================================================== RCS file: /cvsroot/sageplugins/webapp/WebContent/WEB-INF/tags/sage/api/seriesinfo/GetSeriesCharacter.tag,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** GetSeriesCharacter.tag 17 Jul 2010 14:35:06 -0000 1.3 --- GetSeriesCharacter.tag 8 Jun 2011 21:20:30 -0000 1.4 *************** *** 1,5 **** <%-- -- Unofficial SageTV Generated File - Never Edit ! -- Generated Date/Time: 7/17/10 8:25 AM -- See Official Sage Documentation at <a href='http://download.sage.tv/api/sage/api/SeriesInfoAPI.html#GetSeriesCharacter(sage.SeriesInfo, int)'>SeriesInfoAPI.GetSeriesCharacter</a> -- This Generated API is not Affiliated with SageTV. It is user contributed. --- 1,5 ---- <%-- -- Unofficial SageTV Generated File - Never Edit ! -- Generated Date/Time: 6/8/11 2:47 PM -- See Official Sage Documentation at <a href='http://download.sage.tv/api/sage/api/SeriesInfoAPI.html#GetSeriesCharacter(sage.SeriesInfo, int)'>SeriesInfoAPI.GetSeriesCharacter</a> -- This Generated API is not Affiliated with SageTV. It is user contributed. --- NEW FILE: AddSeriesInfo.tag --- <%-- -- Unofficial SageTV Generated File - Never Edit -- Generated Date/Time: 6/8/11 2:47 PM -- See Official Sage Documentation at <a href='http://download.sage.tv/api/sage/api/SeriesInfoAPI.html#AddSeriesInfo(int, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String[], java.lang.String[])'>SeriesInfoAPI.AddSeriesInfo</a> -- This Generated API is not Affiliated with SageTV. It is user contributed. --%> <%@ tag body-content="empty"%> <%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> <%@ attribute name="var" required="true" rtexprvalue="false" %> <%@ variable name-from-attribute="var" alias="varLocal" scope="AT_END" %> <%@ attribute name="context" required="false" type="java.lang.String" %> <%@ attribute name="seriesID" required="true" type="java.lang.Integer" %> <%@ attribute name="title" required="true" type="java.lang.String" %> <%@ attribute name="network" required="true" type="java.lang.String" %> <%@ attribute name="description" required="true" type="java.lang.String" %> <%@ attribute name="history" required="true" type="java.lang.String" %> <%@ attribute name="premiereDate" required="true" type="java.lang.String" %> <%@ attribute name="finaleDate" required="true" type="java.lang.String" %> <%@ attribute name="airDOW" required="true" type="java.lang.String" %> <%@ attribute name="airHrMin" required="true" type="java.lang.String" %> <%@ attribute name="imageURL" required="true" type="java.lang.String" %> <%@ attribute name="people" required="true" type="java.lang.String[]" %> <%@ attribute name="characters" required="true" type="java.lang.String[]" %> <% String contextAttr = (String) jspContext.getAttribute("context"); Object seriesIDAttr = jspContext.getAttribute("seriesID"); Object titleAttr = jspContext.getAttribute("title"); Object networkAttr = jspContext.getAttribute("network"); Object descriptionAttr = jspContext.getAttribute("description"); Object historyAttr = jspContext.getAttribute("history"); Object premiereDateAttr = jspContext.getAttribute("premiereDate"); Object finaleDateAttr = jspContext.getAttribute("finaleDate"); Object airDOWAttr = jspContext.getAttribute("airDOW"); Object airHrMinAttr = jspContext.getAttribute("airHrMin"); Object imageURLAttr = jspContext.getAttribute("imageURL"); Object peopleAttr = jspContext.getAttribute("people"); Object charactersAttr = jspContext.getAttribute("characters"); Object returnVal = null; if ((context != null) && (context.trim().length() > 0)) { returnVal = sage.SageTV.apiUI(context, "AddSeriesInfo", new Object[] {seriesIDAttr, titleAttr, networkAttr, descriptionAttr, historyAttr, premiereDateAttr, finaleDateAttr, airDOWAttr, airHrMinAttr, imageURLAttr, peopleAttr, charactersAttr}); } else { returnVal = sage.SageTV.api("AddSeriesInfo", new Object[] {seriesIDAttr, titleAttr, networkAttr, descriptionAttr, historyAttr, premiereDateAttr, finaleDateAttr, airDOWAttr, airHrMinAttr, imageURLAttr, peopleAttr, charactersAttr}); } %> <c:set var="varLocal" value="<%= returnVal %>"/> --- NEW FILE: GetSeriesInfoForID.tag --- <%-- -- Unofficial SageTV Generated File - Never Edit -- Generated Date/Time: 6/8/11 2:47 PM -- See Official Sage Documentation at <a href='http://download.sage.tv/api/sage/api/SeriesInfoAPI.html#GetSeriesInfoForID(java.lang.String)'>SeriesInfoAPI.GetSeriesInfoForID</a> -- This Generated API is not Affiliated with SageTV. It is user contributed. --%> <%@ tag body-content="empty"%> <%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> <%@ attribute name="var" required="true" rtexprvalue="false" %> <%@ variable name-from-attribute="var" alias="varLocal" scope="AT_END" %> <%@ attribute name="context" required="false" type="java.lang.String" %> <%@ attribute name="seriesID" required="true" type="java.lang.String" %> <% String contextAttr = (String) jspContext.getAttribute("context"); Object seriesIDAttr = jspContext.getAttribute("seriesID"); Object returnVal = null; if ((context != null) && (context.trim().length() > 0)) { returnVal = sage.SageTV.apiUI(context, "GetSeriesInfoForID", new Object[] {seriesIDAttr}); } else { returnVal = sage.SageTV.api("GetSeriesInfoForID", new Object[] {seriesIDAttr}); } %> <c:set var="varLocal" value="<%= returnVal %>"/> Index: GetSeriesCategory.tag =================================================================== RCS file: /cvsroot/sageplugins/webapp/WebContent/WEB-INF/tags/sage/api/seriesinfo/GetSeriesCategory.tag,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** GetSeriesCategory.tag 17 Jul 2010 14:35:06 -0000 1.1 --- GetSeriesCategory.tag 8 Jun 2011 21:20:30 -0000 1.2 *************** *** 1,5 **** <%-- -- Unofficial SageTV Generated File - Never Edit ! -- Generated Date/Time: 7/17/10 8:25 AM -- See Official Sage Documentation at <a href='http://download.sage.tv/api/sage/api/SeriesInfoAPI.html#GetSeriesCategory(sage.SeriesInfo)'>SeriesInfoAPI.GetSeriesCategory</a> -- This Generated API is not Affiliated with SageTV. It is user contributed. --- 1,5 ---- <%-- -- Unofficial SageTV Generated File - Never Edit ! -- Generated Date/Time: 6/8/11 2:47 PM -- See Official Sage Documentation at <a href='http://download.sage.tv/api/sage/api/SeriesInfoAPI.html#GetSeriesCategory(sage.SeriesInfo)'>SeriesInfoAPI.GetSeriesCategory</a> -- This Generated API is not Affiliated with SageTV. It is user contributed. --- NEW FILE: IsSeriesInfoObject.tag --- <%-- -- Unofficial SageTV Generated File - Never Edit -- Generated Date/Time: 6/8/11 2:47 PM -- See Official Sage Documentation at <a href='http://download.sage.tv/api/sage/api/SeriesInfoAPI.html#IsSeriesInfoObject(java.lang.Object)'>SeriesInfoAPI.IsSeriesInfoObject</a> -- This Generated API is not Affiliated with SageTV. It is user contributed. --%> <%@ tag body-content="empty"%> <%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> <%@ attribute name="var" required="true" rtexprvalue="false" %> <%@ variable name-from-attribute="var" alias="varLocal" scope="AT_END" %> <%@ attribute name="context" required="false" type="java.lang.String" %> <%@ attribute name="seriesInfo" required="true" type="java.lang.Object" %> <% String contextAttr = (String) jspContext.getAttribute("context"); Object seriesInfoAttr = jspContext.getAttribute("seriesInfo"); Object returnVal = null; if ((context != null) && (context.trim().length() > 0)) { returnVal = sage.SageTV.apiUI(context, "IsSeriesInfoObject", new Object[] {seriesInfoAttr}); } else { returnVal = sage.SageTV.api("IsSeriesInfoObject", new Object[] {seriesInfoAttr}); } %> <c:set var="varLocal" value="<%= returnVal %>"/> --- NEW FILE: GetSeriesID.tag --- <%-- -- Unofficial SageTV Generated File - Never Edit -- Generated Date/Time: 6/8/11 2:47 PM -- See Official Sage Documentation at <a href='http://download.sage.tv/api/sage/api/SeriesInfoAPI.html#GetSeriesID(sage.SeriesInfo)'>SeriesInfoAPI.GetSeriesID</a> -- This Generated API is not Affiliated with SageTV. It is user contributed. --%> <%@ tag body-content="empty"%> <%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> <%@ attribute name="var" required="true" rtexprvalue="false" %> <%@ variable name-from-attribute="var" alias="varLocal" scope="AT_END" %> <%@ attribute name="context" required="false" type="java.lang.String" %> <%@ attribute name="seriesInfo" required="true" type="java.lang.Object" %> <% String contextAttr = (String) jspContext.getAttribute("context"); Object seriesInfoAttr = jspContext.getAttribute("seriesInfo"); Object returnVal = null; if ((context != null) && (context.trim().length() > 0)) { returnVal = sage.SageTV.apiUI(context, "GetSeriesID", new Object[] {seriesInfoAttr}); } else { returnVal = sage.SageTV.api("GetSeriesID", new Object[] {seriesInfoAttr}); } %> <c:set var="varLocal" value="<%= returnVal %>"/> Index: GetSeriesTitle.tag =================================================================== RCS file: /cvsroot/sageplugins/webapp/WebContent/WEB-INF/tags/sage/api/seriesinfo/GetSeriesTitle.tag,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** GetSeriesTitle.tag 17 Jul 2010 14:35:06 -0000 1.3 --- GetSeriesTitle.tag 8 Jun 2011 21:20:30 -0000 1.4 *************** *** 1,5 **** <%-- -- Unofficial SageTV Generated File - Never Edit ! -- Generated Date/Time: 7/17/10 8:25 AM -- See Official Sage Documentation at <a href='http://download.sage.tv/api/sage/api/SeriesInfoAPI.html#GetSeriesTitle(sage.SeriesInfo)'>SeriesInfoAPI.GetSeriesTitle</a> -- This Generated API is not Affiliated with SageTV. It is user contributed. --- 1,5 ---- <%-- -- Unofficial SageTV Generated File - Never Edit ! -- Generated Date/Time: 6/8/11 2:47 PM -- See Official Sage Documentation at <a href='http://download.sage.tv/api/sage/api/SeriesInfoAPI.html#GetSeriesTitle(sage.SeriesInfo)'>SeriesInfoAPI.GetSeriesTitle</a> -- This Generated API is not Affiliated with SageTV. It is user contributed. Index: GetAllSeriesInfo.tag =================================================================== RCS file: /cvsroot/sageplugins/webapp/WebContent/WEB-INF/tags/sage/api/seriesinfo/GetAllSeriesInfo.tag,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** GetAllSeriesInfo.tag 17 Jul 2010 14:35:06 -0000 1.3 --- GetAllSeriesInfo.tag 8 Jun 2011 21:20:30 -0000 1.4 *************** *** 1,5 **** <%-- -- Unofficial SageTV Generated File - Never Edit ! -- Generated Date/Time: 7/17/10 8:25 AM -- See Official Sage Documentation at <a href='http://download.sage.tv/api/sage/api/SeriesInfoAPI.html#GetAllSeriesInfo()'>SeriesInfoAPI.GetAllSeriesInfo</a> -- This Generated API is not Affiliated with SageTV. It is user contributed. --- 1,5 ---- <%-- -- Unofficial SageTV Generated File - Never Edit ! -- Generated Date/Time: 6/8/11 2:47 PM -- See Official Sage Documentation at <a href='http://download.sage.tv/api/sage/api/SeriesInfoAPI.html#GetAllSeriesInfo()'>SeriesInfoAPI.GetAllSeriesInfo</a> -- This Generated API is not Affiliated with SageTV. It is user contributed. Index: GetSeriesSubCategory.tag =================================================================== RCS file: /cvsroot/sageplugins/webapp/WebContent/WEB-INF/tags/sage/api/seriesinfo/GetSeriesSubCategory.tag,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** GetSeriesSubCategory.tag 17 Jul 2010 14:35:06 -0000 1.1 --- GetSeriesSubCategory.tag 8 Jun 2011 21:20:30 -0000 1.2 *************** *** 1,5 **** <%-- -- Unofficial SageTV Generated File - Never Edit ! -- Generated Date/Time: 7/17/10 8:25 AM -- See Official Sage Documentation at <a href='http://download.sage.tv/api/sage/api/SeriesInfoAPI.html#GetSeriesSubCategory(sage.SeriesInfo)'>SeriesInfoAPI.GetSeriesSubCategory</a> -- This Generated API is not Affiliated with SageTV. It is user contributed. --- 1,5 ---- <%-- -- Unofficial SageTV Generated File - Never Edit ! -- Generated Date/Time: 6/8/11 2:47 PM -- See Official Sage Documentation at <a href='http://download.sage.tv/api/sage/api/SeriesInfoAPI.html#GetSeriesSubCategory(sage.SeriesInfo)'>SeriesInfoAPI.GetSeriesSubCategory</a> -- This Generated API is not Affiliated with SageTV. It is user contributed. --- NEW FILE: GetSeriesInfoProperty.tag --- <%-- -- Unofficial SageTV Generated File - Never Edit -- Generated Date/Time: 6/8/11 2:47 PM -- See Official Sage Documentation at <a href='http://download.sage.tv/api/sage/api/SeriesInfoAPI.html#GetSeriesInfoProperty(sage.SeriesInfo, java.lang.String)'>SeriesInfoAPI.GetSeriesInfoProperty</a> -- This Generated API is not Affiliated with SageTV. It is user contributed. --%> <%@ tag body-content="empty"%> <%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> <%@ attribute name="var" required="true" rtexprvalue="false" %> <%@ variable name-from-attribute="var" alias="varLocal" scope="AT_END" %> <%@ attribute name="context" required="false" type="java.lang.String" %> <%@ attribute name="seriesInfo" required="true" type="java.lang.Object" %> <%@ attribute name="propertyName" required="true" type="java.lang.String" %> <% String contextAttr = (String) jspContext.getAttribute("context"); Object seriesInfoAttr = jspContext.getAttribute("seriesInfo"); Object propertyNameAttr = jspContext.getAttribute("propertyName"); Object returnVal = null; if ((context != null) && (context.trim().length() > 0)) { returnVal = sage.SageTV.apiUI(context, "GetSeriesInfoProperty", new Object[] {seriesInfoAttr, propertyNameAttr}); } else { returnVal = sage.SageTV.api("GetSeriesInfoProperty", new Object[] {seriesInfoAttr, propertyNameAttr}); } %> <c:set var="varLocal" value="<%= returnVal %>"/> --- NEW FILE: SetSeriesInfoProperty.tag --- <%-- -- Unofficial SageTV Generated File - Never Edit -- Generated Date/Time: 6/8/11 2:47 PM -- See Official Sage Documentation at <a href='http://download.sage.tv/api/sage/api/SeriesInfoAPI.html#SetSeriesInfoProperty(sage.SeriesInfo, java.lang.String, java.lang.String)'>SeriesInfoAPI.SetSeriesInfoProperty</a> -- This Generated API is not Affiliated with SageTV. It is user contributed. --%> <%@ tag body-content="empty"%> <%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> <%@ attribute name="context" required="false" type="java.lang.String" %> <%@ attribute name="seriesInfo" required="true" type="java.lang.Object" %> <%@ attribute name="propertyName" required="true" type="java.lang.String" %> <%@ attribute name="propertyValue" required="true" type="java.lang.String" %> <% String contextAttr = (String) jspContext.getAttribute("context"); Object seriesInfoAttr = jspContext.getAttribute("seriesInfo"); Object propertyNameAttr = jspContext.getAttribute("propertyName"); Object propertyValueAttr = jspContext.getAttribute("propertyValue"); if ((context != null) && (context.trim().length() > 0)) { sage.SageTV.apiUI(context, "SetSeriesInfoProperty", new Object[] {seriesInfoAttr, propertyNameAttr, propertyValueAttr}); } else { sage.SageTV.api("SetSeriesInfoProperty", new Object[] {seriesInfoAttr, propertyNameAttr, propertyValueAttr}); } %> |