Interface IInternalOwnerSubscriptions
- All Superinterfaces:
IChangelogSupport
,IOwnerSubscriptions
,IReadByIdSupport<ContainerSubscriptionModel>
,IRestoreCrudSupport<ContainerSubscriptionModel>
,IRestoreItemCrudSupport<ContainerSubscriptionModel>
,IRestoreSupport<ContainerSubscriptionModel>
public interface IInternalOwnerSubscriptions
extends IOwnerSubscriptions, IRestoreItemCrudSupport<ContainerSubscriptionModel>
-
Method Summary
Modifier and TypeMethodDescriptionvoid
create
(String uid, ContainerSubscriptionModel node) void
createWithId
(long id, String uid, ContainerSubscriptionModel node) void
void
reset()
void
update
(String uid, ContainerSubscriptionModel node) Methods inherited from interface net.bluemind.core.container.api.IChangelogSupport
allIds, changeset, changesetById, filteredChangesetById, getVersion, itemChangelog
Methods inherited from interface net.bluemind.core.container.api.IOwnerSubscriptions
fullChangesetById, getComplete, getMultiple, list
Methods inherited from interface net.bluemind.core.container.api.IReadByIdSupport
getCompleteById, multipleGetById
Methods inherited from interface net.bluemind.core.container.api.IRestoreItemCrudSupport
getComplete
Methods inherited from interface net.bluemind.core.container.api.IRestoreSupport
get, itemValueExists, restore
-
Method Details
-
create
-
createWithId
-
update
-
delete
- Specified by:
delete
in interfaceIRestoreCrudSupport<ContainerSubscriptionModel>
-
reset
void reset()
-