Uses of Class
com.avoka.fc.core.entity.LibraryShare
Package
Description
Provides the SmartForm Manager entity base classes, which are being maintained by Cayenne.
-
Uses of LibraryShare in com.avoka.fc.core.entity.auto
Modifier and TypeFieldDescriptionstatic final org.apache.cayenne.exp.Property<List<LibraryShare>>
_Client.LIBRARY_SHARES
Provides the 'LIBRARY_SHARES' property.static final org.apache.cayenne.exp.Property<List<LibraryShare>>
_Library.LIBRARY_SHARES
Provides the 'LIBRARY_SHARES' property.Modifier and TypeMethodDescription_Client.getLibraryShares()
Return the LibraryShares._Library.getLibraryShares()
Return the LibraryShares.Modifier and TypeMethodDescriptionvoid
_Client.addToLibraryShares
(LibraryShare obj) Add the LibraryShares object.void
_Library.addToLibraryShares
(LibraryShare obj) Add the LibraryShares object.void
_Client.removeFromLibraryShares
(LibraryShare obj) Remove the LibraryShares object.void
_Library.removeFromLibraryShares
(LibraryShare obj) Remove the LibraryShares object.