C D E G I N P S V 
All Classes All Packages

C

com.novomind.ecom.common.api.attribute - package com.novomind.ecom.common.api.attribute
 
com.novomind.ecom.common.api.frontend - package com.novomind.ecom.common.api.frontend
 
com.novomind.ecom.common.api.io.datasource - package com.novomind.ecom.common.api.io.datasource
 
com.novomind.ecom.common.api.persistence - package com.novomind.ecom.common.api.persistence
 
compareTo(Entity) - Method in interface com.novomind.ecom.common.api.persistence.Entity
Default implementation of compareTo by id.
CustomBean - Interface in com.novomind.ecom.common.api.frontend
Represents a custom bean.
CustomManagedBean - Annotation Type in com.novomind.ecom.common.api.frontend
Runtime annotation used to mark custom beans.

D

Described - Interface in com.novomind.ecom.common.api.attribute
Represents an object with a description
DisplayNamed - Interface in com.novomind.ecom.common.api.attribute
Represents a named object, that optionally can represent its name divergent from the objects name

E

Entity - Interface in com.novomind.ecom.common.api.persistence
Represents an entity.

G

getDescription() - Method in interface com.novomind.ecom.common.api.attribute.Described
Returns the object's description
getDisplayName() - Method in interface com.novomind.ecom.common.api.attribute.DisplayNamed
Returns the object's divergent display name
getId() - Method in interface com.novomind.ecom.common.api.persistence.Entity
Returns the id of this entitiy.
getName() - Method in interface com.novomind.ecom.common.api.attribute.Named
Returns the object's name
getSize() - Method in interface com.novomind.ecom.common.api.io.datasource.SizedDataSource
Returns the number of bytes that can be retrieved by getInputStream() The method can be called more than once.

I

isDeleted() - Method in interface com.novomind.ecom.common.api.persistence.Entity
Returns true, if the entity is marked as deleted, otherwise false
isNotDeleted() - Method in interface com.novomind.ecom.common.api.persistence.Entity
Returns true, if the entity is not marked as deleted, otherwise false

N

Named - Interface in com.novomind.ecom.common.api.attribute
Represents a named object

P

preDestroy() - Method in interface com.novomind.ecom.common.api.frontend.CustomBean
Called before the custom bean is destroyed.

S

SizedDataSource - Interface in com.novomind.ecom.common.api.io.datasource
An extension of the javax.activation.DataSource that provides the size information of the binary input stream.

V

value() - Method in annotation type com.novomind.ecom.common.api.frontend.CustomManagedBean
 
C D E G I N P S V 
All Classes All Packages