Uses of Class
org.orange.kicsa.business.Editable

Packages that use Editable
org.orange.kicsa.business 
org.orange.kicsa.business.ability 
org.orange.kicsa.business.employee 
org.orange.kicsa.business.skill 

Uses of Editable in org.orange.kicsa.business
 

Classes in org.orange.kicsa.business that implement Editable
class Editable.Status
          Status of an editable persistent object, which can be :

TO_CREATE : The object is in memory but has not been persisted/commited yet
TO_UPDATE (dirty) : The object has been modified in memory but its changed state has not been persisted/commited yet
TO_REMOVE : The object that is in memory has been marked for deletion, which has not occured yet at the persistence layer
NO_CHANGE : The object in memory is sync with its persistent state

These states are useful when you want to remind what to do on a set of Editable objects to get them sync.
 

Uses of Editable in org.orange.kicsa.business.ability
 

Subinterfaces of Editable in org.orange.kicsa.business.ability
interface Ability
          
 

Uses of Editable in org.orange.kicsa.business.employee
 

Subinterfaces of Editable in org.orange.kicsa.business.employee
interface Employee
          
 

Uses of Editable in org.orange.kicsa.business.skill
 

Subinterfaces of Editable in org.orange.kicsa.business.skill
interface Relationship
          
interface RelationshipType
          
interface Skill