Class ServiceInstanceNamePathConverterPostLoadProcessor
- java.lang.Object
-
- lumis.doui.source.postloadprocessor.NamePathConverterPostLoadProcessor
-
- lumis.doui.source.postloadprocessor.ServiceInstanceNamePathConverterPostLoadProcessor
-
- All Implemented Interfaces:
IPostLoadProcessor
public class ServiceInstanceNamePathConverterPostLoadProcessor extends NamePathConverterPostLoadProcessor
-
-
Field Summary
-
Fields inherited from class lumis.doui.source.postloadprocessor.NamePathConverterPostLoadProcessor
nameFieldId, parametersNode
-
-
Constructor Summary
Constructors Constructor Description ServiceInstanceNamePathConverterPostLoadProcessor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected String
getChannelId(SessionConfig sessionConfig, String id, ITransaction transaction)
protected String
getOriginalName(SessionConfig sessionConfig, String id, ITransaction transaction)
-
Methods inherited from class lumis.doui.source.postloadprocessor.NamePathConverterPostLoadProcessor
processSource, setPath
-
-
-
-
Method Detail
-
getChannelId
protected String getChannelId(SessionConfig sessionConfig, String id, ITransaction transaction) throws PortalException
- Specified by:
getChannelId
in classNamePathConverterPostLoadProcessor
- Throws:
PortalException
-
getOriginalName
protected String getOriginalName(SessionConfig sessionConfig, String id, ITransaction transaction) throws PortalException
- Specified by:
getOriginalName
in classNamePathConverterPostLoadProcessor
- Throws:
PortalException
-
-