Ignore:
Timestamp:
03/16/10 21:22:12 (2 years ago)
Author:
sys
Message:

Push de des propriétés de l'item dans les Src des wsp.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Jav_Wsp/src/com/scenari/m/bdp/module/rename/uii/HModuleRenameUii.java

    r14497 r15103  
    4242 
    4343import com.scenari.m.bdp.item.HQCode; 
     44import com.scenari.m.bdp.item.IHItem; 
    4445import com.scenari.m.bdp.item.IHItemDef; 
    4546import com.scenari.m.bdp.itemtype.IHItemType; 
     
    8889         * 
    8990         */ 
    90         public void hRenameItem(IHRenamingPlan pRenamingPlan, IHItemDef pItemSrc, IHItemDef pItemDst, IUser pUser, int pClientId, IHTransaction pTransaction) throws Exception { 
     91        public IHItem hRenameItem(IHRenamingPlan pRenamingPlan, IHItemDef pItemSrc, IHItemDef pItemDst, IUser pUser, int pClientId, IHTransaction pTransaction) throws Exception { 
    9192                InputStream vStreamSrc = null; 
    9293                HStreamHandler vStream = null; 
     
    105106                        } 
    106107                        //Enregistrment 
    107                         vItemType.hGetModuleSave().hSaveItem(pItemDst, null, vStream, (pUser != null) ? pUser.getAccount() : null, pClientId, pTransaction); 
     108                        return vItemType.hGetModuleSave().hSaveItem(pItemDst, null, vStream, (pUser != null) ? pUser.getAccount() : null, pClientId, pTransaction); 
    108109                } catch (Exception e) { 
    109110                        throw (Exception) LogMgr.addMessage(e, "Echec au renommage de l'item " + pItemSrc); 
Note: See TracChangeset for help on using the changeset viewer.