@Service @Transactional(value="herdTransactionManager") public class BusinessObjectDefinitionDescriptionSuggestionServiceImpl extends Object implements BusinessObjectDefinitionDescriptionSuggestionService, SearchableService
| Modifier and Type | Field and Description |
|---|---|
static String |
CREATED_BY_USER_ID_FIELD |
static String |
CREATED_ON_FIELD |
static String |
DESCRIPTION_SUGGESTION_FIELD |
static String |
STATUS_FIELD |
| Constructor and Description |
|---|
BusinessObjectDefinitionDescriptionSuggestionServiceImpl() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitvalidateSearchResponseFieldspublic static final String CREATED_BY_USER_ID_FIELD
public static final String CREATED_ON_FIELD
public static final String DESCRIPTION_SUGGESTION_FIELD
public static final String STATUS_FIELD
public BusinessObjectDefinitionDescriptionSuggestionServiceImpl()
@PublishNotificationMessages public BusinessObjectDefinitionDescriptionSuggestion createBusinessObjectDefinitionDescriptionSuggestion(BusinessObjectDefinitionDescriptionSuggestionCreateRequest request)
BusinessObjectDefinitionDescriptionSuggestionServicecreateBusinessObjectDefinitionDescriptionSuggestion in interface BusinessObjectDefinitionDescriptionSuggestionServicerequest - the information needed to create the business object definition description suggestionpublic BusinessObjectDefinitionDescriptionSuggestion deleteBusinessObjectDefinitionDescriptionSuggestion(BusinessObjectDefinitionDescriptionSuggestionKey key)
BusinessObjectDefinitionDescriptionSuggestionServicedeleteBusinessObjectDefinitionDescriptionSuggestion in interface BusinessObjectDefinitionDescriptionSuggestionServicekey - the business object definition description suggestion keypublic BusinessObjectDefinitionDescriptionSuggestion getBusinessObjectDefinitionDescriptionSuggestionByKey(BusinessObjectDefinitionDescriptionSuggestionKey key)
BusinessObjectDefinitionDescriptionSuggestionServicegetBusinessObjectDefinitionDescriptionSuggestionByKey in interface BusinessObjectDefinitionDescriptionSuggestionServicekey - the business object definition description suggestion keypublic BusinessObjectDefinitionDescriptionSuggestionKeys getBusinessObjectDefinitionDescriptionSuggestions(BusinessObjectDefinitionKey businessObjectDefinitionKey)
BusinessObjectDefinitionDescriptionSuggestionServicegetBusinessObjectDefinitionDescriptionSuggestions in interface BusinessObjectDefinitionDescriptionSuggestionServicebusinessObjectDefinitionKey - the business object definition key used to get the business object definition suggestion keyspublic Set<String> getValidSearchResponseFields()
getValidSearchResponseFields in interface SearchableServicepublic BusinessObjectDefinitionDescriptionSuggestionSearchResponse searchBusinessObjectDefinitionDescriptionSuggestions(BusinessObjectDefinitionDescriptionSuggestionSearchRequest request, Set<String> fields)
BusinessObjectDefinitionDescriptionSuggestionServicesearchBusinessObjectDefinitionDescriptionSuggestions in interface BusinessObjectDefinitionDescriptionSuggestionServicerequest - search requestfields - business object definition description suggestions optional fields to return@PublishNotificationMessages public BusinessObjectDefinitionDescriptionSuggestion updateBusinessObjectDefinitionDescriptionSuggestion(BusinessObjectDefinitionDescriptionSuggestionKey key, BusinessObjectDefinitionDescriptionSuggestionUpdateRequest request)
BusinessObjectDefinitionDescriptionSuggestionServiceupdateBusinessObjectDefinitionDescriptionSuggestion in interface BusinessObjectDefinitionDescriptionSuggestionServicekey - the business object definition description suggestion keyrequest - the information needed to update the business object definition description suggestion@NamespacePermission(fields="#request.businessObjectDefinitionDescriptionSuggestionKey.namespace", permissions={WRITE_DESCRIPTIVE_CONTENT,WRITE}) public BusinessObjectDefinitionDescriptionSuggestion acceptBusinessObjectDefinitionDescriptionSuggestion(BusinessObjectDefinitionDescriptionSuggestionAcceptanceRequest request)
BusinessObjectDefinitionDescriptionSuggestionServiceacceptBusinessObjectDefinitionDescriptionSuggestion in interface BusinessObjectDefinitionDescriptionSuggestionServicerequest - the information needed to accept the business object definition description suggestion.Copyright © 2021. All rights reserved.