Serialized Form
-
Package org.exoplatform.appcenter.dto
-
Class org.exoplatform.appcenter.dto.Application
class Application extends Object implements Serializable- serialVersionUID:
- -3486306198744219949L
-
Serialized Fields
-
active
boolean active
-
description
String description
-
helpPageURL
String helpPageURL
-
id
Long id
-
imageFileBody
String imageFileBody
-
imageFileId
Long imageFileId
-
imageFileName
String imageFileName
-
imageLastModified
Long imageLastModified
-
isChangedManually
boolean isChangedManually
-
isMandatory
boolean isMandatory
-
isMobile
boolean isMobile
-
order
Long order
-
permissions
List<String> permissions
-
system
boolean system
-
title
String title
-
url
String url
-
-
Class org.exoplatform.appcenter.dto.ApplicationImage
class ApplicationImage extends Object implements Serializable- serialVersionUID:
- -2001197615359890089L
-
Class org.exoplatform.appcenter.dto.ApplicationList
class ApplicationList extends Object implements Serializable- serialVersionUID:
- 8955981782215121831L
-
Serialized Fields
-
applications
List<Application> applications
-
canAddFavorite
boolean canAddFavorite
-
limit
long limit
-
offset
long offset
-
size
long size
-
-
Class org.exoplatform.appcenter.dto.ApplicationOrder
class ApplicationOrder extends Object implements Serializable -
Class org.exoplatform.appcenter.dto.GeneralSettings
class GeneralSettings extends Object implements Serializable- serialVersionUID:
- -7944257841117045698L
-
Serialized Fields
-
defaultApplicationImage
ApplicationImage defaultApplicationImage
-
maxFavoriteApps
long maxFavoriteApps
-
-
Class org.exoplatform.appcenter.dto.UserApplication
class UserApplication extends Application implements Serializable- serialVersionUID:
- -2451635329141517005L
-
Serialized Fields
-
favorite
boolean favorite
-
-
-
Package org.exoplatform.appcenter.service
-
Exception Class org.exoplatform.appcenter.service.ApplicationAlreadyExistsException
class ApplicationAlreadyExistsException extends Exception implements Serializable- serialVersionUID:
- 5357136264162068261L
-
Exception Class org.exoplatform.appcenter.service.ApplicationNotFoundException
class ApplicationNotFoundException extends Exception implements Serializable- serialVersionUID:
- 5357136264162068261L
-