Uses of Class
com.avoka.fc.core.entity.LibraryShare
Packages that use 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
Fields in com.avoka.fc.core.entity.auto with type parameters of type LibraryShareModifier 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.Methods in com.avoka.fc.core.entity.auto that return types with arguments of type LibraryShareModifier and TypeMethodDescription_Client.getLibraryShares()
Return the LibraryShares._Library.getLibraryShares()
Return the LibraryShares.Methods in com.avoka.fc.core.entity.auto with parameters of type LibraryShareModifier 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.