public class RemoteLookAndFeelServiceImpl extends AbstractRemoteService<LookAndFeelService> implements RemoteLookAndFeelService
provider
Constructor and Description |
---|
RemoteLookAndFeelServiceImpl(AuthenticatedWebResourceProvider provider,
com.google.common.util.concurrent.ListeningExecutorService executor) |
Modifier and Type | Method and Description |
---|---|
com.atlassian.util.concurrent.Promise<LookAndFeelSettings> |
getCurrentLookAndFeel(String spaceKey) |
com.atlassian.util.concurrent.Promise<Void> |
resetLookAndFeel() |
com.atlassian.util.concurrent.Promise<Void> |
resetLookAndFeel(String spaceKey) |
com.atlassian.util.concurrent.Promise<LookAndFeelType> |
selectLookAndFeel(String spaceKey,
LookAndFeelType lookAndFeelType) |
com.atlassian.util.concurrent.Promise<LookAndFeel> |
updateLookAndFeel(LookAndFeel lookAndFeel) |
com.atlassian.util.concurrent.Promise<LookAndFeel> |
updateLookAndFeel(String spaceKey,
LookAndFeel lookAndFeel) |
addExpansions, addPageRequest, addPageRequestParams, deleteFuture, deleteFuture, getFuture, getFutureGenericCollection, getFutureMap, getFutureMapOfPageResponses, getFutureOption, getFuturePageResponseList, getFuturePageResponseList, newExperimentalRestWebResource, newRestWebResource, postFuture, postFuture, postFuture, postFutureToPageResponse, putFuture, putFutureToPageResponse
public RemoteLookAndFeelServiceImpl(AuthenticatedWebResourceProvider provider, com.google.common.util.concurrent.ListeningExecutorService executor)
public com.atlassian.util.concurrent.Promise<LookAndFeelSettings> getCurrentLookAndFeel(String spaceKey) throws ServiceException
getCurrentLookAndFeel
in interface RemoteLookAndFeelService
ServiceException
public com.atlassian.util.concurrent.Promise<LookAndFeel> updateLookAndFeel(LookAndFeel lookAndFeel) throws ServiceException
updateLookAndFeel
in interface RemoteLookAndFeelService
ServiceException
public com.atlassian.util.concurrent.Promise<LookAndFeel> updateLookAndFeel(String spaceKey, LookAndFeel lookAndFeel) throws ServiceException
updateLookAndFeel
in interface RemoteLookAndFeelService
ServiceException
public com.atlassian.util.concurrent.Promise<Void> resetLookAndFeel(String spaceKey) throws ServiceException
resetLookAndFeel
in interface RemoteLookAndFeelService
ServiceException
public com.atlassian.util.concurrent.Promise<Void> resetLookAndFeel()
resetLookAndFeel
in interface RemoteLookAndFeelService
public com.atlassian.util.concurrent.Promise<LookAndFeelType> selectLookAndFeel(String spaceKey, LookAndFeelType lookAndFeelType)
selectLookAndFeel
in interface RemoteLookAndFeelService
Copyright © 2003–2017 Atlassian. All rights reserved.