|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface MessagingService
MessagingService - The messaging service.
| Method Summary | |
|---|---|
MessagingAccountAccess |
getAccountAccess(int accountId,
com.openexchange.session.Session session)
Gets the account access for specified account identifier. |
MessagingAccountManager |
getAccountManager()
Gets the account manager for this messaging service. |
MessagingAccountTransport |
getAccountTransport(int accountId,
com.openexchange.session.Session session)
Gets the account transport for specified account identifier. |
java.lang.String |
getDisplayName()
Gets the display name. |
com.openexchange.datatypes.genericonf.DynamicFormDescription |
getFormDescription()
Get the form description. |
java.lang.String |
getId()
Gets the identifier of this messaging service. |
java.util.List<MessagingAction> |
getMessageActions()
Gets the list of message actions of this messaging service. |
java.util.Set<java.lang.String> |
getSecretProperties()
Gets those properties from configuration which should be encrypted. |
int[] |
getStaticRootPermissions()
Gets the static root folder permissions. |
| Method Detail |
|---|
java.lang.String getId()
java.util.List<MessagingAction> getMessageActions()
java.lang.String getDisplayName()
com.openexchange.datatypes.genericonf.DynamicFormDescription getFormDescription()
java.util.Set<java.lang.String> getSecretProperties()
int[] getStaticRootPermissions()
nullMessagingAccountManager getAccountManager()
MessagingAccountAccess getAccountAccess(int accountId,
com.openexchange.session.Session session)
throws MessagingException
accountId - The account identifiersession - The session providing needed user data
MessagingException - If account access cannot be returned for given account identifier
MessagingAccountTransport getAccountTransport(int accountId,
com.openexchange.session.Session session)
throws MessagingException
accountId - The account identifiersession - The session providing needed user data
MessagingException - If account transport cannot be returned for given account identifier
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||