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 class
DIMWrapper.DocInitialColumn
static class
DIMWrapper.DocInitialList
static class
DIMWrapper.Document
static class
DIMWrapper.DocumentColumn
static class
DIMWrapper.DocumentFileInfo
static class
DIMWrapper.DocumentList
static class
DIMWrapper.DocumentRow
-
Constructor Summary
Constructors Constructor Description DIMWrapper()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DIMWrapper.Document
getDocument(de.uplanet.lucy.server.businesslogic.IBusinessLogicProcessingContext p_ctx, String p_strFileCtrlGuid, String p_strLastModifiedCtrlGuid)
int
getDocumentCount(int p_iAllDocumentCount)
DIMWrapper.DocumentFileInfo
getDocumentFileInfo(de.uplanet.lucy.server.engine.http.IWebProcessingContext p_ctx, String p_strFileCtrlGuid)
DIMWrapper.DocInitialList
getDocumentInitialList(de.uplanet.lucy.server.engine.http.IWebProcessingContext p_ctx, String p_strAppGuid, String p_strDataRangeGUID)
DIMWrapper.DocumentList
getDocumentList(de.uplanet.lucy.server.engine.http.IWebProcessingContext p_ctx, String p_strAppGuid, String p_strDataRangeGUID)
DimServiceItem
getServiceItem(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)
boolean
isLicensed()
boolean
isRecIdInDataRange(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
-
-