Uses of Class
org.gcube.portlets.user.accountingdashboard.shared.env.AccountingServiceType
-
Packages that use AccountingServiceType Package Description org.gcube.portlets.user.accountingdashboard.server.accounting org.gcube.portlets.user.accountingdashboard.shared.env -
-
Uses of AccountingServiceType in org.gcube.portlets.user.accountingdashboard.server.accounting
Constructors in org.gcube.portlets.user.accountingdashboard.server.accounting with parameters of type AccountingServiceType Constructor Description AccountingService(AccountingServiceType accountingServiceType, TreeOptions treeOptions)PortalContextTreeProvider(AccountingServiceType accountingServiceType) -
Uses of AccountingServiceType in org.gcube.portlets.user.accountingdashboard.shared.env
Methods in org.gcube.portlets.user.accountingdashboard.shared.env that return AccountingServiceType Modifier and Type Method Description AccountingServiceTypeEnvironmentData. getAccountingServiceType()static AccountingServiceTypeAccountingServiceType. valueOf(String name)Returns the enum constant of this type with the specified name.static AccountingServiceType[]AccountingServiceType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.gcube.portlets.user.accountingdashboard.shared.env with parameters of type AccountingServiceType Modifier and Type Method Description voidEnvironmentData. setAccountingServiceType(AccountingServiceType accountingServiceType)Constructors in org.gcube.portlets.user.accountingdashboard.shared.env with parameters of type AccountingServiceType Constructor Description EnvironmentData(AccountingServiceType accountingServiceType)
-