com.mymed.controller.core.manager.position
Interface IPositionManager

All Known Implementing Classes:
PositionManager

public interface IPositionManager


Method Summary
 MPositionBean create(MPositionBean user)
           
 MPositionBean read(java.lang.String userID)
           
 void update(MPositionBean position)
           
 

Method Detail

create

MPositionBean create(MPositionBean user)
                     throws InternalBackEndException,
                            IOBackEndException
Parameters:
user -
Returns:
Throws:
InternalBackEndException
IOBackEndException

read

MPositionBean read(java.lang.String userID)
                   throws InternalBackEndException,
                          IOBackEndException
Parameters:
userID -
Returns:
Throws:
InternalBackEndException
IOBackEndException

update

void update(MPositionBean position)
            throws InternalBackEndException,
                   IOBackEndException
Parameters:
position -
Throws:
InternalBackEndException
IOBackEndException