Package org.cyclos.impl
Class BaseServiceImpl
- java.lang.Object
-
- org.cyclos.impl.AbstractServerComponent
-
- org.cyclos.impl.AbstractNetworkedServerComponent
-
- org.cyclos.impl.BaseServiceImpl
-
- Direct Known Subclasses:
AccountFeeLogServiceImpl,AccountServiceImpl,AdQuestionServiceImpl,AdWebShopSettingServiceImpl,AgreementLogServiceImpl,AlertServiceImpl,BaseImageServiceImpl,BaseProductsOwnerServiceImpl,BrokeringServiceImpl,CaptchaServiceImpl,ChargebackServiceImpl,ConnectedUserServiceImpl,CRUDServiceImpl,DataTranslationServiceImpl,DeviceConfirmationServiceImpl,EasyInvoiceServiceImpl,EntityLogServiceImpl,ErrorLogServiceImpl,ExternalPaymentServiceImpl,FcmTokenServiceImpl,InitializationServiceImpl,InternalAuthServiceImpl,InternalBasicUserServiceImpl,InternalFrontendServiceImpl,InternalIdentityProviderServiceImpl,InternalImageServiceImpl,InternalMobileServiceImpl,InternalUiServiceImpl,LicenseServiceImpl,LoginServiceImpl,MailingListServiceImpl,MessageServiceImpl,NotificationServiceImpl,NotificationSettingsServiceImpl,OidcAuthorizationServiceImpl,OidcServiceImpl,PasswordServiceImpl,PaymentRequestServiceImpl,PaymentServiceImpl,PinServiceImpl,PrivacySettingsServiceImpl,RateHandlerImpl,RawFileServiceImpl,RecurringPaymentServiceImpl,ReportServiceImpl,ScheduledPaymentServiceImpl,SetupServiceImpl,SitemapServiceImpl,SmsServiceImpl,TicketServiceImpl,TransactionAuthorizationServiceImpl,TransactionServiceImpl,TransferServiceImpl,TranslationMessageServiceImpl,TrustedDeviceServiceImpl,UserAccountFeeLogServiceImpl,UserChannelServiceImpl,UserDashboardActionsServiceImpl,UserFrontendSettingsServiceImpl,UserGroupServiceImpl,UserIdentityProviderServiceImpl,UserRegionalSettingsServiceImpl,UserStatusServiceImpl,UserValidationServiceImpl,VoucherServiceImpl
public abstract class BaseServiceImpl extends AbstractNetworkedServerComponent
Common class for service beans
-
-
Field Summary
-
Fields inherited from class org.cyclos.impl.AbstractNetworkedServerComponent
authHandler, conversionHandler, customFieldValueHandler, entityManagerHandler, groupsHandler, productsHandler, restBeanPropertyMapping, userLocatorHandler
-
Fields inherited from class org.cyclos.impl.AbstractServerComponent
accountHandler, configurationHandler, dataTranslationHandler, notificationHandler, profileFieldHandler, transactionHandler, translationHandler
-
-
Constructor Summary
Constructors Constructor Description BaseServiceImpl()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description voidinitializeNetworkMappings()protected abstract voidregisterNetworkMappings(NetworkPathRegistry networkPathRegistry)Needs to be overridden by subclasses to register the path up to the network-
Methods inherited from class org.cyclos.impl.AbstractNetworkedServerComponent
canManage, checkManagesUser, checkPermission, checkRelatesToUser, checkValue, clearAlreadyValidated, getBaseEntityManagerHandler, getConfiguration, getLoggedBasicUser, getLoggedUser, getProducts, getTranslatedName, getTranslatedValue, hasPermission, hasValue, inSameNetwork, inSameNetworkOrGlobal, isAdmin, isAlreadyValidated, isBroker, isGlobalAdmin, isGlobalAdminInNetwork, isGuest, isLoggedIn, isMember, isMemberOnly, isNetworkAdmin, isOperator, isRelatedToUser, isSystem, isUserManager, isUserManagerOf, message, message, permission, permission, permissionOptionalValue, permissionOptionalValue, toDate, toDateTime, validate
-
Methods inherited from class org.cyclos.impl.AbstractServerComponent
dataTranslationProxy, delete, detach, find, flush, from, getApplicationContext, getFormatter, getFormatter, getFormatter, getLogger, getRemoteAddress, getSessionData, mailContentBuilder, message, message, persist, processBatch, processBatch, refresh, remove, selectFrom, subQuery, update
-
-
-
-
Method Detail
-
initializeNetworkMappings
@PostConstruct public final void initializeNetworkMappings()
-
registerNetworkMappings
protected abstract void registerNetworkMappings(NetworkPathRegistry networkPathRegistry)
Needs to be overridden by subclasses to register the path up to the network
-
-