Package org.cyclos.impl.system
Class CustomOperationFieldPossibleValueServiceImpl
- java.lang.Object
-
- org.cyclos.impl.AbstractServerComponent
-
- org.cyclos.impl.AbstractNetworkedServerComponent
-
- org.cyclos.impl.BaseServiceImpl
-
- org.cyclos.impl.CRUDServiceImpl<PV,A,CustomFieldPossibleValueDTO,CustomFieldPossibleValueData,CustomFieldPossibleValueDataParams>
-
- org.cyclos.impl.system.BaseCustomFieldPossibleValueServiceImpl<CustomOperationField,CustomOperationFieldPossibleValueCategory,CustomOperationFieldPossibleValue,QCustomOperationFieldPossibleValue>
-
- org.cyclos.impl.system.CustomOperationFieldPossibleValueServiceImpl
-
- All Implemented Interfaces:
CRUDServiceLocal<CustomOperationFieldPossibleValue,CustomFieldPossibleValueDTO,CustomFieldPossibleValueData,CustomFieldPossibleValueDataParams>,BaseCustomFieldPossibleValueServiceLocal<CustomOperationField,CustomOperationFieldPossibleValueCategory,CustomOperationFieldPossibleValue>,CustomOperationFieldPossibleValueServiceLocal,CRUDService<CustomFieldPossibleValueDTO,CustomFieldPossibleValueData,CustomFieldPossibleValueDataParams>,CRUDWithConfirmationPasswordService<CustomFieldPossibleValueDTO,CustomFieldPossibleValueData,CustomFieldPossibleValueDataParams>,Service,BaseCustomFieldPossibleValueService,CustomOperationFieldPossibleValueService
@Service public class CustomOperationFieldPossibleValueServiceImpl extends BaseCustomFieldPossibleValueServiceImpl<CustomOperationField,CustomOperationFieldPossibleValueCategory,CustomOperationFieldPossibleValue,QCustomOperationFieldPossibleValue> implements CustomOperationFieldPossibleValueServiceLocal
Implementation forCustomOperationFieldPossibleValueService
-
-
Field Summary
-
Fields inherited from class org.cyclos.impl.CRUDServiceImpl
$, ATTR_CURRENT_COPY, cacheHandler, dtoClass, entityClass, extensionPointService, idPath, internalNamePath, namePath, ownerEntityIdPath, ownerEntityPath, ownerEntityPropertyName, passwordHandler, richTextHandler, withConfirmationPassword
-
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 CustomOperationFieldPossibleValueServiceImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidregisterNetworkMappings(NetworkPathRegistry networkPathRegistry)Needs to be overridden by subclasses to register the path up to the network-
Methods inherited from class org.cyclos.impl.system.BaseCustomFieldPossibleValueServiceImpl
getCustomFieldClass, getData, getPossibleValueCategoryClass, insert, move, newEntity, onAfterSave, onBeforeSave, resolveValidator, search
-
Methods inherited from class org.cyclos.impl.CRUDServiceImpl
addCustomInternalNameValidations, addCustomNameValidations, checkConfirmationPassword, doRemove, find, findAll, from, getConfirmationPasswordInput, getConfirmationPasswordInputForRemove, getData, getDataForNew, getDeviceConfirmationParams, getEntityClass, getEntityInternalNameKey, getExcludedPropertiesToDTO, getExcludedPropertiesToEntity, getNameLabel, getUniqueInternalNameQuery, getUniqueNameQuery, isEntityInternalNameRequired, isNameRequired, load, logEntity, onAfterRemove, onBeforeRemove, preProcessCurrentCopy, remove, remove, removeAll, removeAll, removeAllWithConfirmationPassword, removeWithConfirmationPassword, resolveDTOType, resolveEntityType, resolveExtensionPointAccessor, save, saveOrder, saveSkippingEntityLog, saveWithConfirmationPassword, shouldCheckConfirmationPassword, subClassMappings, toDTO, toEntity, validate
-
Methods inherited from class org.cyclos.impl.BaseServiceImpl
initializeNetworkMappings
-
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, setAlreadyValidated, toDate, toDateTime, validate
-
Methods inherited from class org.cyclos.impl.AbstractServerComponent
dataTranslationProxy, dataTranslationProxy, delete, detach, doDataTranslationProxy, find, flush, from, getApplicationContext, getFormatter, getFormatter, getFormatter, getLogger, getRemoteAddress, getSessionData, mailContentBuilder, message, message, persist, processBatch, processBatch, refresh, remove, selectFrom, subQuery, update
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.cyclos.services.system.BaseCustomFieldPossibleValueService
insert, move, search
-
Methods inherited from interface org.cyclos.impl.system.BaseCustomFieldPossibleValueServiceLocal
getCustomFieldClass, getPossibleValueCategoryClass
-
Methods inherited from interface org.cyclos.services.CRUDService
getData, getDataForNew, load, remove, removeAll, save
-
Methods inherited from interface org.cyclos.impl.CRUDServiceLocal
find, findAll, getEntityClass, newEntity, remove, removeAll, saveEntity, saveSkippingEntityLog, toDTO, toEntity, validate
-
-
-
-
Method Detail
-
registerNetworkMappings
protected void registerNetworkMappings(NetworkPathRegistry networkPathRegistry)
Description copied from class:BaseServiceImplNeeds to be overridden by subclasses to register the path up to the network- Specified by:
registerNetworkMappingsin classBaseServiceImpl
-
-