Class DIMWrapper
- java.lang.Object
-
- de.uplanet.lucy.server.auxiliaries.DIMWrapper
-
@VelocityCallable("singleton") public final class DIMWrapper extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDIMWrapper.DocInitialColumnstatic classDIMWrapper.DocInitialListstatic classDIMWrapper.Documentstatic classDIMWrapper.DocumentColumnstatic classDIMWrapper.DocumentFileInfostatic classDIMWrapper.DocumentListstatic classDIMWrapper.DocumentRow
-
Constructor Summary
Constructors Constructor Description DIMWrapper()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DIMWrapper.DocumentgetDocument(de.uplanet.lucy.server.businesslogic.IBusinessLogicProcessingContext p_ctx, String p_strFileCtrlGuid, String p_strLastModifiedCtrlGuid)intgetDocumentCount(int p_iAllDocumentCount)DIMWrapper.DocumentFileInfogetDocumentFileInfo(de.uplanet.lucy.server.engine.http.IWebProcessingContext p_ctx, String p_strFileCtrlGuid)DIMWrapper.DocInitialListgetDocumentInitialList(de.uplanet.lucy.server.engine.http.IWebProcessingContext p_ctx, String p_strAppGuid, String p_strDataRangeGUID)DIMWrapper.DocumentListgetDocumentList(de.uplanet.lucy.server.engine.http.IWebProcessingContext p_ctx, String p_strAppGuid, String p_strDataRangeGUID)DimServiceItemgetServiceItem(de.uplanet.jdbc.JdbcConnection p_conn, String p_strGuid, String p_strLang)List<DimServiceItem>getServiceItems(de.uplanet.jdbc.JdbcConnection p_conn, String p_strLang, String p_strType)booleanisLicensed()booleanisRecIdInDataRange(de.uplanet.lucy.server.IProcessingContext p_ctx, String p_strAppGuid, String p_strDataRangeGUID, String p_strRecId)
-
-
-
Method Detail
-
getServiceItems
public List<DimServiceItem> getServiceItems(de.uplanet.jdbc.JdbcConnection p_conn, String p_strLang, String p_strType) throws Exception
- Throws:
Exception
-
getServiceItem
public DimServiceItem getServiceItem(de.uplanet.jdbc.JdbcConnection p_conn, String p_strGuid, String p_strLang) throws Exception
- Throws:
Exception
-
getDocumentCount
public int getDocumentCount(int p_iAllDocumentCount)
-
isLicensed
public boolean isLicensed()
-
isRecIdInDataRange
public boolean isRecIdInDataRange(de.uplanet.lucy.server.IProcessingContext p_ctx, String p_strAppGuid, String p_strDataRangeGUID, String p_strRecId) throws de.uplanet.lucy.server.businesslogic.BlException- Throws:
de.uplanet.lucy.server.businesslogic.BlException
-
getDocumentInitialList
public DIMWrapper.DocInitialList getDocumentInitialList(de.uplanet.lucy.server.engine.http.IWebProcessingContext p_ctx, String p_strAppGuid, String p_strDataRangeGUID) throws Exception
- Throws:
Exception
-
getDocumentList
public DIMWrapper.DocumentList getDocumentList(de.uplanet.lucy.server.engine.http.IWebProcessingContext p_ctx, String p_strAppGuid, String p_strDataRangeGUID) throws Exception
- Throws:
Exception
-
getDocumentFileInfo
public DIMWrapper.DocumentFileInfo getDocumentFileInfo(de.uplanet.lucy.server.engine.http.IWebProcessingContext p_ctx, String p_strFileCtrlGuid) throws Exception
- Throws:
Exception
-
getDocument
public DIMWrapper.Document getDocument(de.uplanet.lucy.server.businesslogic.IBusinessLogicProcessingContext p_ctx, String p_strFileCtrlGuid, String p_strLastModifiedCtrlGuid) throws Exception
- Throws:
Exception
-
-