public abstract class BaseCustomFieldServiceSecurity<DTO extends CustomFieldDTO,CF extends CustomField<CF,C,PV>,C extends CustomFieldPossibleValueCategory<CF,C,PV>,PV extends CustomFieldPossibleValue<CF,C,PV>,D extends CustomFieldData<DTO>,DP> extends CRUDServiceSecurity<DTO,CF,D,DP> implements BaseCustomFieldService<DTO,D,DP>
entityClass| Constructor and Description |
|---|
BaseCustomFieldServiceSecurity(java.lang.Class<CF> entityClass) |
| Modifier and Type | Method and Description |
|---|---|
void |
saveOrder(java.util.List<java.lang.Long> customFieldIds)
Saves a custom field order.
|
canPerformOperation, canViewHistoryLog, checkCreateNew, checkManageAccess, checkOperation, checkViewAccess, customizeData, doHasManageAccess, doHasViewAccess, find, getConfirmationPasswordInputForRemove, getData, getDataForNew, getEntityClass, getImplementation, hasManageAccess, hasViewAccess, isAccessible, load, onBeforeSave, remove, removeAll, removeAllWithConfirmationPassword, removeWithConfirmationPassword, resolveEntityCheck, save, saveWithConfirmationPasswordcheckGuest, checkId, checkIds, checkInternalName, checkLoggedIn, checkManagesUser, checkRelatesToUser, checkVO, checkVOs, doInitialize, getEntityCheckRegistry, getUser, initializecanManage, checkManagesUser, checkPermission, checkRelatesToUser, checkValue, clearAlreadyValidated, getAccountHandler, getAuthHandler, getBaseEntityManagerHandler, getChannelConfiguration, getConfiguration, getConversionHandler, getCustomFieldValueHandler, getEntityManagerHandler, getGroupsHandler, getLoggedBasicUser, getLoggedUser, getProducts, getProductsHandler, getReportHandler, getTranslatedName, getTranslatedValue, getUserLocatorHandler, getValidationResult, hasPermission, hasValue, inSameNetwork, inSameNetworkOrGlobal, isAdmin, isAlreadyValidated, isBroker, isGlobalAdmin, isGlobalAdminInNetwork, isGuest, isLoggedIn, isMember, isNetworkAdmin, isOperator, isRelatedToUser, isSystem, isUserManager, isUserManagerOf, message, message, permission, permission, permissionOptionalValue, permissionOptionalValue, toDate, toDateTime, validatedelete, detach, find, flush, from, getApplicationContext, getConfigurationHandler, getDataTranslationHandler, getFormatter, getFormatter, getFormatter, getLogger, getNotificationHandler, getProfileFieldHandler, getRemoteAddress, getSessionData, getTransactionHandler, getTranslationHandler, message, message, persist, processBatch, refresh, remove, subQuery, updateclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetData, getDataForNew, load, remove, removeAll, savepublic BaseCustomFieldServiceSecurity(java.lang.Class<CF> entityClass)
public final void saveOrder(java.util.List<java.lang.Long> customFieldIds)
throws FrameworkException
BaseCustomFieldServicesaveOrder in interface BaseCustomFieldService<DTO extends CustomFieldDTO,D extends CustomFieldData<DTO>,DP>FrameworkException