Uses of Class
se.datadosen.jalbum.AccountProfile

Packages that use AccountProfile
se.datadosen.jalbum   
 

Uses of AccountProfile in se.datadosen.jalbum
 

Methods in se.datadosen.jalbum that return AccountProfile
 AccountProfile AccountManager.findAccountByName(java.lang.String name)
           
 AccountProfile AccountManager.findCurrentAccount(AlbumBean engine)
           
 AccountProfile AccountManager.findJAlbumAccountByUserName(java.lang.String userName)
           
 AccountProfile AccountManager.getFirstMyjalbumAccount()
          Iterate through the list of accounts and find the first available myjalbum account.
 

Methods in se.datadosen.jalbum with parameters of type AccountProfile
 void AccountManager.addAccount(AccountProfile newAccount)
          Add a new FTP account to the list.
 java.lang.String Notifier.albumAdded(AccountProfile account, java.lang.String albumUrl, AlbumObject root)
           
 void Notifier.albumAddedBg(AccountProfile account, java.lang.String albumUrl, AlbumObject root)
           
 java.lang.String Notifier.albumDeleted(AccountProfile account, java.lang.String oldUrl)
           
 void Notifier.albumDeletedBg(AccountProfile account, java.lang.String oldUrl)
           
 java.lang.String Notifier.albumMoved(AccountProfile account, java.lang.String oldUrl, java.lang.String newUrl)
           
 void Notifier.albumMovedBg(AccountProfile account, java.lang.String oldUrl, java.lang.String newUrl)
           
 boolean Notifier.allowedToNotify(AccountProfile account)
           
static java.lang.String AccountManager.getCid(AccountProfile account)
           
static AccountManager.AccountStatus AccountManager.getJalbumAccountStatus(AccountProfile profile)
           
 UploadBean.PathFinder UploadBean.getPathFinder(AccountProfile account, AlbumBean engine)
          Return utility class that helps resolving (figuring out) paths and URLs to published albums
 void AccountManager.removeAccount(AccountProfile oldAccount)
          Remove a FTP account from the list.
static java.lang.String AccountManager.resolveCid(AccountProfile account)
          Get the cid for the passed account if it's a jalbum account If not, the cid for the account the user is signed into jAlbum as is passed, or null if the user isn't signed into the jAlbum client
 void UploadBean.setAccountProperties(AccountProfile account)
           
 

Constructors in se.datadosen.jalbum with parameters of type AccountProfile
JPrivacyDialog(java.awt.Dialog d, AlbumBean engine, AccountProfile account)