Skip to content
Snippets Groups Projects
Commit e04b54c3 authored by buczekp's avatar buczekp
Browse files

[LMS-1327] fixed @Private friendship

SVN: 14163
parent 36502db8
No related branches found
No related tags found
No related merge requests found
......@@ -21,6 +21,7 @@ import net.lemnik.eodsql.DataIterator;
import net.lemnik.eodsql.Select;
import net.lemnik.eodsql.TransactionQuery;
import ch.rinn.restrictions.Friend;
import ch.rinn.restrictions.Private;
import ch.systemsx.cisd.openbis.generic.server.business.bo.common.GenericEntityPropertyRecord;
import ch.systemsx.cisd.openbis.generic.server.business.bo.common.IPropertyListingQuery;
......@@ -38,6 +39,8 @@ import ch.systemsx.cisd.openbis.generic.server.dataaccess.db.LongSetMapper;
* @author Tomasz Pylak
*/
@Private
@Friend(toClasses =
{ MaterialRecord.class })
public interface IMaterialListingQuery extends TransactionQuery, IPropertyListingQuery
{
public static final int FETCH_SIZE = 1000;
......
......@@ -42,7 +42,7 @@ import ch.systemsx.cisd.openbis.generic.shared.basic.dto.Person;
* @author Piotr Buczek
*/
@Friend(toClasses =
{ IMaterialListingQuery.class })
{ MaterialRecord.class, IMaterialListingQuery.class })
public class MaterialLister implements IMaterialLister
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment