Uses of Interface
com.jalios.jstore.Storable
-
-
Uses of Storable in com.jalios.jcms
Classes in com.jalios.jcms that implement Storable Modifier and Type Class Description class
AbstractDBTestType
class
AbstractWebPage
class
Category
A Category object is a node of the category tree.class
CategoryRight
This class represents the rights of a Member on a set of category roots.class
Content
Content is a tagging abstract class which a type implements to indicates it is an editorial publication.class
Data
This abstract class is the super class of all the persistent classes of a JCMS Channel.class
DataExtension
This class contains extra fields for a given Data object.class
DataRight
This class represents the rights of a member on a Data object.class
DBFileDocument
class
FileDocument
class
Form
Form is the mother class of all form types.class
Group
AGroup
object is referenced by a set ofMember
instances.class
Member
AMember
object contains a set of information about a JCMS referenced user.class
Notification
class
NotificationCriteria
class
Publication
This abstract class is the super class of all the Publication classes.class
StrongLock
This class represents a strong lock on a data.class
UserContent
UserContent is a tagging abstract class which a type implements to indicates it is a user content.class
WFNote
This class represents a small note about a state change in the workflow.Methods in com.jalios.jcms that return Storable Modifier and Type Method Description Storable
Channel. getStorable(java.lang.String id)
Returns a storable from its id.Methods in com.jalios.jcms that return types with arguments of type Storable Modifier and Type Method Description java.util.TreeSet<? extends Storable>
Channel. getDeletedSet(java.lang.Class<? extends Storable> clazz)
Get the latest version of the deleted Data for a given class.java.util.List<? extends Storable>
Channel. getVersionList(Data data)
Get all the version of a given Data.java.util.List<? extends Storable>
Channel. getVersionList(java.lang.String id)
Get all the version of a Data, given its id.Methods in com.jalios.jcms with parameters of type Storable Modifier and Type Method Description java.util.Map<java.lang.String,java.lang.String>
Category_HANDLER. getAttributes(Storable storable, Store store)
java.util.Map<java.lang.String,java.lang.String>
CategoryRight_HANDLER. getAttributes(Storable storable, Store store)
java.util.Map<java.lang.String,java.lang.String>
DataRight_HANDLER. getAttributes(Storable storable, Store store)
java.util.Map<java.lang.String,java.lang.String>
FileDocument_HANDLER. getAttributes(Storable storable, Store store)
java.util.Map<java.lang.String,java.lang.String>
Group_HANDLER. getAttributes(Storable storable, Store store)
java.util.Map<java.lang.String,java.lang.String>
Member_HANDLER. getAttributes(Storable storable, Store store)
java.util.Map<java.lang.String,java.lang.String>
Notification_HANDLER. getAttributes(Storable storable, Store store)
java.util.Map<java.lang.String,java.lang.String>
NotificationCriteria_HANDLER. getAttributes(Storable storable, Store store)
void
AudienceRights. handleCommitUpdate(Storable storable, Storable oldStorable, boolean firstime)
void
BasicStoreListener. handleCommitUpdate(Storable storable, Storable oldStorable, boolean firstTime)
void
CacheManager. handleCommitUpdate(Storable storable, Storable oldStorable, boolean firstTime)
void
CategoryListener. handleCommitUpdate(Storable storable, Storable oldStorable, boolean firstTime)
void
DataListener. handleCommitUpdate(Storable storable, Storable oldStorable, boolean firstTime)
void
DescriptiveURLs.DescriptiveURLsListener. handleCommitUpdate(Storable storable, Storable oldStorable, boolean firstTime)
void
FileDocumentListener. handleCommitUpdate(Storable storable, Storable oldStorable, boolean firstTime)
void
FileDocumentVersionListener. handleCommitUpdate(Storable storable, Storable oldStorable, boolean firstTime)
void
GroupListener. handleCommitUpdate(Storable storable, Storable oldStorable, boolean firstTime)
void
JSyncDataListener. handleCommitUpdate(Storable storable, Storable oldStorable, boolean firstTime)
void
MemberListener. handleCommitUpdate(Storable storable, Storable oldStorable, boolean firstTime)
void
MemberSearchEngineListener. handleCommitUpdate(Storable storable, Storable oldStorable, boolean firstTime)
void
PublicationListener. handleCommitUpdate(Storable storable, Storable oldStorable, boolean firstTime)
void
WeakLinkManager. handleCommitUpdate(Storable storable, Storable oldStorable, boolean firstTime)
void
WFPublicationListener. handleCommitUpdate(Storable storable, Storable oldStorable, boolean firstTime)
void
WKRoleListener. handleCommitUpdate(Storable storable, Storable oldStorable, boolean firstTime)
void
AudienceRights. handleCreate(Storable storable, boolean firstime)
void
BasicStoreListener. handleCreate(Storable storable, boolean firstTime)
void
CacheManager. handleCreate(Storable storable, boolean firstTime)
void
CategoryListener. handleCreate(Storable storable, boolean firstTime)
void
DataListener. handleCreate(Storable storable, boolean firstTime)
void
FileDocumentVersionListener. handleCreate(Storable storable, boolean firstTime)
void
GroupListener. handleCreate(Storable storable, boolean firstTime)
void
JSyncDataListener. handleCreate(Storable storable, boolean firstTime)
void
LimitControllerListener. handleCreate(Storable storable, boolean firstTime)
void
MemberListener. handleCreate(Storable storable, boolean firstTime)
void
MemberSearchEngineListener. handleCreate(Storable storable, boolean firstTime)
void
PublicationListener. handleCreate(Storable storable, boolean firstTime)
void
WeakLinkManager. handleCreate(Storable storable, boolean firstTime)
void
WFPublicationListener. handleCreate(Storable storable, boolean firstTime)
void
WKRoleListener. handleCreate(Storable storable, boolean firstTime)
void
AudienceRights. handleDelete(Storable storable, boolean firstime)
void
BasicStoreListener. handleDelete(Storable storable, boolean firstTime)
void
CacheManager. handleDelete(Storable storable, boolean firstTime)
void
CategoryListener. handleDelete(Storable storable, boolean firstTime)
void
DataListener. handleDelete(Storable storable, boolean firstTime)
void
DescriptiveURLs.DescriptiveURLsListener. handleDelete(Storable storable, boolean firstTime)
void
FileDocumentListener. handleDelete(Storable storable, boolean firstTime)
void
FileDocumentVersionListener. handleDelete(Storable storable, boolean firstTime)
void
GroupListener. handleDelete(Storable storable, boolean firstTime)
void
JSyncDataListener. handleDelete(Storable storable, boolean firstTime)
void
MemberListener. handleDelete(Storable storable, boolean firstTime)
void
MemberSearchEngineListener. handleDelete(Storable storable, boolean firstTime)
void
PublicationListener. handleDelete(Storable storable, boolean firstTime)
void
WeakLinkManager. handleDelete(Storable storable, boolean firstTime)
void
WFPublicationListener. handleDelete(Storable storable, boolean firstTime)
void
WKRoleListener. handleDelete(Storable storable, boolean firstTime)
void
BasicStoreListener. handlePrepareUpdate(Storable storable, java.util.Map attributes, boolean firstTime)
void
FileDocumentListener. handlePrepareUpdate(Storable storable, java.util.Map attributes, boolean firstTime)
void
FileDocumentVersionListener. handlePrepareUpdate(Storable storable, java.util.Map<java.lang.String,java.lang.String> attributes, boolean firstTime)
void
WKRoleListener. handlePrepareUpdate(Storable storable, java.util.Map attributes, boolean firstTime)
void
Category_HANDLER. setAttributes(Storable storable, StorableLogEntry sle, Store store)
void
CategoryRight_HANDLER. setAttributes(Storable storable, StorableLogEntry sle, Store store)
void
DataRight_HANDLER. setAttributes(Storable storable, StorableLogEntry sle, Store store)
void
FileDocument_HANDLER. setAttributes(Storable storable, StorableLogEntry sle, Store store)
void
Group_HANDLER. setAttributes(Storable storable, StorableLogEntry sle, Store store)
void
Member_HANDLER. setAttributes(Storable storable, StorableLogEntry sle, Store store)
void
Notification_HANDLER. setAttributes(Storable storable, StorableLogEntry sle, Store store)
void
NotificationCriteria_HANDLER. setAttributes(Storable storable, StorableLogEntry sle, Store store)
protected void
AudienceRights. updateStorableBS(Storable storable)
Reset the internal BitSet(s) depending on the modification of the given Storable.Method parameters in com.jalios.jcms with type arguments of type Storable Modifier and Type Method Description java.util.TreeSet<? extends Storable>
Channel. getDeletedSet(java.lang.Class<? extends Storable> clazz)
Get the latest version of the deleted Data for a given class. -
Uses of Storable in com.jalios.jcms.accesscontrol
Classes in com.jalios.jcms.accesscontrol that implement Storable Modifier and Type Class Description class
AccessControlList
Define a collection of resources and their associated authorization.Methods in com.jalios.jcms.accesscontrol with parameters of type Storable Modifier and Type Method Description java.util.Map<java.lang.String,java.lang.String>
AccessControlList_HANDLER. getAttributes(Storable storable, Store store)
void
AccessControlListListener. handleCommitUpdate(Storable storable, Storable oldStorable, boolean firstTime)
void
AccessControlManager. handleCommitUpdate(Storable acl, Storable oldAcl, boolean firstTime)
void
AccessControlListListener. handleCreate(Storable storable, boolean firstTime)
void
AccessControlManager. handleCreate(Storable acl, boolean firstTime)
void
AccessControlListListener. handleDelete(Storable storable, boolean firstTime)
void
AccessControlManager. handleDelete(Storable acl, boolean firstTime)
void
AccessControlManager. handlePrepareUpdate(Storable acl, java.util.Map<java.lang.String,java.lang.String> attributes, boolean firstTime)
void
AccessControlList_HANDLER. setAttributes(Storable storable, StorableLogEntry sle, Store store)
-
Uses of Storable in com.jalios.jcms.alert
Classes in com.jalios.jcms.alert that implement Storable Modifier and Type Class Description class
Alert
-
Uses of Storable in com.jalios.jcms.authentication.cookie
Classes in com.jalios.jcms.authentication.cookie that implement Storable Modifier and Type Class Description class
AuthenticationCookie
POJO use to store authentication cookie that were emitted to end user.Methods in com.jalios.jcms.authentication.cookie with parameters of type Storable Modifier and Type Method Description void
AuthenticationCookieMemberListener. handleDelete(Storable storable, boolean firstTime)
-
Uses of Storable in com.jalios.jcms.authentication.events
Classes in com.jalios.jcms.authentication.events that implement Storable Modifier and Type Class Description class
LoginEvent
POJO use to store login event of user. -
Uses of Storable in com.jalios.jcms.calendar
Classes in com.jalios.jcms.calendar that implement Storable Modifier and Type Class Description class
AbstractCalendarEvent
This abstract class provides a superclass to every calendar event and base methods for their manipulationclass
AbstractEventResource
Deprecated.this class will be moved to CalendarPlugin and will be removed in further version -
Uses of Storable in com.jalios.jcms.comparator
Classes in com.jalios.jcms.comparator with type parameters of type Storable Modifier and Type Class Description class
BasicComparator<T extends Storable>
Basic comparator class providing advanced contextual informations and default comparison of Storable using their cdate.Methods in com.jalios.jcms.comparator with type parameters of type Storable Modifier and Type Method Description static <T extends Storable>
java.util.Comparator<? super T>ComparatorManager. getComparator(java.lang.Class<T> clazz, java.lang.String comparatorName)
Retrieve a new Comparator from its short identifier to sort instances of the specified class.static <T extends Storable>
java.util.Comparator<? super T>ComparatorManager. getComparator(java.lang.Class<T> typeClazz, java.lang.String comparatorName, boolean reverse)
Retrieve a new Comparator from its short identifier to sort instances of the specified class.static <T extends Storable>
java.util.Comparator<? super T>ComparatorManager. getComparator(java.lang.Class<T> typeClazz, java.lang.String comparatorName, boolean reverse, java.util.Map<java.lang.String,java.lang.Object> contextMap)
Retrieve a new Comparator from its short identifier to sort instances of the specified class.static <T extends java.util.Comparator<?>,V extends Storable>
java.lang.Class<T>ComparatorManager. getComparatorClass(java.lang.Class<V> typeClazz, java.lang.String comparatorName)
Methods in com.jalios.jcms.comparator that return types with arguments of type Storable Modifier and Type Method Description static java.util.Set<java.lang.Class<? extends Storable>>
ComparatorManager. getTypeSet()
Method parameters in com.jalios.jcms.comparator with type arguments of type Storable Modifier and Type Method Description static java.util.Set<java.lang.String>
ComparatorManager. getComparatorNameSet(java.lang.Class<? extends Storable> clazz)
-
Uses of Storable in com.jalios.jcms.db
Methods in com.jalios.jcms.db with parameters of type Storable Modifier and Type Method Description void
BasicDBListenerStoreListener. handleCommitUpdate(Storable storable, Storable oldStorable, boolean firstTime)
void
BasicDBListenerStoreListener. handleCreate(Storable storable, boolean firstTime)
void
BasicDBListenerStoreListener. handleDelete(Storable storable, boolean firstTime)
void
BasicDBListenerStoreListener. handlePrepareUpdate(Storable storable, java.util.Map attributes, boolean firstTime)
-
Uses of Storable in com.jalios.jcms.dbmember
Classes in com.jalios.jcms.dbmember that implement Storable Modifier and Type Class Description class
DBMember
-
Uses of Storable in com.jalios.jcms.fileprocessor
Methods in com.jalios.jcms.fileprocessor with parameters of type Storable Modifier and Type Method Description void
FileProcessorDBListenerStoreListener. handleCommitUpdate(Storable storable, Storable oldStorable, boolean firstTime)
void
FileProcessorDBListenerStoreListener. handleCreate(Storable storable, boolean firstTime)
void
FileProcessorDBListenerStoreListener. handleDelete(Storable storable, boolean firstTime)
-
Uses of Storable in com.jalios.jcms.fileprocessor.processingmanagement
Classes in com.jalios.jcms.fileprocessor.processingmanagement that implement Storable Modifier and Type Class Description class
FileProcessingInfo
class
FileProcessingLog
-
Uses of Storable in com.jalios.jcms.jportal
Classes in com.jalios.jcms.jportal that implement Storable Modifier and Type Class Description class
AbstractJPortal
class
JPortalStructure
Methods in com.jalios.jcms.jportal with parameters of type Storable Modifier and Type Method Description void
JPortalListener. handleCommitUpdate(Storable storable, Storable oldStorable, boolean firstTime)
When a jportal is updated reset it's mapping in case structure changed -
Uses of Storable in com.jalios.jcms.mail
Classes in com.jalios.jcms.mail that implement Storable Modifier and Type Class Description class
MailMessage
Class used to build and send a mail message. -
Uses of Storable in com.jalios.jcms.mashup
Methods in com.jalios.jcms.mashup with parameters of type Storable Modifier and Type Method Description void
ImportDataListener. handleCreate(Storable storable, boolean firstTime)
void
ImportDataListener. handleDelete(Storable storable, boolean firstTime)
-
Uses of Storable in com.jalios.jcms.media
Classes in com.jalios.jcms.media that implement Storable Modifier and Type Class Description class
AbstractMedia
class
MediaProgression
-
Uses of Storable in com.jalios.jcms.member
Classes in com.jalios.jcms.member that implement Storable Modifier and Type Class Description class
MemberDeleteRequest
-
Uses of Storable in com.jalios.jcms.memberpreference
Classes in com.jalios.jcms.memberpreference that implement Storable Modifier and Type Class Description class
MemberPreference
-
Uses of Storable in com.jalios.jcms.portlet
Classes in com.jalios.jcms.portlet that implement Storable Modifier and Type Class Description class
AbstractPortalJspCollection
class
Portal
An abstract Portal representation with fields to implements - String -> CSSFile - String -> Header - String -> Footer - Publication -> Childclass
PortalElement
class
PortalRedirect
An abstract Portal representation with fields to implements.class
Portlet
An abstract Portlet representation with fields to implement.class
PortletCollection
An abstract PortletCollection representation with fields to implements - PortalElement[] -> Childrenclass
PortletParent
An abstract PortletParent representation with fields to implements - Publication -> Childrenclass
PortletSkinable
An abstract Portlet representation with fields to implements - String -> DisplayTitle (ML) - String -> SkinTemplate - String -> SkinCSS -
Uses of Storable in com.jalios.jcms.publicationfollower
Classes in com.jalios.jcms.publicationfollower that implement Storable Modifier and Type Class Description class
PublicationFollower
-
Uses of Storable in com.jalios.jcms.publiclink
Classes in com.jalios.jcms.publiclink that implement Storable Modifier and Type Class Description class
PublicDownload
class
PublicLink
-
Uses of Storable in com.jalios.jcms.recommendation
Classes in com.jalios.jcms.recommendation that implement Storable Modifier and Type Class Description class
Recommendation
The instance of Recommendation -
Uses of Storable in com.jalios.jcms.search
Methods in com.jalios.jcms.search with parameters of type Storable Modifier and Type Method Description void
CategorySearchEngineListener. handleCommitUpdate(Storable storable, Storable oldStorable, boolean firstTime)
void
PublicationSearchEngineListener. handleCommitUpdate(Storable storable, Storable oldStorable, boolean firstTime)
void
CategorySearchEngineListener. handleCreate(Storable storable, boolean firstTime)
void
PublicationSearchEngineListener. handleCreate(Storable storable, boolean firstTime)
void
CategorySearchEngineListener. handleDelete(Storable storable, boolean firstTime)
void
PublicationSearchEngineListener. handleDelete(Storable storable, boolean firstTime)
-
Uses of Storable in com.jalios.jcms.shortcut
Classes in com.jalios.jcms.shortcut that implement Storable Modifier and Type Class Description class
AbstractShortcut
-
Uses of Storable in com.jalios.jcms.test
Classes in com.jalios.jcms.test that implement Storable Modifier and Type Class Description class
AbstractTestType
-
Uses of Storable in com.jalios.jcms.tracking
Classes in com.jalios.jcms.tracking that implement Storable Modifier and Type Class Description class
ReaderTracker
-
Uses of Storable in com.jalios.jcms.vote
Classes in com.jalios.jcms.vote that implement Storable Modifier and Type Class Description class
Vote
-
Uses of Storable in com.jalios.jcms.workspace
Classes in com.jalios.jcms.workspace that implement Storable Modifier and Type Class Description class
WKRole
class
Workspace
This class represents a Workspaceclass
WSTypeEntry
This class is a wrapper on TypeEntry handling type properties for each workspace.Methods in com.jalios.jcms.workspace with parameters of type Storable Modifier and Type Method Description java.util.Map<java.lang.String,java.lang.String>
WKRole_HANDLER. getAttributes(Storable storable, Store store)
java.util.Map<java.lang.String,java.lang.String>
Workspace_HANDLER. getAttributes(Storable storable, Store store)
java.util.Map<java.lang.String,java.lang.String>
WSTypeEntry_HANDLER. getAttributes(Storable storable, Store store)
void
WorkspaceListener. handleCommitUpdate(Storable storable, Storable oldStorable, boolean firstTime)
void
WSTypeEntryListener. handleCommitUpdate(Storable storable, Storable oldStorable, boolean firstTime)
void
WorkspaceListener. handleCreate(Storable storable, boolean firstTime)
void
WSTypeEntryListener. handleCreate(Storable storable, boolean firstTime)
void
WorkspaceListener. handleDelete(Storable storable, boolean firstTime)
void
WKRole_HANDLER. setAttributes(Storable storable, StorableLogEntry sle, Store store)
void
Workspace_HANDLER. setAttributes(Storable storable, StorableLogEntry sle, Store store)
void
WSTypeEntry_HANDLER. setAttributes(Storable storable, StorableLogEntry sle, Store store)
-
Uses of Storable in com.jalios.jstore
Classes in com.jalios.jstore with type parameters of type Storable Modifier and Type Class Description static class
BasicStorable.CdateComparator<T extends Storable>
Compares two Storables using their Cdate in descending order (newest date first).static class
BasicStorable.IdComparator<T extends Storable>
Compares two Storables using their ID.static class
BasicStorable.MdateComparator<T extends Storable>
Compares two Storables using their Mdate in descending order (newest date first).Classes in com.jalios.jstore that implement Storable Modifier and Type Class Description class
BasicStorable
This class is a convenient super class for any Storable classes.Fields in com.jalios.jstore with type parameters of type Storable Modifier and Type Field Description protected java.util.Set<Storable>
StoreCleaner. toCreate
protected java.util.Map<Storable,Storable>
StoreCleaner. toUpdate
protected java.util.Map<Storable,Storable>
StoreCleaner. toUpdate
Methods in com.jalios.jstore with type parameters of type Storable Modifier and Type Method Description static <T extends Storable>
java.util.Comparator<T>BasicStorable. getCdateComparator()
static <T extends Storable>
java.util.Comparator<T>BasicStorable. getIdComparator()
static <T extends Storable>
java.util.Comparator<T>BasicStorable. getMdateComparator()
Methods in com.jalios.jstore that return Storable Modifier and Type Method Description static Storable
StoreUtil. decodeStorable(java.lang.String id, Store store)
Storable
Store. getStorable(java.lang.String id)
Return the storable given its idStorable
Swizzler. getStorable(java.lang.String id)
Methods in com.jalios.jstore that return types with arguments of type Storable Modifier and Type Method Description java.util.TreeSet<? extends Storable>
Store. getDeletedSet(java.lang.Class<?> clazz)
Get the latest version of the deleted Storable for a given class.java.util.Map<java.lang.reflect.Field,java.util.Set<Storable>>
StoreCleaner. getReferencedLinkMap(Storable storable, java.util.Set<java.lang.reflect.Field> fieldSet)
Return all storable referenced by the given storable fieldsjava.util.Set<Storable>
StoreCleaner. getReferencedLinkSet(Storable storable, java.lang.reflect.Field field)
Return all storable referenced by the given storable fieldjava.util.Set<Storable>
StoreCleaner. getReferencedLinkSet(Storable storable, java.util.Set<java.lang.reflect.Field> fieldSet)
Return all storable referenced by the given storable fieldsjava.util.List<? extends Storable>
Store. getVersionList(Storable storable)
Get all the version of a given Storablejava.util.List<? extends Storable>
Store. getVersionList(java.lang.String id)
Get all the version of a given Storable IDjava.util.Iterator<Storable>
Store. iterator()
Return an iterator on the storables registered in the swizzlerjava.util.Iterator<Storable>
Swizzler. iterator()
Return an iterator on the storable setjava.util.List<Storable>
StoreCleaner. sortCreate(java.util.Collection<Storable> toSortCollection)
Sort a Collection by less update probabilityMethods in com.jalios.jstore with parameters of type Storable Modifier and Type Method Description boolean
StoreCleaner. cleanUnknownLinks(Storable storable, java.lang.reflect.Field field, java.util.Set<Storable> storableSet)
Clean all unknown Storable from the given field of the given storableboolean
StoreCleaner. cleanUnknownLinks(Storable storable, java.util.Map<java.lang.reflect.Field,java.util.Set<Storable>> referencedLinkMap)
Clean all unknown Storable from the given field map of the given storablestatic int
BasicStorable.IdComparator. compareStorableId(Storable s1, Storable s2)
Compare two storable using their ID.void
StoreCleaner. convertLang(Storable data)
void
Store. create(Storable storable)
Create a storable, set storable id to stamp value.void
Store. create(Storable storable, boolean overrideId)
Create a storable, if overrideId is false and storable have an id then do not override id.void
Swizzler. decRC(Storable storable)
Decrements the Reference Counter of the storablevoid
Store. delete(Storable storable)
Delete a storable (even if references remain on it).void
Store. delete(Storable storable, boolean force)
Delete a storable.static java.lang.String
StoreUtil. encodeStorable(Storable storable, Store store)
java.util.Map<java.lang.String,java.lang.String>
StorableHandler. getAttributes(Storable storable, Store store)
Storable attributes getterjava.util.Set<java.lang.reflect.Field>
StoreCleaner. getFieldSet(Storable storable)
Return all the fields of a given storablejava.util.Map<java.lang.reflect.Field,java.util.Set<Storable>>
StoreCleaner. getReferencedLinkMap(Storable storable, java.util.Set<java.lang.reflect.Field> fieldSet)
Return all storable referenced by the given storable fieldsjava.util.Set<Storable>
StoreCleaner. getReferencedLinkSet(Storable storable, java.lang.reflect.Field field)
Return all storable referenced by the given storable fieldjava.util.Set<Storable>
StoreCleaner. getReferencedLinkSet(Storable storable, java.util.Set<java.lang.reflect.Field> fieldSet)
Return all storable referenced by the given storable fieldsjava.util.List<? extends Storable>
Store. getVersionList(Storable storable)
Get all the version of a given Storablevoid
StoreListener. handleCommitUpdate(Storable storable, Storable oldStorable, boolean firstTime)
This method gets called when after a storable has been updated.void
SyncManager. handleCommitUpdate(Storable storable, Storable oldStorable, boolean firstTime)
This method gets called when after a storable has been updated.void
StoreListener. handleCreate(Storable storable, boolean firstTime)
This method gets called when a storable is created.void
SyncManager. handleCreate(Storable storable, boolean firstTime)
This method gets called when a storable is created.void
StoreListener. handleDelete(Storable storable, boolean firstTime)
This method gets called when a storable is deleted.void
SyncManager. handleDelete(Storable storable, boolean firstTime)
This method gets called when a storable is deleted.void
StoreListener. handlePrepareUpdate(Storable storable, java.util.Map<java.lang.String,java.lang.String> attributes, boolean firstTime)
This method gets called when before a storable will be updated.void
SyncManager. handlePrepareUpdate(Storable storable, java.util.Map<java.lang.String,java.lang.String> attributes, boolean firstTime)
This method gets called when before a storable will be updated.void
Swizzler. incRC(Storable storable)
Increments the Reference Counter of the storableboolean
Store. isReferrenced(Storable storable)
boolean
Swizzler. isReferrenced(Storable storable)
boolean
Store. isRegistered(Storable storable)
boolean
Swizzler. isSwizzled(Storable storable)
Check if the specified Storable (or any storable with matching id) has been saved in Swizzlervoid
Swizzler. registerStorable(Storable storable, java.util.Map<java.lang.String,java.lang.String> attributes)
Swizzler ID <==> Storablevoid
Swizzler. removeStorable(Storable storable)
void
StorableHandler. setAttributes(Storable storable, StorableLogEntry sle, Store store)
Storable attributes setterstatic void
StoreUtil. setFieldValue(Storable storable, java.lang.reflect.Field field, java.lang.Object fieldValue)
protected void
StoreCleaner. sortCreate(Storable storable, java.util.Collection<Storable> toSortCollection, java.util.Collection<Storable> isVisitedCollection, java.util.List<Storable> sortedList)
Recursive call to sort storables collection by less update probability.void
Store. update(Storable storable, Storable updated)
Update a storable.void
Store. update(Storable storable, java.util.Map<java.lang.String,java.lang.String> attributes)
Update a storable.void
Store. update(java.lang.String id, Storable updated)
Update a storable.void
Swizzler. updateArrayOfReferences(Storable[] array, Storable[] updatedArray)
void
Swizzler. updateReferences(Storable storable, Storable updated)
Updates the references of a storable and its updatevoid
StoreCleaner. updateStore(Storable storable)
Write an update of a given Storable already created
If the Storable need an Update then doUpdate and remove it from the Update Table
If the Storable doesn't need an update but exist in the Store (warning retrieve it by it's Id) then do an update.void
StoreCleaner. updateStore(Storable storable, Stamp stamp)
Write an update of a given Storable already created
If the Storable need an Update then doUpdate and remove it from the Update Table
If the Storable doesn't need an update but exist in the Store (warning retrieve it by it's Id) then do an update.void
StoreCleaner. writeStore(Storable storable)
Write create of a Storable then prepare updatevoid
StoreCleaner. writeStore(Storable storable, boolean overrideId)
Write create of a Storable then prepare updatevoid
StoreCleaner. writeStore(Storable storable, Stamp stamp)
Write create of a Storable then prepare updatevoid
StoreCleaner. writeStore(Storable storable, Stamp stamp, boolean overrideId)
Write create of a Storable then prepare updateMethod parameters in com.jalios.jstore with type arguments of type Storable Modifier and Type Method Description boolean
StoreCleaner. cleanUnknownLinks(Storable storable, java.lang.reflect.Field field, java.util.Set<Storable> storableSet)
Clean all unknown Storable from the given field of the given storableboolean
StoreCleaner. cleanUnknownLinks(Storable storable, java.util.Map<java.lang.reflect.Field,java.util.Set<Storable>> referencedLinkMap)
Clean all unknown Storable from the given field map of the given storableprotected void
StoreCleaner. sortCreate(Storable storable, java.util.Collection<Storable> toSortCollection, java.util.Collection<Storable> isVisitedCollection, java.util.List<Storable> sortedList)
Recursive call to sort storables collection by less update probability.protected void
StoreCleaner. sortCreate(Storable storable, java.util.Collection<Storable> toSortCollection, java.util.Collection<Storable> isVisitedCollection, java.util.List<Storable> sortedList)
Recursive call to sort storables collection by less update probability.java.util.List<Storable>
StoreCleaner. sortCreate(java.util.Collection<Storable> toSortCollection)
Sort a Collection by less update probabilityvoid
StoreCleaner. updateStore(java.util.Collection<Storable> collection)
Write all updates for the given collectionvoid
StoreCleaner. updateStore(java.util.Collection<Storable> collection, Stamp stamp)
Write all updates for the given collectionvoid
StoreCleaner. writeStore(java.util.Collection<Storable> collection)
Write create of a collection of Storable then prepare updatevoid
StoreCleaner. writeStore(java.util.Collection<Storable> collection, boolean sort)
Write create of a collection of Storable then prepare updatevoid
StoreCleaner. writeStore(java.util.Collection<Storable> collection, boolean sort, boolean overrideId)
Write create of a collection of Storable then prepare updatevoid
StoreCleaner. writeStore(java.util.Collection<Storable> collection, Stamp stamp)
Write create of a collection of Storable then prepare updatevoid
StoreCleaner. writeStore(java.util.Collection<Storable> collection, Stamp stamp, boolean sort)
Write create of a collection of Storable then prepare updatevoid
StoreCleaner. writeStore(java.util.Collection<Storable> collection, Stamp stamp, boolean sort, boolean overrideId)
Write create of a collection of Storable then prepare update
-