|
IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface BTTWeb2ProfileDAO
Method Summary | |
---|---|
int |
addGlobalProfile(java.lang.String configType,
java.lang.String xmlContent)
Add global profile |
int |
addUserProfile(java.lang.String configType,
java.lang.String userID,
java.lang.String xmlContent)
Add user profile |
java.lang.String |
getGlobalProfile(java.lang.String configType)
Get the global profile |
java.lang.String |
getUserProfile(java.lang.String configType,
java.lang.String userID)
Get the user profile |
int |
updateGlobalProfile(java.lang.String configType,
java.lang.String xmlContent)
Update global profile |
int |
updateUserProfile(java.lang.String configType,
java.lang.String userID,
java.lang.String xmlContent)
Update user profile |
Method Detail |
---|
java.lang.String getUserProfile(java.lang.String configType, java.lang.String userID) throws java.lang.Exception
configType
- userID
-
java.lang.Exception
java.lang.String getGlobalProfile(java.lang.String configType) throws java.lang.Exception
configType
-
java.lang.Exception
int addUserProfile(java.lang.String configType, java.lang.String userID, java.lang.String xmlContent) throws java.lang.Exception
configType
- userID
- xmlContent
-
java.lang.Exception
int addGlobalProfile(java.lang.String configType, java.lang.String xmlContent) throws java.lang.Exception
configType
- xmlContent
-
java.lang.Exception
int updateUserProfile(java.lang.String configType, java.lang.String userID, java.lang.String xmlContent) throws java.lang.Exception
configType
- userID
- xmlContent
-
java.lang.Exception
int updateGlobalProfile(java.lang.String configType, java.lang.String xmlContent) throws java.lang.Exception
configType
- xmlContent
-
java.lang.Exception
|
IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |