Uses of Class
com.avoka.fc.core.entity.LibraryShare
-
Packages that use LibraryShare Package Description com.avoka.fc.core.entity.auto 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 LibraryShare Modifier and Type Field Description static org.apache.cayenne.exp.Property<List<LibraryShare>>
_Client. LIBRARY_SHARES
Provides the 'LIBRARY_SHARES' property.static 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 LibraryShare Modifier and Type Method Description List<LibraryShare>
_Client. getLibraryShares()
Return the LibraryShares.List<LibraryShare>
_Library. getLibraryShares()
Return the LibraryShares.Methods in com.avoka.fc.core.entity.auto with parameters of type LibraryShare Modifier and Type Method Description void
_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.
-