com.mymed.controller.core.manager.position
Interface IPositionManager
- All Known Implementing Classes:
- PositionManager
public interface IPositionManager
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