Uses of Class
se.datadosen.jalbum.AccountProfile
Packages that use AccountProfile
-
Uses of AccountProfile in se.datadosen.jalbum
Methods in se.datadosen.jalbum that return AccountProfileModifier and TypeMethodDescriptionAccountManager.findAccountByName(String name) AccountManager.findCurrentAccount(AlbumBean engine) AccountManager.findJAlbumAccountByUserName(String userName) AccountManager.getFirstMyjalbumAccount()Iterate through the list of accounts and find the first available myjalbum account.Methods in se.datadosen.jalbum with parameters of type AccountProfileModifier and TypeMethodDescriptionvoidAccountManager.addAccount(AccountProfile newAccount) Add a new FTP account to the list.Notifier.albumAdded(AccountProfile account, String albumUrl, AlbumProject project, boolean share) voidNotifier.albumAddedBg(AccountProfile account, String albumUrl, AlbumProject project, boolean share) voidNotifier.albumDeleted(AccountProfile account, String oldUrl) voidNotifier.albumDeletedBg(AccountProfile account, String oldUrl) Notifier.albumMoved(AccountProfile account, String oldUrl, String newUrl) voidNotifier.albumMovedBg(AccountProfile account, String oldUrl, String newUrl) booleanNotifier.allowedToNotify(AccountProfile account) static StringAccountManager.getCid(AccountProfile account) static AccountManager.AccountStatusAccountManager.getJalbumAccountStatus(AccountProfile profile) UploadBean.getPathFinder(AccountProfile account, AlbumBean engine) Return utility class that helps resolving (figuring out) paths and URLs to published albumsvoidAccountManager.removeAccount(AccountProfile oldAccount) Remove a FTP account from the list.static StringAccountManager.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 clientvoidUploadBean.setAccountProperties(AccountProfile account) Constructors in se.datadosen.jalbum with parameters of type AccountProfile