|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.plugins.comarquage.util.CoMarquageUtils
public final class CoMarquageUtils
CoMarquage utilitary access class
Method Summary | |
---|---|
static java.lang.String |
callChainManagerByPluginName(java.lang.String strPluginName,
java.lang.String strFirstModuleInstanceName,
java.io.Serializable key)
Call a chain manager by the plugin name and entry point. |
static IChainManager |
getChainManagerByPluginName(java.lang.String strPluginName)
Get chain manager by the plugin name. |
static java.lang.String |
getId(javax.servlet.http.HttpServletRequest request)
Return id with one Card max and without double |
static java.lang.String |
getLocalId(java.lang.String strLastId,
java.lang.String strCDCCode)
Returns the local id of the given id. |
static CardKey |
newCardKeyInstance(java.lang.String strCDCCode,
java.util.List<java.lang.String> listPath,
char cSeparator)
Builds a new card key instance with the parameters given |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static java.lang.String getId(javax.servlet.http.HttpServletRequest request)
request
- the request
public static java.lang.String callChainManagerByPluginName(java.lang.String strPluginName, java.lang.String strFirstModuleInstanceName, java.io.Serializable key)
key
strPluginName
- The name of the plugin (for retrieve configuration)strFirstModuleInstanceName
- The name of the entry nodekey
- Key reference for the object to search
public static IChainManager getChainManagerByPluginName(java.lang.String strPluginName)
strPluginName
- The name of the plugin (for retrieve configuration)
public static java.lang.String getLocalId(java.lang.String strLastId, java.lang.String strCDCCode)
strLastId = 12345FL67
and strCDCCode = 98765
returns 98765XL67-12345
strLastId
- the id to modifystrCDCCode
- the cdc code
public static CardKey newCardKeyInstance(java.lang.String strCDCCode, java.util.List<java.lang.String> listPath, char cSeparator)
strCDCCode
- the CDCCodelistPath
- the path listcSeparator
- the path separator
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |