Interface TransactionCode
-
- All Superinterfaces:
CategoryAssigned
,java.lang.Comparable<com.novomind.ecom.common.api.persistence.Entity>
,com.novomind.ecom.common.api.attribute.Described
,com.novomind.ecom.common.api.persistence.Entity
,LocalizedDescribed
,LocalizedDisplayNamed
,MasterEntity
,com.novomind.ecom.common.api.attribute.Named
,StorageProvider
public interface TransactionCode extends MasterEntity, com.novomind.ecom.common.api.attribute.Named, LocalizedDisplayNamed, com.novomind.ecom.common.api.attribute.Described, LocalizedDescribed, CategoryAssigned, StorageProvider
Represents a transaction code object- Since:
- 10.0.38
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description java.lang.String
getDescription()
Deprecated, for removal: This API element is subject to removal in a future version.Replaced byLocalizedDescribed.getDescription(Locale)
} This method will now return the localized description of this transaction code for the default language of the novomind iAGENT system.Storage
getStorage()
Returns the Storage for the instance of this StorageProvider-
Methods inherited from interface com.novomind.ecom.api.iagent.assignment.CategoryAssigned
getAssignedCategories
-
Methods inherited from interface com.novomind.ecom.common.api.persistence.Entity
compareTo, getId, isDeleted, isNotDeleted
-
Methods inherited from interface com.novomind.ecom.api.iagent.common.LocalizedDescribed
getDescription, getLocalizedDescriptions
-
Methods inherited from interface com.novomind.ecom.api.iagent.common.LocalizedDisplayNamed
getDisplayName, getLocalizedDisplayNames
-
-
-
-
Method Detail
-
getStorage
Storage getStorage() throws PersistencyException
Description copied from interface:StorageProvider
Returns the Storage for the instance of this StorageProvider- Specified by:
getStorage
in interfaceStorageProvider
- Returns:
- the Storage
- Throws:
PersistencyException
- is thrown if an error occurs during the initialization of the Storage- Since:
- 11.14
-
getDescription
@Deprecated(since="12.31", forRemoval=true) java.lang.String getDescription()
Deprecated, for removal: This API element is subject to removal in a future version.Replaced byLocalizedDescribed.getDescription(Locale)
} This method will now return the localized description of this transaction code for the default language of the novomind iAGENT system.- Specified by:
getDescription
in interfacecom.novomind.ecom.common.api.attribute.Described
-
-