|
IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.btt.web2.profile.BTTWeb2ProfileFileDAOImpl
public class BTTWeb2ProfileFileDAOImpl
Field Summary | |
---|---|
(package private) java.lang.String |
rootPath
|
Constructor Summary | |
---|---|
BTTWeb2ProfileFileDAOImpl()
|
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 |
getRootPath()
|
java.lang.String |
getUserProfile(java.lang.String configType,
java.lang.String userID)
Get the user profile |
void |
setRootPath(java.lang.String rootPath)
|
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 |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
java.lang.String rootPath
Constructor Detail |
---|
public BTTWeb2ProfileFileDAOImpl()
Method Detail |
---|
public java.lang.String getRootPath()
public void setRootPath(java.lang.String rootPath)
public int addGlobalProfile(java.lang.String configType, java.lang.String xmlContent) throws java.lang.Exception
BTTWeb2ProfileDAO
addGlobalProfile
in interface BTTWeb2ProfileDAO
java.lang.Exception
public int addUserProfile(java.lang.String configType, java.lang.String userID, java.lang.String xmlContent) throws java.lang.Exception
BTTWeb2ProfileDAO
addUserProfile
in interface BTTWeb2ProfileDAO
java.lang.Exception
public java.lang.String getGlobalProfile(java.lang.String configType) throws java.lang.Exception
BTTWeb2ProfileDAO
getGlobalProfile
in interface BTTWeb2ProfileDAO
java.lang.Exception
public java.lang.String getUserProfile(java.lang.String configType, java.lang.String userID) throws java.lang.Exception
BTTWeb2ProfileDAO
getUserProfile
in interface BTTWeb2ProfileDAO
java.lang.Exception
public int updateGlobalProfile(java.lang.String configType, java.lang.String xmlContent) throws java.lang.Exception
BTTWeb2ProfileDAO
updateGlobalProfile
in interface BTTWeb2ProfileDAO
java.lang.Exception
public int updateUserProfile(java.lang.String configType, java.lang.String userID, java.lang.String xmlContent) throws java.lang.Exception
BTTWeb2ProfileDAO
updateUserProfile
in interface BTTWeb2ProfileDAO
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 |